LICENSE
README.md
pyproject.toml
aegis/__init__.py
aegis/auto.py
aegis/client.py
aegis/config.py
aegis/exceptions.py
aegis/plan.py
aegis/result.py
aegis/types.py
aegis/adapters/__init__.py
aegis/adapters/huggingface.py
aegis/adapters/langchain.py
aegis/adapters/langgraph.py
aegis/adapters/openai.py
aegis/shell/__init__.py
aegis/shell/attach.py
aegis/shell/auto.py
aegis/shell/cli.py
aegis/shell/config.py
aegis/shell/control.py
aegis/shell/observe.py
aegis/shell/prompts.py
aegis/shell/render.py
aegis/shell/session.py
scelabs_aegis.egg-info/PKG-INFO
scelabs_aegis.egg-info/SOURCES.txt
scelabs_aegis.egg-info/dependency_links.txt
scelabs_aegis.egg-info/entry_points.txt
scelabs_aegis.egg-info/requires.txt
scelabs_aegis.egg-info/top_level.txt
tests/test_client.py
tests/test_shell_attach.py
tests/test_shell_auto.py
tests/test_shell_auto_manage.py
tests/test_shell_auto_runtime.py
tests/test_shell_cli.py
tests/test_shell_config.py
tests/test_shell_control.py
tests/test_shell_observe.py