Skip to content

Releases: sukethrp/agentos

v0.3.0 - Ecosystem & Deployment

21 Mar 17:51

Choose a tag to compare

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

21 Mar 17:50

Choose a tag to compare

Pre-release

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 name parameter
  • Governance guards moved to agentos.governance module

v0.1.0 - Foundation

21 Mar 17:48

Choose a tag to compare

v0.1.0 - Foundation Pre-release
Pre-release

What's New

  • Core Agent SDK with tool-calling loop
  • @tool decorator 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