Releases: sukethrp/agentos
Releases · sukethrp/agentos
v0.3.0 - Ecosystem & Deployment
What's New
- Agent Marketplace (publish, discover, install templates)
- Embeddable chat widget + Python SDK
- Anthropic Claude provider (direct integration)
- Ollama local model provider
- Kubernetes Helm chart deployment
- Frontend React dashboard
- Analytics dashboard (cost trends, tool usage, model comparison)
- Pre-built templates (Customer Support, Research, Sales, Code Review)
- CI/CD with GitHub Actions (test + publish workflows)
Infrastructure
- Helm chart at
deploy/helm/agentos/ - 88 Vercel deployments
- Docker Compose for single-command local setup
v0.2.0 - Production Ready
What's New
- WebSocket streaming (real-time token-by-token)
- RAG pipeline (PDF/text/markdown ingestion, vector search)
- Live monitoring dashboard with cost tracking
- Agent scheduler (interval + cron)
- Event bus (pub/sub with triggers)
- Plugin system (hot-loadable tools and providers)
- User authentication + usage tracking
- A/B testing with statistical significance
- Multi-step workflow engine
- Multi-modal support (GPT-4o vision + PDF extraction)
- Conversation branching
Breaking Changes
- Agent constructor now requires
nameparameter - Governance guards moved to
agentos.governancemodule
v0.1.0 - Foundation
What's New
- Core Agent SDK with tool-calling loop
@tooldecorator for turning functions into agent capabilities- OpenAI provider integration (GPT-4o, GPT-4o-mini)
- Simulation Sandbox with LLM-as-judge scoring
- Basic governance: budget guards, permission guards, kill switch
- GovernedAgent unified class
- FastAPI web platform with Agent Builder UI
- Docker deployment support
Getting Started
pip install agentos-platform
python examples/quickstart.py