LICENSE
README.md
pyproject.toml
src/stigmergic/__init__.py
src/stigmergic.egg-info/PKG-INFO
src/stigmergic.egg-info/SOURCES.txt
src/stigmergic.egg-info/dependency_links.txt
src/stigmergic.egg-info/requires.txt
src/stigmergic.egg-info/top_level.txt
src/stigmergic/agents/__init__.py
src/stigmergic/agents/base_ant.py
src/stigmergic/agents/concrete.py
src/stigmergic/agents/hybrid_ant.py
src/stigmergic/agents/verifier_ant.py
src/stigmergic/core/__init__.py
src/stigmergic/core/consensus.py
src/stigmergic/core/environment.py
src/stigmergic/core/latent_transfer.py
src/stigmergic/core/observability.py
src/stigmergic/core/backends/__init__.py
src/stigmergic/core/backends/postgres.py
tests/test_benchmark.py
tests/test_consensus.py
tests/test_ground.py
tests/test_observability.py
tests/test_servicenow_hr.py