Agentrix agent runtime: surface-agnostic, production-grade coding agent.
Project description
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]"
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agentrix_core-0.2.6.tar.gz.
File metadata
- Download URL: agentrix_core-0.2.6.tar.gz
- Upload date:
- Size: 137.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7dcacd38152994808299ba03b9953f5cb27aa9f918db6050d584b5e733ca5900
|
|
| MD5 |
2d96e044db7d2184aca03c6f3b140bf6
|
|
| BLAKE2b-256 |
ed8a04b0e5009276de19c9875b9df3f75e797caf1bae5f69e687f85df9989e92
|
File details
Details for the file agentrix_core-0.2.6-py3-none-any.whl.
File metadata
- Download URL: agentrix_core-0.2.6-py3-none-any.whl
- Upload date:
- Size: 185.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
339785841d4e0c4553d382d33074d158c1b8b6f9d6aa82821f7ebae99a46f082
|
|
| MD5 |
a89f65893eb8c4161be6d438b404af94
|
|
| BLAKE2b-256 |
63db7a96ee6b7496cbae254f97cd2690b1effa14237e94fe989271f47c1a5160
|