LICENSE
README.md
pyproject.toml
plugins/__init__.py
plugins/absmarket/SOUL_APPEND.md
plugins/absmarket/TOOLS.md
plugins/absmarket/__init__.py
plugins/absmarket/plugin.json
plugins/absmarket/plugin.py
plugins/absvision/SOUL_APPEND.md
plugins/absvision/TOOLS.md
plugins/absvision/__init__.py
plugins/absvision/plugin.json
plugins/absvision/plugin.py
plugins/amocrm/SOUL_APPEND.md
plugins/amocrm/TOOLS.md
plugins/amocrm/__init__.py
plugins/amocrm/plugin.json
plugins/amocrm/plugin.py
plugins/bito/SOUL_APPEND.md
plugins/bito/TOOLS.md
plugins/bito/__init__.py
plugins/bito/plugin.json
plugins/bito/plugin.py
plugins/bitrix24/SOUL_APPEND.md
plugins/bitrix24/TOOLS.md
plugins/bitrix24/__init__.py
plugins/bitrix24/plugin.json
plugins/bitrix24/plugin.py
plugins/cloud_reporter/__init__.py
plugins/cloud_reporter/plugin.json
plugins/cloud_reporter/reporter.py
plugins/eskiz/SOUL_APPEND.md
plugins/eskiz/TOOLS.md
plugins/eskiz/__init__.py
plugins/eskiz/plugin.json
plugins/eskiz/plugin.py
plugins/ibox/SOUL_APPEND.md
plugins/ibox/TOOLS.md
plugins/ibox/__init__.py
plugins/ibox/plugin.json
plugins/ibox/plugin.py
plugins/moysklad/SOUL_APPEND.md
plugins/moysklad/TOOLS.md
plugins/moysklad/__init__.py
plugins/moysklad/plugin.json
plugins/moysklad/plugin.py
plugins/mysql_query/__init__.py
plugins/mysql_query/plugin.json
plugins/mysql_query/plugin.py
plugins/onec/SOUL_APPEND.md
plugins/onec/TOOLS.md
plugins/onec/__init__.py
plugins/onec/plugin.json
plugins/onec/plugin.py
qanot/__init__.py
qanot/__main__.py
qanot/agent.py
qanot/agent_bot.py
qanot/backup.py
qanot/circuit.py
qanot/compaction.py
qanot/config.py
qanot/context.py
qanot/conversation.py
qanot/daemon.py
qanot/dashboard.py
qanot/dashboard_html.py
qanot/flush.py
qanot/fs_safe.py
qanot/links.py
qanot/main.py
qanot/mcp_client.py
qanot/memory.py
qanot/messages.py
qanot/prompt.py
qanot/py.typed
qanot/ratelimit.py
qanot/registry.py
qanot/routing.py
qanot/scheduler.py
qanot/secrets.py
qanot/session.py
qanot/skills.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/cli/__init__.py
qanot/cli/config_cmd.py
qanot/cli/daemon_cmd.py
qanot/cli/doctor_cmd.py
qanot/cli/init_cmd.py
qanot/cli/plugin_cmd.py
qanot/cli/utils.py
qanot/plugins/__init__.py
qanot/plugins/base.py
qanot/plugins/loader.py
qanot/plugins/registry.py
qanot/plugins/security.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/telegram/__init__.py
qanot/telegram/adapter.py
qanot/telegram/formatting.py
qanot/telegram/handlers.py
qanot/telegram/media.py
qanot/telegram/streaming.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/browser.py
qanot/tools/builtin.py
qanot/tools/cron.py
qanot/tools/delegate.py
qanot/tools/doctor.py
qanot/tools/document_templates.py
qanot/tools/documents.py
qanot/tools/docx.py
qanot/tools/image.py
qanot/tools/jobs_io.py
qanot/tools/local.py
qanot/tools/pdf.py
qanot/tools/pptx_tools.py
qanot/tools/rag.py
qanot/tools/skill_tools.py
qanot/tools/subagent.py
qanot/tools/web.py
qanot/tools/workspace.py
qanot/tools/xlsx.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_cost_tracking.py
tests/test_delegate.py
tests/test_doctor.py
tests/test_document_templates.py
tests/test_exec_security.py
tests/test_failover.py
tests/test_fs_safe.py
tests/test_image.py
tests/test_links.py
tests/test_memory.py
tests/test_plugin_registry.py
tests/test_plugin_security.py
tests/test_plugins_system.py
tests/test_rag.py
tests/test_rag_enhancements.py
tests/test_ratelimit.py
tests/test_routing.py
tests/test_scheduler.py
tests/test_secrets.py
tests/test_session.py
tests/test_skills.py
tests/test_streaming.py
tests/test_subagent.py
tests/test_telegram.py
tests/test_telegram_commands.py
tests/test_telegram_sticker.py
tests/test_voice.py
tests/test_web_fetch.py