README.md
pyproject.toml
syntrak/__init__.py
syntrak/cli.py
syntrak/config.py
syntrak.egg-info/PKG-INFO
syntrak.egg-info/SOURCES.txt
syntrak.egg-info/dependency_links.txt
syntrak.egg-info/entry_points.txt
syntrak.egg-info/requires.txt
syntrak.egg-info/top_level.txt
syntrak/core/agent.py
syntrak/core/context.py
syntrak/core/events.py
syntrak/core/memory.py
syntrak/core/prompt.py
syntrak/core/session.py
syntrak/llm/base.py
syntrak/llm/litellm_client.py
syntrak/llm/parser.py
syntrak/server/app.py
syntrak/server/schemas.py
syntrak/tools/base.py
syntrak/tools/bash_ops.py
syntrak/tools/file_ops.py
syntrak/tools/git_ops.py
syntrak/tools/review_ops.py
syntrak/ui/commands.py
syntrak/ui/renderer.py
syntrak/ui/repl.py
tests/test_agent.py
tests/test_file_ops.py
tests/test_memory.py
tests/test_parser.py
tests/test_server.py