LICENSE
README.md
pyproject.toml
src/adjacency_agents/__init__.py
src/adjacency_agents/decorators.py
src/adjacency_agents/engine.py
src/adjacency_agents/errors.py
src/adjacency_agents/llm.py
src/adjacency_agents/models.py
src/adjacency_agents/py.typed
src/adjacency_agents/registry.py
src/adjacency_agents/router.py
src/adjacency_agents/schema.py
src/adjacency_agents/tracing.py
src/adjacency_agents.egg-info/PKG-INFO
src/adjacency_agents.egg-info/SOURCES.txt
src/adjacency_agents.egg-info/dependency_links.txt
src/adjacency_agents.egg-info/requires.txt
src/adjacency_agents.egg-info/top_level.txt
src/adjacency_agents/adapters/__init__.py
src/adjacency_agents/adapters/anthropic.py
src/adjacency_agents/adapters/ollama.py
src/adjacency_agents/adapters/openai.py
tests/test_anthropic_adapter.py
tests/test_async_engine.py
tests/test_context_injection.py
tests/test_decorators.py
tests/test_engine.py
tests/test_errors.py
tests/test_fake_llm.py
tests/test_models.py
tests/test_ollama_adapter.py
tests/test_openai_adapter.py
tests/test_pointer_transitions.py
tests/test_registry.py
tests/test_router.py
tests/test_schema.py
tests/test_synthesis.py
tests/test_tool_execution_errors.py
tests/test_tracing.py