LICENSE
README.md
pyproject.toml
setup.py
lrs/__init__.py
lrs/py.typed
lrs/benchmarks/__init__.py
lrs/benchmarks/chaos_scriptorium.py
lrs/benchmarks/gaia_benchmark.py
lrs/core/__init__.py
lrs/core/free_energy.py
lrs/core/lens.py
lrs/core/precision.py
lrs/core/registry.py
lrs/inference/__init__.py
lrs/inference/evaluator.py
lrs/inference/llm_policy_generator.py
lrs/inference/prompts.py
lrs/integration/__init__.py
lrs/integration/autogpt_adapter.py
lrs/integration/langchain_adapter.py
lrs/integration/langgraph.py
lrs/integration/openai_assistants.py
lrs/monitoring/__init__.py
lrs/monitoring/dashboard.py
lrs/monitoring/structured_logging.py
lrs/monitoring/tracker.py
lrs/multi_agent/__init__.py
lrs/multi_agent/communication.py
lrs/multi_agent/coordinator.py
lrs/multi_agent/multi_agent_free_energy.py
lrs/multi_agent/shared_state.py
lrs/multi_agent/social_precision.py
lrs_agents.egg-info/PKG-INFO
lrs_agents.egg-info/SOURCES.txt
lrs_agents.egg-info/dependency_links.txt
lrs_agents.egg-info/requires.txt
lrs_agents.egg-info/top_level.txt
tests/test_chaos_scriptorium.py
tests/test_communication.py
tests/test_coordinator.py
tests/test_free_energy.py
tests/test_import.py
tests/test_integration_langgraph.py
tests/test_langchain_adapter.py
tests/test_lens.py
tests/test_llm_policy_generator.py
tests/test_multi_agent_free_energy.py
tests/test_openai_integration.py
tests/test_precision.py
tests/test_registry.py
tests/test_shared_state.py
tests/test_social_precision.py
tests/test_tracker.py