freshcrate
Skin:/
Home > Uncategorized > sympozium

sympozium

Run a fleet of AI agents on Kubernetes. Administer your cluster agentically

Why this rank:Strong adoptionRecent releaseHealthy release cadence

Description

Run a fleet of AI agents on Kubernetes. Administer your cluster agentically

README

sympozium.ai logo

Every agent is an ephemeral Pod.
Every policy is a CRD. Every execution is a Job.
Orchestrate multi-agent workflows and let agents diagnose, scale, and remediate your infrastructure.
Multi-tenant. Horizontally scalable. Safe by design.


From the creator of k8sgpt and llmfit

This project is under active development. API's will change, things will be break. Be brave.

Build Release License

Sympozium TUI demo


Full documentation: deploy.sympozium.ai/docs


Quick Install (macOS / Linux)

Homebrew:

brew tap sympozium-ai/sympozium
brew install sympozium

Shell installer:

curl -fsSL https://deploy.sympozium.ai/install.sh | sh

Then deploy to your cluster and activate your first agents:

sympozium install          # deploys CRDs, controllers, and built-in PersonaPacks
sympozium                  # launch the TUI — go to Personas tab, press Enter to onboard
sympozium serve            # open the web dashboard (port-forwards to the in-cluster UI)

Advanced: Helm Chart

Prerequisites: cert-manager (for webhook TLS):

kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.17.1/cert-manager.yaml

Deploy the Sympozium control plane:

helm repo add sympozium https://deploy.sympozium.ai/charts
helm repo update
helm install sympozium sympozium/sympozium

See charts/sympozium/values.yaml for configuration options.


Why Sympozium?

Sympozium serves two powerful use cases on one Kubernetes-native platform:

  1. Orchestrate fleets of AI agents — customer support, code review, data pipelines, or any domain-specific workflow. Each agent gets its own pod, RBAC, and network policy with proper tenant isolation.
  2. Administer the cluster itself agentically — point agents inward to diagnose failures, scale deployments, triage alerts, and remediate issues, all with Kubernetes-native isolation, RBAC, and audit trails.

Key Features

PersonaPacks Helm-like bundles for AI agents — activate a pack and the controller stamps out a full agent team
Skill Sidecars Every skill runs in its own sidecar with ephemeral least-privilege RBAC, garbage-collected on completion
Multi-Channel Telegram, Slack, Discord, WhatsApp — each channel is a dedicated Deployment backed by NATS JetStream
Persistent Memory SQLite + FTS5 on a PersistentVolume — memories survive across ephemeral pod runs
Scheduled Heartbeats Cron-based recurring agent runs for health checks, alert triage, and resource right-sizing
Agent Sandbox Kernel-level isolation via kubernetes-sigs/agent-sandbox — gVisor or Kata with warm pools for instant starts
MCP Servers External tool providers via Model Context Protocol with auto-discovery and allow/deny filtering
TUI & Web UI Terminal and browser dashboards, or skip the UI entirely with Helm and kubectl
Any AI Provider OpenAI, Anthropic, Azure, Ollama, or any compatible endpoint — no vendor lock-in

Documentation

Topic Link
Getting Started deploy.sympozium.ai/docs/getting-started
Architecture deploy.sympozium.ai/docs/architecture
Custom Resources deploy.sympozium.ai/docs/concepts/custom-resources
PersonaPacks deploy.sympozium.ai/docs/concepts/personapacks
Skills & Sidecars deploy.sympozium.ai/docs/concepts/skills
Persistent Memory deploy.sympozium.ai/docs/concepts/persistent-memory
Channels deploy.sympozium.ai/docs/concepts/channels
Agent Sandboxing deploy.sympozium.ai/docs/concepts/agent-sandbox
Security deploy.sympozium.ai/docs/concepts/security
CLI & TUI Reference deploy.sympozium.ai/docs/reference/cli
Helm Chart deploy.sympozium.ai/docs/reference/helm
Ollama & Local Inference deploy.sympozium.ai/docs/guides/ollama
Writing Skills deploy.sympozium.ai/docs/guides/writing-skills
Writing Tools deploy.sympozium.ai/docs/guides/writing-tools
LM Studio & Local Inference deploy.sympozium.ai/docs/guides/lm-studio
Unsloth deploy.sympozium.ai/docs/guides/unsloth
Writing PersonaPacks deploy.sympozium.ai/docs/guides/writing-personapacks
Your First AgentRun deploy.sympozium.ai/docs/guides/first-agentrun

