Metadata-Version: 2.4
Name: nexus-agentos
Version: 1.1.5
Summary: Agent Operating System — Production-ready multi-model agent framework with CancellationSource, ToolRiskRating, MiddlewarePipeline, RunCostSession, and 30+ production modules
Author: AgentOS Team
License: MIT
Keywords: agent,ai,framework,llm,multi-agent
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.11
Requires-Dist: aiosqlite>=0.20.0
Requires-Dist: fastapi>=0.110.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: langsmith>=0.1.0
Requires-Dist: numpy>=1.26.0
Requires-Dist: openai>=1.0.0
Requires-Dist: pydantic>=2.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: uvicorn[standard]>=0.29.0
Provides-Extra: full
Requires-Dist: chromadb>=0.5.0; extra == 'full'
Requires-Dist: faiss-cpu>=1.8.0; extra == 'full'
Requires-Dist: sentence-transformers>=3.0.0; extra == 'full'
Description-Content-Type: text/markdown

# Nexus-AgentOS

Agent Operating System — Production-ready multi-model agent framework with TokenCounter, SemanticMemoryRetriever, ConfigPresets, ToolRegistry, WorkflowTemplate, ResponseCache, AgentGraph, StreamingAgent, ConversationMemory, AsyncAgentLoop, SwarmPatterns, CI/CD pipeline, and 30+ production modules.

## v1.1.4

- **ToolRiskRating**: 19 preset risk categories with keyword-based inference
- **MiddlewarePipeline**: 4 built-in middlewares (Caching, Logging, RateLimit, Retry)
- **RunCostSession**: Session-level cost tracking for agent runs
