.env.example
.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
.github/workflows/ci.yml
.github/workflows/publish.yml
images/architecture.jpg
images/sample_image1.jpg
images/sample_image2.jpg
images/sample_image3.jpg
images/title_logo.jpg
openkite/__init__.py
openkite/__main__.py
openkite/_version.py
openkite/agent_runtime.py
openkite/app.py
openkite/chat_service.py
openkite/cli.py
openkite/config.py
openkite/db.py
openkite/mcp_runtime.py
openkite/tools.py
openkite/ui.py
openkite.egg-info/PKG-INFO
openkite.egg-info/SOURCES.txt
openkite.egg-info/dependency_links.txt
openkite.egg-info/entry_points.txt
openkite.egg-info/requires.txt
openkite.egg-info/top_level.txt
openkite/prompts/__init__.py
openkite/prompts/system_prompt.txt
tests/test_cli.py
tests/test_config.py
tests/test_db.py
tests/test_ui.py