.gitignore
LICENSE
README.md
aiwarden.pth
pyproject.toml
run_demo.sh
uv.lock
.github/workflows/docs.yml
.github/workflows/release.yml
ai_warden_oss.egg-info/PKG-INFO
ai_warden_oss.egg-info/SOURCES.txt
ai_warden_oss.egg-info/dependency_links.txt
ai_warden_oss.egg-info/requires.txt
ai_warden_oss.egg-info/scm_file_list.json
ai_warden_oss.egg-info/scm_version.json
ai_warden_oss.egg-info/top_level.txt
aiwarden/__init__.py
aiwarden/_version.py
aiwarden/bootstrap.py
aiwarden/capture.py
aiwarden/config.py
aiwarden/cost.py
aiwarden/event.py
aiwarden/runner.py
aiwarden/session.py
aiwarden/tags.py
aiwarden/patchers/__init__.py
aiwarden/patchers/_common.py
aiwarden/patchers/anthropic.py
aiwarden/patchers/openai.py
aiwarden/policies/__init__.py
aiwarden/policies/base.py
aiwarden/policies/engine.py
aiwarden/policies/loader.py
aiwarden/policies/builtin/__init__.py
aiwarden/policies/builtin/agent_control.py
aiwarden/policies/builtin/budget.py
aiwarden/policies/builtin/pii.py
aiwarden/policies/builtin/tools.py
aiwarden/policies/builtin/tools_rules.py
aiwarden/policies/custom/__init__.py
aiwarden/policies/custom/operators.py
aiwarden/policies/custom/policy.py
aiwarden/policies/custom/resolver.py
aiwarden/policies/custom/schema.py
demos/multi_agent_live.py
docs-site/babel.config.js
docs-site/docusaurus.config.js
docs-site/package-lock.json
docs-site/package.json
docs-site/sidebars.js
docs-site/docs/concepts.mdx
docs-site/docs/configuration.mdx
docs-site/docs/getting-started.mdx
docs-site/docs/hot-mode.mdx
docs-site/docs/introduction.mdx
docs-site/docs/multi-agent.mdx
docs-site/docs/advanced/architecture.mdx
docs-site/docs/advanced/module-policy.mdx
docs-site/docs/advanced/run-tracking.mdx
docs-site/docs/advanced/streaming.mdx
docs-site/docs/examples/custom-rules.mdx
docs-site/docs/examples/multi-agent-budget.mdx
docs-site/docs/examples/single-agent.mdx
docs-site/docs/policies/agent-control.mdx
docs-site/docs/policies/budget.mdx
docs-site/docs/policies/custom.mdx
docs-site/docs/policies/overview.mdx
docs-site/docs/policies/pii.mdx
docs-site/docs/policies/tools.mdx
docs-site/src/components/Card.jsx
docs-site/src/components/Note.jsx
docs-site/src/components/Steps.jsx
docs-site/src/css/custom.css
docs-site/static/img/logo.png
docs-site/static/img/logo.svg
tests/chatbot_policy_demo.py
tests/simulate_agent_run.py
tests/simulate_raw_agent.py
tests/test_agent.py
tests/test_app.py
tests/test_custom_policy.py
tests/test_hot_mode.py
tests/test_multi_agent.py
tests/test_policy.py
tests/test_rule_policy.py
tests/test_session_tracking.py