Skip to main content

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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nexus_agentos-1.3.29-py3-none-any.whl (432.1 kB view details)

Uploaded Python 3

File details

Details for the file nexus_agentos-1.3.29-py3-none-any.whl.

File metadata

  • Download URL: nexus_agentos-1.3.29-py3-none-any.whl
  • Upload date:
  • Size: 432.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.6

File hashes

Hashes for nexus_agentos-1.3.29-py3-none-any.whl
Algorithm Hash digest
SHA256 a94233b423028847ce4d98a65aa3c45aade1ab91d3e45719fa23026d142d8798
MD5 eee14e0c4937681665dfa8cfafddbb96
BLAKE2b-256 65a9fdf7f62671eeb16cb4d8564368f801f745a8ff04fc92577f6e9389d97931

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page