.gitignore
LICENSE
README.md
README.zh-CN.md
_test_integration.py
_test_llm.py
pyproject.toml
.github/workflows/publish.yml
.github/workflows/test.yml
examples/writing_system/openapi.json
examples/writing_system/routes.py
examples/writing_system/schema.graphql
examples/writing_system/schema.sql
src/agbr.egg-info/PKG-INFO
src/agbr.egg-info/SOURCES.txt
src/agbr.egg-info/dependency_links.txt
src/agbr.egg-info/entry_points.txt
src/agbr.egg-info/requires.txt
src/agbr.egg-info/top_level.txt
src/agentbridge/__init__.py
src/agentbridge/__main__.py
src/agentbridge/agent.py
src/agentbridge/cli.py
src/agentbridge/discovery.py
src/agentbridge/generator.py
src/agentbridge/io.py
src/agentbridge/models.py
src/agentbridge/naming.py
src/agentbridge/policy.py
src/agentbridge/runtime.py
tests/test_discovery.py
tests/test_generator_runtime.py