Development

make test        # run tests
make lint        # run linter
make manifests   # generate CRD manifests
make run         # run controller locally (needs kubeconfig)

License

Apache License 2.0

Release History

VersionChangesUrgencyDate
v0.10.35## [0.10.35](https://github.com/sympozium-ai/sympozium/compare/v0.10.34...v0.10.35) (2026-06-03) ### Features * support custom headers for model provider requests ([#210](https://github.com/sympozium-ai/sympozium/issues/210)) ([8412662](https://github.com/sympozium-ai/sympozium/commit/8412662a1076b5d5a71e3626a69ab32bd95f8037)) * topology keyboard navigation and demo gif ([2d8b417](https://github.com/sympozium-ai/sympozium/commit/2d8b4176677ee0967ba85f527386d361cff89a02)) * **tui:** add searchHigh6/3/2026
v0.10.34## [0.10.34](https://github.com/sympozium-ai/sympozium/compare/v0.10.33...v0.10.34) (2026-05-18) ### Features * **tui:** update TUI colors to neo-industrial palette ([8402a5e](https://github.com/sympozium-ai/sympozium/commit/8402a5e61f4e5e66ccb7e0e1fa995aae54100ad6)) * update TUI, topology, and ensemble canvas to industrial palette ([f7a3bc7](https://github.com/sympozium-ai/sympozium/commit/f7a3bc721d95e57728367f056c29c8f6e5b20d3e)) ### Bug Fixes * replace remaining gradient buttons with tHigh5/18/2026
v0.10.31Latest release: v0.10.31High5/13/2026
v0.10.22## [0.10.22](https://github.com/sympozium-ai/sympozium/compare/v0.10.21...v0.10.22) (2026-05-07) ### Bug Fixes * prevent port-forward reconnect loop when port is already bound ([c39199e](https://github.com/sympozium-ai/sympozium/commit/c39199eb4d07541f61c88ea018fa50b990b6234e)) * propagate Memory.SystemPrompt to AgentRuns ([#169](https://github.com/sympozium-ai/sympozium/issues/169)) ([bc20d3d](https://github.com/sympozium-ai/sympozium/commit/bc20d3dbe78ef560218140987c1043f89750ceec))High5/7/2026
v0.10.16## [0.10.16](https://github.com/sympozium-ai/sympozium/compare/v0.10.15...v0.10.16) (2026-05-01) ### Features * auto-inject delegation/supervision context from ensemble relationships ([e38e93e](https://github.com/sympozium-ai/sympozium/commit/e38e93ef6f930baf3149c4765a14644a1307154f)) ### Bug Fixes * canary first run never triggers after duplicate-prevention change ([0bbf126](https://github.com/sympozium-ai/sympozium/commit/0bbf12614d18fb260acb498514d204f34b0f1126)) * canary first run neveHigh5/1/2026
v0.10.6## [0.10.6](https://github.com/sympozium-ai/sympozium/compare/v0.10.5...v0.10.6) (2026-04-27) ### Features * add topology page to demo walkthrough recording ([ae6d8fc](https://github.com/sympozium-ai/sympozium/commit/ae6d8fc88d4ecdfa81dafc2f044fbdb2a99135f0)) * implement blocking delegation between ensemble personas ([dc2c7a6](https://github.com/sympozium-ai/sympozium/commit/dc2c7a6cba1cced245ae3390d618e2352b2fd6c7))High4/27/2026
v0.9.2## [0.9.2](https://github.com/sympozium-ai/sympozium/compare/v0.9.1...v0.9.2) (2026-04-22) ### Bug Fixes * per-persona Discord channel routing and truncated run results ([9407420](https://github.com/sympozium-ai/sympozium/commit/9407420c06c64b3289800c83d804a8f62f4acd31)) * per-persona Discord channel routing and truncated run results ([822f9ab](https://github.com/sympozium-ai/sympozium/commit/822f9ab02891673e59cbe2b45d2c6d2071d269fd)), closes [#106](https://github.com/sympozium-ai/sympozium/iHigh4/22/2026
v0.9.1## [0.9.1](https://github.com/sympozium-ai/sympozium/compare/v0.9.0...v0.9.1) (2026-04-19) ### Features * add node probe discovery to ensemble builder provider setup ([0576c7e](https://github.com/sympozium-ai/sympozium/commit/0576c7e44191d39e15c2ea7f5ef92a525d80724a)) * add workflow relationships to developer-team ensemble ([49d8e85](https://github.com/sympozium-ai/sympozium/commit/49d8e851d14583d40ed8e8f7f42c77869cd0f4ad)) * auto-detect node probe providers and allow changing ensemble providHigh4/19/2026
v0.9.0## [0.9.0](https://github.com/sympozium-ai/sympozium/compare/v0.8.28...v0.9.0) (2026-04-19) ### ⚠ BREAKING CHANGES * Ensemble CRD replaces PersonaPack (see commit 432355b). * The PersonaPack CRD has been renamed to Ensemble. All API endpoints, labels, controllers, and UI references updated. ### Features * add shared workflow memory for cross-persona knowledge sharing ([3a163dc](https://github.com/sympozium-ai/sympozium/commit/3a163dc5656e9cce1fa8cf5b2cd775e4f91f33a9)) * implement sequentialHigh4/19/2026
v0.8.28## [0.8.28](https://github.com/sympozium-ai/sympozium/compare/v0.8.27...v0.8.28) (2026-04-16) ### Features * promote Team Canvas to prominent dashboard position ([958600a](https://github.com/sympozium-ai/sympozium/commit/958600a3e7cd7d3f506f62607a6e97ce466e965a))High4/17/2026
v0.8.27## [0.8.27](https://github.com/sympozium-ai/sympozium/compare/v0.8.26...v0.8.27) (2026-04-16) ### Features * add persona relationships schema and workflow canvas ([ace2bcf](https://github.com/sympozium-ai/sympozium/commit/ace2bcf788612c25e28d0e3e8c582f973d80c90f)) * add research-team PersonaPack with relationships and Cypress tests ([9357e0a](https://github.com/sympozium-ai/sympozium/commit/9357e0a2ec3fd0ac354ccc80da5c7c3a79db9d43)) * AwaitingDelegate phase, Cypress workflow tests, hooks fix High4/16/2026
v0.8.26## [0.8.26](https://github.com/sympozium-ai/sympozium/compare/v0.8.25...v0.8.26) (2026-04-16) ### Features * add Settings page with Agent Sandbox CRD install/uninstall, MCP server auth & defaults ([833bbdc](https://github.com/sympozium-ai/sympozium/commit/833bbdce455457252b7ffc7abf879b74a98a13cd)) ### Bug Fixes * validate instance name as RFC 1123 subdomain in wizard ([714a405](https://github.com/sympozium-ai/sympozium/commit/714a4059ebd356e434bdfe941ed68cf1ca2501e7))High4/16/2026
v0.8.25## [0.8.25](https://github.com/sympozium-ai/sympozium/compare/v0.8.24...v0.8.25) (2026-04-12) ### Features * add provider icons to wizard dropdown and llama-server docs ([25fca6d](https://github.com/sympozium-ai/sympozium/commit/25fca6dfddf43c18725d6e8ef4f0fa963c097ed3))High4/12/2026
v0.8.24## [0.8.24](https://github.com/sympozium-ai/sympozium/compare/v0.8.23...v0.8.24) (2026-04-12) ### Features * add llama-server as a first-class AI provider ([86ec4ae](https://github.com/sympozium-ai/sympozium/commit/86ec4ae6b202488ff5adfd012b9c790557d1a097)) * fmt code ([f6f61c3](https://github.com/sympozium-ai/sympozium/commit/f6f61c39e008fc489b2a5ad27ed1bb86295cc8f3))Medium4/12/2026
v0.8.23## [0.8.23](https://github.com/sympozium-ai/sympozium/compare/v0.8.22...v0.8.23) (2026-04-11) ### Bug Fixes * **install:** disable chart namespace template to avoid collision ([e0aae1c](https://github.com/sympozium-ai/sympozium/commit/e0aae1c3a54a95ee6bd5a8d0a2cf1c9c5d9b4b50)) * **install:** recover from failed releases and simplify ns creation ([4c84612](https://github.com/sympozium-ai/sympozium/commit/4c846129d61b99829ef7219c7dc1ed7c4edb6607))High4/11/2026
v0.8.22## [0.8.22](https://github.com/sympozium-ai/sympozium/compare/v0.8.21...v0.8.22) (2026-04-10) ### Features * fmt code ([fee9454](https://github.com/sympozium-ai/sympozium/commit/fee9454e5cf31cd8e4b8e7e067ba8271bb4ee036))Medium4/10/2026
v0.8.21## [0.8.21](https://github.com/sympozium-ai/sympozium/compare/v0.8.20...v0.8.21) (2026-04-10) ### Features * **gate:** add response gate hooks with manual approval flow ([0e5ad97](https://github.com/sympozium-ai/sympozium/commit/0e5ad9718826a2b0b776131890a6aad9dcaa5a49))Medium4/10/2026
v0.8.20## [0.8.20](https://github.com/sympozium-ai/sympozium/compare/v0.8.19...v0.8.20) (2026-04-07) ### Features * **web:** add run notifications, unseen watermark, and polling ([42bb00b](https://github.com/sympozium-ai/sympozium/commit/42bb00b9cceae427a0ce3a0c2b12895b94e5e6af))Medium4/7/2026
v0.8.19## [0.8.19](https://github.com/sympozium-ai/sympozium/compare/v0.8.18...v0.8.19) (2026-04-07) ### Features * **providers:** add Unsloth as a supported local LLM provider ([9c246c1](https://github.com/sympozium-ai/sympozium/commit/9c246c13ba8947b4fe026836e764786b43329126)) * **web:** improve sidebar hierarchy, breadcrumbs, and detail page UX ([0a622d1](https://github.com/sympozium-ai/sympozium/commit/0a622d176c0ee0ad536273d5eb61c277a5e778d1)) ### Bug Fixes * **personas:** harden platform-teMedium4/7/2026
v0.8.18## [0.8.18](https://github.com/sympozium-ai/sympozium/compare/v0.8.17...v0.8.18) (2026-04-05) ### Bug Fixes * cascade-delete scheduled AgentRuns when their Schedule is removed ([eb1ad6a](https://github.com/sympozium-ai/sympozium/commit/eb1ad6af113686ae5b77c5d3b28c4ba9a913aabb)) * scheduler picks next free run-number suffix to avoid ghost runs ([205829a](https://github.com/sympozium-ai/sympozium/commit/205829a2c1525d2b2cf5fbdb09829b254790f601))Medium4/5/2026
v0.8.17## [0.8.17](https://github.com/sympozium-ai/sympozium/compare/v0.8.16...v0.8.17) (2026-04-05) ### Features * **makefile:** add ux-tests-serve target for running Cypress against sympozium serve ([e9c3202](https://github.com/sympozium-ai/sympozium/commit/e9c3202d98105eff3d1b7d6008b9b4f7cd7a4d2e)) ### Bug Fixes * prevent reconcile race from overriding Succeeded AgentRuns as Failed ([d681a33](https://github.com/sympozium-ai/sympozium/commit/d681a3359f1d64ec2d8755402c0abe3849d96e8a))Medium4/5/2026
v0.8.16## [0.8.16](https://github.com/sympozium-ai/sympozium/compare/v0.8.15...v0.8.16) (2026-04-04) ### Features * recover qwen-native tool_calls from reasoning_content ([f807de1](https://github.com/sympozium-ai/sympozium/commit/f807de172243672997d25c3cd311740b34396fcb))Medium4/4/2026
v0.8.15## [0.8.15](https://github.com/sympozium-ai/sympozium/compare/v0.8.14...v0.8.15) (2026-04-04) ### Bug Fixes * surface reasoning-model responses when terminal turn is empty ([045f7d7](https://github.com/sympozium-ai/sympozium/commit/045f7d74a2f95b5ebab7eba392c6d4441734368b))Medium4/4/2026
v0.8.14## [0.8.14](https://github.com/sympozium-ai/sympozium/compare/v0.8.13...v0.8.14) (2026-04-04) ### Bug Fixes * skip Helm CreateNamespace when sympozium-system already exists ([e40b157](https://github.com/sympozium-ai/sympozium/commit/e40b157a238de6b91cd8f0e0e18c771eb66e5a0d))Medium4/4/2026
v0.8.13## [0.8.13](https://github.com/sympozium-ai/sympozium/compare/v0.8.12...v0.8.13) (2026-04-04) ### Miscellaneous Chores * release 0.8.13 ([8a6fa7b](https://github.com/sympozium-ai/sympozium/commit/8a6fa7b870da36f0df6ab0bcccaeda6b1f04fec4))Medium4/4/2026
v0.8.12## [0.8.12](https://github.com/sympozium-ai/sympozium/compare/v0.8.11...v0.8.12) (2026-04-04) ### Bug Fixes * publish TopicAgentRunFailed from controller so web proxy unblocks on failure ([b98841f](https://github.com/sympozium-ai/sympozium/commit/b98841fe441a3c3f478640963c270fd7ed31dd85))Medium4/4/2026
v0.8.11## [0.8.11](https://github.com/sympozium-ai/sympozium/compare/v0.8.10...v0.8.11) (2026-04-04) ### Features * add Cypress UX tests for instance creation and persona packs ([2ffb502](https://github.com/sympozium-ai/sympozium/commit/2ffb5026b82b116ab027c09bed58be9b9a02e8f1)) * add Cypress UX tests for instance creation and persona packs ([55e5590](https://github.com/sympozium-ai/sympozium/commit/55e5590af21dbea24e594ec7437052cc89ded4dc)) * add tool-call circuit breaker and configurable run timeoMedium4/4/2026
v0.8.10## [0.8.10](https://github.com/sympozium-ai/sympozium/compare/v0.8.9...v0.8.10) (2026-04-04) ### Bug Fixes * remove conflicting namespace pre-creation in helm install ([9930ba4](https://github.com/sympozium-ai/sympozium/commit/9930ba4497989fa40d2461e9bef7039586c67aa0))Medium4/4/2026
v0.8.9## [0.8.9](https://github.com/sympozium-ai/sympozium/compare/v0.8.8...v0.8.9) (2026-04-02) ### Bug Fixes * auto-store task/response in memory server after each agent run ([8f475fb](https://github.com/sympozium-ai/sympozium/commit/8f475fbc2bf600ca7fad12394e7c417dd63e2509)) * guard stale Job-not-found reconcile during postRun transition ([8d2ff41](https://github.com/sympozium-ai/sympozium/commit/8d2ff41972acb551a9aabc13cc02c1807ca50560))Medium4/2/2026
v0.8.8## [0.8.8](https://github.com/sympozium-ai/sympozium/compare/v0.8.7...v0.8.8) (2026-04-01) ### Features * reworked memory implementation ([81fdd0c](https://github.com/sympozium-ai/sympozium/commit/81fdd0c83725dc068bc869f01b5d1af5c421c282)) ### Bug Fixes * add missing observability-mcp-team persona pack to Helm chart ([fc0105c](https://github.com/sympozium-ai/sympozium/commit/fc0105c0d243bb0adc58680e29a4827b7aad88bd))Medium4/1/2026
v0.8.7## [0.8.7](https://github.com/sympozium-ai/sympozium/compare/v0.8.6...v0.8.7) (2026-03-31) ### Bug Fixes * stop Helm template from overriding node-probe host auto-detection ([4f0e5f4](https://github.com/sympozium-ai/sympozium/commit/4f0e5f41217d5ec9bf165dda7796be0df3fd307d))Medium3/31/2026
v0.8.6## [0.8.6](https://github.com/sympozium-ai/sympozium/compare/v0.8.5...v0.8.6) (2026-03-31) ### Bug Fixes * create namespace before Helm config init to fix fresh installs ([e49fa50](https://github.com/sympozium-ai/sympozium/commit/e49fa50f26604688a1dcbba6a3d06543b0442ea8))Medium3/31/2026
v0.8.5## [0.8.5](https://github.com/sympozium-ai/sympozium/compare/v0.8.4...v0.8.5) (2026-03-31) ### Bug Fixes * remove explicit host from node-probe targets to restore auto-detection ([f91229a](https://github.com/sympozium-ai/sympozium/commit/f91229afa5ba5ad0674ba6c9b202932b2a869f3f))Medium3/31/2026
v0.8.4## [0.8.4](https://github.com/sympozium-ai/sympozium/compare/v0.8.3...v0.8.4) (2026-03-31) ### Bug Fixes * strip directory prefix from CRD names when writing to temp dir ([1906327](https://github.com/sympozium-ai/sympozium/commit/1906327b3abd32dc887f5a09c98eada9e0fb09b6))Medium3/31/2026
v0.8.3## [0.8.3](https://github.com/sympozium-ai/sympozium/compare/v0.8.2...v0.8.3) (2026-03-31) ### Bug Fixes * add metrics.k8s.io RBAC to config/rbac/role.yaml for sympozium install ([0c1a51c](https://github.com/sympozium-ai/sympozium/commit/0c1a51c8d11354aa5e2df694e8557c120b474857))Medium3/31/2026
v0.8.2## [0.8.2](https://github.com/sympozium-ai/sympozium/compare/v0.8.1...v0.8.2) (2026-03-31) ### Bug Fixes * resolve remaining TypeScript index signature errors in yaml-panel ([8cea011](https://github.com/sympozium-ai/sympozium/commit/8cea0119064536a30ba8a1a15d119af73c9380a9))Medium3/31/2026
v0.8.1## [0.8.1](https://github.com/sympozium-ai/sympozium/compare/v0.8.0...v0.8.1) (2026-03-31) ### Bug Fixes * fail AgentRun when skill RBAC creation fails instead of silently continuing ([99ddb4d](https://github.com/sympozium-ai/sympozium/commit/99ddb4d698bedd758c7d5512e6da354dad5db754)) * resolve TypeScript index signature errors in yaml-panel ([4a576a1](https://github.com/sympozium-ai/sympozium/commit/4a576a1b8db3f77c7ee6cb610b08f212b3ab9cd0))Medium3/31/2026
v0.8.0## [0.8.0](https://github.com/sympozium-ai/sympozium/compare/v0.7.0...v0.8.0) (2026-03-30) ### Features * lifecycle hooks — preRun and postRun containers for agent runs ([a29a8c9](https://github.com/sympozium-ai/sympozium/commit/a29a8c99a67287f063f2b1398b9e499b57e51d35)) * lifecycle hooks — preRun and postRun containers for agent runs ([#67](https://github.com/sympozium-ai/sympozium/issues/67)) ([46250af](https://github.com/sympozium-ai/sympozium/commit/46250afb1e379378e0a82d1d450a811f0a2181dMedium3/30/2026
v0.7.0## [0.7.0](https://github.com/sympozium-ai/sympozium/compare/v0.6.1...v0.7.0) (2026-03-29) ### Features * add apiKey support for provider models fetching ([369fab3](https://github.com/sympozium-ai/sympozium/commit/369fab35e02dd9a5effadb9ce68ccd39d14f6b0e)) * add apiKey support for provider models fetching ([fb4bb53](https://github.com/sympozium-ai/sympozium/commit/fb4bb53b302ff0e11b176e9dba2e19a8856d2295)) ### Bug Fixes * AgentRun status concurrency update ([87dbb22](https://github.com/symMedium3/29/2026
v0.6.1## [0.6.1](https://github.com/sympozium-ai/sympozium/compare/v0.6.0...v0.6.1) (2026-03-28) ### Bug Fixes * chain release workflow from release-please via workflow_call ([22c9e1e](https://github.com/sympozium-ai/sympozium/commit/22c9e1e9a17a52907e6c3424855bc82ce1cfb5b1))Medium3/28/2026
v0.6.0## [0.6.0](https://github.com/sympozium-ai/sympozium/compare/v0.5.8...v0.6.0) (2026-03-28) ### Features * Add image pull secret propagation for agent run container ([51858a3](https://github.com/sympozium-ai/sympozium/commit/51858a3686d9a7593eaf20def93e77ad726825b6)) * Add image pull secret propagation for agentrun sidecar container ([d5f4852](https://github.com/sympozium-ai/sympozium/commit/d5f4852515320378b2a36a31a7ff3e6e083f0f9f)) * add RBAC permissions for metrics access on pods and nodes Medium3/28/2026
v0.5.9Release v0.5.9Medium3/28/2026
v0.5.8Release v0.5.8Medium3/26/2026
v0.5.7Release v0.5.7Medium3/24/2026
v0.5.6Release v0.5.6Medium3/24/2026
v0.5.5Release v0.5.5Medium3/24/2026
v0.5.4Release v0.5.4Medium3/24/2026
v0.5.3Release v0.5.3Medium3/24/2026
v0.5.2Release v0.5.2Medium3/23/2026
v0.5.1Release v0.5.1Medium3/23/2026
v0.5.0Release v0.5.0Medium3/23/2026
v0.4.5Release v0.4.5Medium3/23/2026
v0.4.4Release v0.4.4Medium3/23/2026
v0.4.3Release v0.4.3Medium3/23/2026
v0.4.2Release v0.4.2Medium3/23/2026
v0.4.1Release v0.4.1Medium3/23/2026
v0.4.0Release v0.4.0Medium3/23/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

platformVision/Mission https://ambient-code.ai : Virtual team management and collaboration platform. User guides: https://ambient-code.github.io/platform/v0.2.13
DuckyClawEdge-Hardware (SoC/MCU) oriented Claw🦞v1.1.0
robotsControl robots and physical hardware with natural language through Strands Agents.v0.3.8
Awesome-AI-resources💻 Discover essential AI-driven tools, frameworks, and resources to enhance your development process and streamline your projects.main@2026-06-07
awesome-agent-benchmarks🧠 Discover and evaluate advanced benchmark datasets for Large Language Model agents to enhance performance assessment in real-world tasks.master@2026-06-07

More in Uncategorized

modal-clientSDK libraries for Modal
gh-aw-firewallGitHub Agentic Workflows Firewall
llama.cppLLM inference in C/C++