The simplest possible Agent OS example.
- Basic kernel setup
- Agent registration
- Policy enforcement
# Install
pip install agent-os
# Run
python agent.pyagent.py- The agent code (15 lines)README.md- This file
🚀 Hello World Agent
====================
✅ Agent executed successfully
📤 Result: Hello from a governed agent!
Uncomment the "dangerous" line in agent.py to see policy enforcement:
⚠️ POLICY VIOLATION DETECTED
⚠️ Signal: SIGKILL
⚠️ Action: shell_exec
⚠️ Status: TERMINATED
- Chat Agent - Interactive conversation
- Tool-Using Agent - Agent with tools
- Carbon Auditor - Full multi-agent system