MANIFEST.in
README.md
setup.py
agent_as_code/__init__.py
agent_as_code.egg-info/PKG-INFO
agent_as_code.egg-info/SOURCES.txt
agent_as_code.egg-info/dependency_links.txt
agent_as_code.egg-info/entry_points.txt
agent_as_code.egg-info/requires.txt
agent_as_code.egg-info/top_level.txt
agent_as_code/builder/agent_builder.py
agent_as_code/builder/unified_builder.py
agent_as_code/cli/agent_cli.py
agent_as_code/cli/llm/__init__.py
agent_as_code/cli/llm/agent_creator.py
agent_as_code/cli/llm/config_manager.py
agent_as_code/cli/llm/manager.py
agent_as_code/cli/llm/wizard.py
agent_as_code/config/profile_manager.py
agent_as_code/parser/aac_parser.py
agent_as_code/proto/agent.proto
agent_as_code/registry/local_registry.py
agent_as_code/registry/remote_registry.py
agent_as_code/runtime/agent_runner.py
docs/AAC_RUNTIME_INTEGRATION.md
docs/AGENT_BUILDER_ENHANCED_PLAN.md
docs/AGENT_BUILDER_PLAN.md
docs/AGENT_RUNTIME_STRATEGIES.md
docs/BULLETPROOF_AGENTIC_RUNTIMES.md
docs/CLOUD_AGNOSTIC_AGENTIC_RUNTIME.md
docs/DEPLOYMENT_STRATEGIES.md
docs/FREAMEWORK_DISTRIBUTION_STRATEGY.md
docs/PAT_DOCUMENTATION.md
docs/PAT_QUICK_REFERENCE.md
docs/PAT_SYSTEM_OVERVIEW.md
docs/PAT_TECHNICAL_IMPLEMENTATION.md
docs/README.md
docs/TERRAFORM_PROBLEMS_SOLUTIONS.md
docs/agentfile.md
docs/builder.md
docs/cli.md
docs/examples.md
docs/how-to-use.md
docs/llm-finetune.md
docs/llm.md
docs/parser.md
docs/registry.md
docs/runtime.md
examples/advanced-text-generator/Agentfile
examples/basic-sentiment-agent/Agentfile
examples/basic-sentiment-agent/agent/main.py
templates/python-agent/Agentfile
templates/python-agent/agent/main.py
tests/quick_test.py
tests/test_aac_parser.py
tests/test_suite.py