LICENSE
MANIFEST.in
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/auth.py
syntrak/server/db.py
syntrak/server/schemas.py
syntrak/server/static/app.js
syntrak/server/static/index.html
syntrak/server/static/styles.css
syntrak/server/static/images/android-chrome-192x192.png
syntrak/server/static/images/android-chrome-512x512.png
syntrak/server/static/images/apple-touch-icon.png
syntrak/server/static/images/favicon-16x16.png
syntrak/server/static/images/favicon-32x32.png
syntrak/server/static/images/favicon.ico
syntrak/server/static/images/site.webmanifest
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_config.py
tests/test_conversations.py
tests/test_file_ops.py
tests/test_memory.py
tests/test_parser.py
tests/test_server.py