README.md
pyproject.toml
plugins/__init__.py
plugins/absmarket/SOUL_APPEND.md
plugins/absmarket/TOOLS.md
plugins/absmarket/__init__.py
plugins/absmarket/plugin.py
plugins/absvision/SOUL_APPEND.md
plugins/absvision/TOOLS.md
plugins/absvision/__init__.py
plugins/absvision/plugin.py
plugins/mysql_query/__init__.py
plugins/mysql_query/plugin.py
qanot/__init__.py
qanot/__main__.py
qanot/agent.py
qanot/agent_bot.py
qanot/backup.py
qanot/cli.py
qanot/compaction.py
qanot/config.py
qanot/context.py
qanot/links.py
qanot/main.py
qanot/memory.py
qanot/prompt.py
qanot/routing.py
qanot/scheduler.py
qanot/session.py
qanot/telegram.py
qanot/utils.py
qanot/voice.py
qanot.egg-info/PKG-INFO
qanot.egg-info/SOURCES.txt
qanot.egg-info/dependency_links.txt
qanot.egg-info/entry_points.txt
qanot.egg-info/requires.txt
qanot.egg-info/top_level.txt
qanot/plugins/__init__.py
qanot/plugins/base.py
qanot/plugins/loader.py
qanot/providers/__init__.py
qanot/providers/anthropic.py
qanot/providers/base.py
qanot/providers/errors.py
qanot/providers/failover.py
qanot/providers/gemini.py
qanot/providers/groq.py
qanot/providers/openai.py
qanot/rag/__init__.py
qanot/rag/chunker.py
qanot/rag/embedder.py
qanot/rag/engine.py
qanot/rag/indexer.py
qanot/rag/store.py
qanot/templates/skills/proactive-agent/SKILL.md
qanot/templates/souls/universal.md
qanot/templates/workspace/AGENTS.md
qanot/templates/workspace/BOOTSTRAP.md
qanot/templates/workspace/HEARTBEAT.md
qanot/templates/workspace/IDENTITY.md
qanot/templates/workspace/MEMORY.md
qanot/templates/workspace/SESSION-STATE.md
qanot/templates/workspace/TOOLS.md
qanot/templates/workspace/USER.md
qanot/templates/workspace/notes/areas/outcome-journal.md
qanot/templates/workspace/notes/areas/proactive-tracker.md
qanot/templates/workspace/notes/areas/recurring-patterns.md
qanot/tools/__init__.py
qanot/tools/agent_manager.py
qanot/tools/builtin.py
qanot/tools/cron.py
qanot/tools/delegate.py
qanot/tools/doctor.py
qanot/tools/image.py
qanot/tools/jobs_io.py
qanot/tools/rag.py
qanot/tools/subagent.py
qanot/tools/web.py
qanot/tools/workspace.py
tests/test_agent.py
tests/test_agent_bot.py
tests/test_agent_manager.py
tests/test_backup.py
tests/test_command_safety.py
tests/test_compaction.py
tests/test_config.py
tests/test_context.py
tests/test_delegate.py
tests/test_doctor.py
tests/test_failover.py
tests/test_image.py
tests/test_links.py
tests/test_memory.py
tests/test_new_features.py
tests/test_rag.py
tests/test_rag_enhancements.py
tests/test_routing.py
tests/test_session.py
tests/test_streaming.py
tests/test_subagent.py
tests/test_telegram.py
tests/test_voice.py
tests/test_web_fetch.py