nexus-agentos
Production-grade Agent Operating System — a modular, extensible framework for building autonomous AI agents.
Installation
pip install nexus-agentos
Quick Start
from agentos.agent import ProductionAgent, ToolExecutor
from agentos.config import Config
config = Config.from_yaml("agentos.yaml")
agent = ProductionAgent.from_config(config)
result = agent.run("Analyze the latest quarterly report")
Modules
| Module | Description |
|---|---|
agentos.config |
Multi-source config with dot-notation access |
agentos.logging |
Structured logging with context propagation |
agentos.middleware |
Composable interceptor pipeline |
agentos.plugin |
Plugin lifecycle with dependency resolution |
agentos.resilience |
Retry, rate limiting, circuit breaker |
agentos.observability |
Tracing and metrics |
agentos.scheduler |
Cron-based task scheduling |
License
MIT
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
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.50.18-py3-none-any.whl.
File metadata
- Download URL: nexus_agentos-1.50.18-py3-none-any.whl
- Upload date:
- Size: 53.8 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 |
4de2cd155834097b6ff0b4e323ffa5341b0b3d9ffe69417012a3f691a333da56
|
|
| MD5 |
de5b98ac9089668f9995ed26fee88676
|
|
| BLAKE2b-256 |
ca78c5b7b638b0e7e0b630d4d0539b81e300df37f08a3b36dd7c077a2585ae4b
|