LICENSE
README.md
pyproject.toml
src/anvil/__init__.py
src/anvil/cli.py
src/anvil/sdk.py
src/anvil/agents/__init__.py
src/anvil/agents/agent_base.py
src/anvil/agents/agent_manager.py
src/anvil/agents/builtin_agents.py
src/anvil/commands/__init__.py
src/anvil/commands/command_manager.py
src/anvil/compaction/__init__.py
src/anvil/compaction/compactor.py
src/anvil/config_v2/__init__.py
src/anvil/config_v2/config_v2.py
src/anvil/core/__init__.py
src/anvil/core/commands.py
src/anvil/core/compaction.py
src/anvil/core/config.py
src/anvil/core/config_v2.py
src/anvil/core/engine.py
src/anvil/core/init_project.py
src/anvil/core/rules.py
src/anvil/core/session.py
src/anvil/core/snapshot.py
src/anvil/daemon/__init__.py
src/anvil/daemon/server.py
src/anvil/integrations/__init__.py
src/anvil/integrations/agent_swarm.py
src/anvil/integrations/cost_optimizer.py
src/anvil/integrations/error_recovery.py
src/anvil/integrations/verifyloop.py
src/anvil/mcp/__init__.py
src/anvil/mcp/mcp_manager.py
src/anvil/mcp/mcp_types.py
src/anvil/models/__init__.py
src/anvil/models/anthropic_model.py
src/anvil/models/local.py
src/anvil/models/openai_model.py
src/anvil/models/registry.py
src/anvil/permissions/__init__.py
src/anvil/permissions/permissions.py
src/anvil/printing_press/__init__.py
src/anvil/printing_press/generator.py
src/anvil/rules/__init__.py
src/anvil/rules/rules_manager.py
src/anvil/snapshot/__init__.py
src/anvil/snapshot/snapshot_manager.py
src/anvil/tools/__init__.py
src/anvil/tools/executor.py
src/anvil/tools/new_tools.py
src/anvil/tui/__init__.py
src/anvil/tui/app.py
src/anvil/tui/dashboard.py
src/anvil/verify/__init__.py
src/anvil/verify/pipeline.py
src/fableforge_anvil_agent.egg-info/PKG-INFO
src/fableforge_anvil_agent.egg-info/SOURCES.txt
src/fableforge_anvil_agent.egg-info/dependency_links.txt
src/fableforge_anvil_agent.egg-info/entry_points.txt
src/fableforge_anvil_agent.egg-info/requires.txt
src/fableforge_anvil_agent.egg-info/top_level.txt
tests/test_agents.py
tests/test_anvil.py
tests/test_commands.py
tests/test_compaction.py
tests/test_config_v2.py
tests/test_daemon.py
tests/test_engine.py
tests/test_mcp.py
tests/test_models.py
tests/test_new_tools.py
tests/test_permissions.py
tests/test_printing_press.py
tests/test_rules.py
tests/test_snapshot.py
tests/test_task_skill.py
tests/test_tools.py
tests/test_verify_pipeline.py