LICENSE
README.md
pyproject.toml
aas/__init__.py
aas/agent.py
aas/commands.py
aas/compact_prompt.md
aas/context.py
aas/display.py
aas/exec_worker.py
aas/history.py
aas/main.py
aas/provider.py
aas/registry.py
aas/web.py
aas/webdisplay.py
aas/static/index.html
aas/tools/__init__.py
aas/tools/edit.py
aas/tools/exec_kernel.py
aas/tools/execute.py
aas/tools/read.py
aas/tools/write.py
aasai.egg-info/PKG-INFO
aasai.egg-info/SOURCES.txt
aasai.egg-info/dependency_links.txt
aasai.egg-info/entry_points.txt
aasai.egg-info/requires.txt
aasai.egg-info/top_level.txt
tests/test_compact.py
tests/test_display.py
tests/test_history.py
tests/test_llm_compact.py
tests/test_provider.py
tests/test_read.py
tests/test_registry.py