agentrix-core
Surface-agnostic agent runtime for Agentrix. This package holds ALL the intelligence: the ReAct loop, the planner/orchestrator, the tool registry, the LLM router, the MCP client, memory, semantic index, sandboxing, and storage adapters.
Mobile apps, CLIs, IDE extensions, and the web app all embed or speak to this core. Nothing else should contain coding-agent logic.
Key modules
| Module | Responsibility |
|---|---|
agentrix_core.agents |
ReAct, Planner, Orchestrator, Subagent (Task) |
agentrix_core.tools |
Declarative tool registry + built-ins |
agentrix_core.llm |
Multi-provider LLM router + streaming |
agentrix_core.mcp |
MCP client (auto-registers MCP tools) |
agentrix_core.memory |
Session / project / user memory |
agentrix_core.index |
Semantic codebase index |
agentrix_core.sandbox |
Shell policy + local / docker runners |
agentrix_core.storage |
Store protocol + sqlite / postgres adapters |
agentrix_core.auth |
JWT, device pairing, capability tokens |
agentrix_core.telemetry |
OTel traces, logs, cost accounting |
agentrix_core.workflows |
Explain / debug / review / refactor / build |
agentrix_core.runtime |
Assembled Runtime object (everything wired up) |
Install (dev)
pip install -e "packages/core[all,dev]"
Release files for agentrix-core 0.2.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| agentrix_core-0.2.6.tar.gz | 137.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agentrix_core-0.2.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:322.9 kB
Release files / agentrix_core-0.2.6.tar.gz
| Download URL | agentrix_core-0.2.6.tar.gz |
|---|---|
| Size | 137.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7dcacd38152994808299ba03b9953f5cb27aa9f918db6050d584b5e733ca5900
|
|
BLAKE2b-256 checksum How to use checksums |
ed8a04b0e5009276de19c9875b9df3f75e797caf1bae5f69e687f85df9989e92
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / agentrix_core-0.2.6-py3-none-any.whl
| Download URL | agentrix_core-0.2.6-py3-none-any.whl |
|---|---|
| Size | 185.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
339785841d4e0c4553d382d33074d158c1b8b6f9d6aa82821f7ebae99a46f082
|
|
BLAKE2b-256 checksum How to use checksums |
63db7a96ee6b7496cbae254f97cd2690b1effa14237e94fe989271f47c1a5160
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|