LICENSE
README.md
pyproject.toml
src/agent2society/__init__.py
src/agent2society/_logging.py
src/agent2society/card.py
src/agent2society/conformance.py
src/agent2society/dispatcher.py
src/agent2society/embeddings.py
src/agent2society/exceptions.py
src/agent2society/explanation.py
src/agent2society/governance.py
src/agent2society/graph.py
src/agent2society/handoff.py
src/agent2society/mesh.py
src/agent2society/metrics.py
src/agent2society/optimizer.py
src/agent2society/py.typed
src/agent2society/router.py
src/agent2society/store.py
src/agent2society/telemetry.py
src/agent2society/trace.py
src/agent2society.egg-info/PKG-INFO
src/agent2society.egg-info/SOURCES.txt
src/agent2society.egg-info/dependency_links.txt
src/agent2society.egg-info/requires.txt
src/agent2society.egg-info/top_level.txt
src/agent2society/adapters/__init__.py
src/agent2society/adapters/autogen.py
src/agent2society/adapters/base.py
src/agent2society/adapters/callable.py
src/agent2society/adapters/crewai.py
src/agent2society/adapters/langgraph.py
src/agent2society/bench/__init__.py
src/agent2society/bench/harness.py
src/agent2society/bench/langgraph_baseline.py
src/agent2society/bench/multistep.py
src/agent2society/bench/scenarios.py
src/agent2society/bench/supervisor.py
src/agent2society/bench/tasks.py
src/agent2society/bench/tokens.py
tests/test_bench.py
tests/test_card.py
tests/test_conformance.py
tests/test_dispatcher.py
tests/test_graph.py
tests/test_langgraph_bench.py
tests/test_mesh.py
tests/test_optimizer.py
tests/test_router.py
tests/test_v052_signals.py
tests/test_v053_resilience.py
tests/test_v05_production.py
tests/test_v15_governance.py
tests/test_v15_meaning.py