MANIFEST.in
README.md
pyproject.toml
lib/__init__.py
lib/agent.py
lib/actions/__init__.py
lib/actions/response.py
lib/actions/thinking.py
lib/core/__init__.py
lib/core/action.py
lib/core/action_set.py
lib/core/agent_queue.py
lib/core/config.py
lib/core/context.py
lib/core/events.py
lib/core/handles.py
lib/llm/__init__.py
lib/llm/client.py
lib/loader/__init__.py
lib/loader/action_loader.py
lib/tools/__init__.py
lib/tools/base_tool.py
lib/tools/registry.py
oedix.egg-info/PKG-INFO
oedix.egg-info/SOURCES.txt
oedix.egg-info/dependency_links.txt
oedix.egg-info/requires.txt
oedix.egg-info/top_level.txt
tests/test_bio_workflow.py
tests/test_scenario1_aml.py
tests/test_scenario2_scrna.py