NexusAgent - Production-grade Agent Framework SDK
Project description
NexusAgent - Production-grade Agent Framework SDK
NexusAgent is a production-grade Agent framework SDK providing complete Agent development, orchestration, and collaboration capabilities.
Installation
pip install nexus-agentos
Quick Start
from agentos import Agent, RunContext
class MyAgent(Agent[str, str]):
async def run(self, ctx: RunContext[str]) -> str:
return f"Hello, {ctx.deps}!"
agent = MyAgent()
result = await agent.invoke("World")
v1.2.4 Features
- Core: DI system, Handoff protocol, CodeAgent mode
- Protocols: Structured output validation, Agent Card discovery, A2A protocol
- Memory: Multi-layer memory pyramid
- Evolution: Agent self-evolution engine
- Tools: Fusion toolkit, Tool risk rating
- Swarm: Multi-agent coordination
- Communication: Blackboard, EventBus, Mailbox
- Orchestration: DAG graph workflow
- Concurrency: Async batch executor
- Cost: Real-time cost tracking
- Resilience: Retry, circuit breaker, cancellation
- Security: Sandbox executor (Process + Docker)
Architecture
agentos/
├── core/ # Agent, Handoff, CodeAgent
├── protocols/ # Output validation, Agent Card, A2A
├── memory/ # Memory pyramid
├── evolution/ # Evolution engine
├── tools/ # Fusion toolkit, Risk rating
├── swarm/ # Swarm coordinator
├── comm/ # Communication layer
├── orchestration/ # Graph orchestration
├── concurrency/ # Batch executor
├── cost/ # Cost tracking
├── models/ # Router, Resilience
└── security/ # Sandbox executor
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nexus_agentos-1.3.18.tar.gz
(266.3 kB
view details)
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 nexus_agentos-1.3.18.tar.gz.
File metadata
- Download URL: nexus_agentos-1.3.18.tar.gz
- Upload date:
- Size: 266.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c9e51a23b5d3593164ce8d199a3a86a3c943cf680be4054dca6733a6e772468
|
|
| MD5 |
6a7fe5695851f376845955d0b579fdc9
|
|
| BLAKE2b-256 |
f9b65128b941ab33f7a66f017e3d8da5d7a3c94bf7149faddb6be02acf50dc2b
|
File details
Details for the file nexus_agentos-1.3.18-py3-none-any.whl.
File metadata
- Download URL: nexus_agentos-1.3.18-py3-none-any.whl
- Upload date:
- Size: 345.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c09f6ece2dfa4a327c4a40961015944496a2c389415228150713e3dbeb1c1da
|
|
| MD5 |
a9304ac3a7b0af56e6aa774de22078b8
|
|
| BLAKE2b-256 |
6544fc5cc68912e977f64dea39a5cb25a0aefb0c7b8d55f0807a67c3a87c9fac
|