Symbiont
Policy-governed runtime for secure, auditable autonomous agents
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Symbiont?โผ
Run `npx skills add ThirdKeyAI/Symbiont --all -g -y` in your terminal to install all skills in this suite globally.
What does Symbiont do?โผ
Symbiont is a Rust runtime that executes AI agents under explicit policy, identity, sandboxing, and audit controls. It blocks unauthorized tool calls with Cedar policies instead of trusting prompts.
Can I run Symbiont without a cloud API key?โผ
Yes. Point OPENAI_BASE_URL at any local OpenAI-compatible server like Ollama, or use the offline policy evaluation and tool dry-run commands with no key at all.
How does Symbiont sandbox untrusted code?โผ
You pick an isolation tier per agent: Docker by default, gVisor for untrusted code, or Firecracker microVMs for regulated data. All tiers ship in the open-source release.
Does Symbiont work with Claude Code?โผ
Yes. Symbiont can spawn Claude Code as a governed subprocess with a policy-gated launch, tool allowlists, budget limits, and a live audit journal of every tool call.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core