LICENSE
README.md
main.py
pyproject.toml
agent/__init__.py
agent/agent.py
agent/events.py
agent/session.py
client/__init__.py
client/llm_client.py
client/response.py
config/__init__.py
config/config.py
config/credentials.py
config/loader.py
config/oauth.py
context/__init__.py
context/manager.py
prompts/__init__.py
prompts/system.py
relay_code.egg-info/PKG-INFO
relay_code.egg-info/SOURCES.txt
relay_code.egg-info/dependency_links.txt
relay_code.egg-info/entry_points.txt
relay_code.egg-info/requires.txt
relay_code.egg-info/top_level.txt
tools/__init__.py
tools/base.py
tools/registry.py
tools/core/__init__.py
tools/core/directories.py
tools/core/edit.py
tools/core/glob.py
tools/core/grep.py
tools/core/read.py
tools/core/shell.py
tools/core/todo.py
tools/core/write.py
tools/memory/__init__.py
tools/memory/memory.py
tools/network/__init__.py
tools/network/fetch.py
tools/network/search.py
ui/__init__.py
ui/app.py
ui/format.py
ui/logo.py
ui/renderer.py
ui/theme.py
utils/__init__.py
utils/errors.py
utils/paths.py
utils/text.py