diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..68a8beb --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# Environment — contains secrets, never commit +.env + +# Virtual environment +venv/ +__pycache__/ +*.pyc +*.pyo +*.pyd +.Python +*.egg-info/ +dist/ +build/ + +# Database and data — encrypted but still private +data/ + +# IDE +.vscode/ +.idea/ + +# macOS +.DS_Store +howt*.md +scripts/ +plans/ +mcp-servers + diff --git a/server/__pycache__/__init__.cpython-314.pyc b/server/__pycache__/__init__.cpython-314.pyc deleted file mode 100644 index b125545..0000000 Binary files a/server/__pycache__/__init__.cpython-314.pyc and /dev/null differ diff --git a/server/__pycache__/agent_templates.cpython-314.pyc b/server/__pycache__/agent_templates.cpython-314.pyc deleted file mode 100644 index 3d95e7f..0000000 Binary files a/server/__pycache__/agent_templates.cpython-314.pyc and /dev/null differ diff --git a/server/__pycache__/audit.cpython-314.pyc b/server/__pycache__/audit.cpython-314.pyc deleted file mode 100644 index 50cd850..0000000 Binary files a/server/__pycache__/audit.cpython-314.pyc and /dev/null differ diff --git a/server/__pycache__/auth.cpython-314.pyc b/server/__pycache__/auth.cpython-314.pyc deleted file mode 100644 index 8df887c..0000000 Binary files a/server/__pycache__/auth.cpython-314.pyc and /dev/null differ diff --git a/server/__pycache__/config.cpython-314.pyc b/server/__pycache__/config.cpython-314.pyc deleted file mode 100644 index db23920..0000000 Binary files a/server/__pycache__/config.cpython-314.pyc and /dev/null differ diff --git a/server/__pycache__/context_vars.cpython-314.pyc b/server/__pycache__/context_vars.cpython-314.pyc deleted file mode 100644 index f896ae3..0000000 Binary files a/server/__pycache__/context_vars.cpython-314.pyc and /dev/null differ diff --git a/server/__pycache__/database.cpython-314.pyc b/server/__pycache__/database.cpython-314.pyc deleted file mode 100644 index 309c37d..0000000 Binary files a/server/__pycache__/database.cpython-314.pyc and /dev/null differ diff --git a/server/__pycache__/main.cpython-314.pyc b/server/__pycache__/main.cpython-314.pyc deleted file mode 100644 index c5fcdd8..0000000 Binary files a/server/__pycache__/main.cpython-314.pyc and /dev/null differ diff --git a/server/__pycache__/mcp.cpython-314.pyc b/server/__pycache__/mcp.cpython-314.pyc deleted file mode 100644 index 61d16bc..0000000 Binary files a/server/__pycache__/mcp.cpython-314.pyc and /dev/null differ diff --git a/server/__pycache__/security.cpython-314.pyc b/server/__pycache__/security.cpython-314.pyc deleted file mode 100644 index 2e6bb75..0000000 Binary files a/server/__pycache__/security.cpython-314.pyc and /dev/null differ diff --git a/server/__pycache__/security_screening.cpython-314.pyc b/server/__pycache__/security_screening.cpython-314.pyc deleted file mode 100644 index b7983da..0000000 Binary files a/server/__pycache__/security_screening.cpython-314.pyc and /dev/null differ diff --git a/server/__pycache__/users.cpython-314.pyc b/server/__pycache__/users.cpython-314.pyc deleted file mode 100644 index 1da890c..0000000 Binary files a/server/__pycache__/users.cpython-314.pyc and /dev/null differ diff --git a/server/agent/__pycache__/__init__.cpython-314.pyc b/server/agent/__pycache__/__init__.cpython-314.pyc deleted file mode 100644 index 8bb751a..0000000 Binary files a/server/agent/__pycache__/__init__.cpython-314.pyc and /dev/null differ diff --git a/server/agent/__pycache__/agent.cpython-314.pyc b/server/agent/__pycache__/agent.cpython-314.pyc deleted file mode 100644 index b9c4d10..0000000 Binary files a/server/agent/__pycache__/agent.cpython-314.pyc and /dev/null differ diff --git a/server/agent/__pycache__/confirmation.cpython-314.pyc b/server/agent/__pycache__/confirmation.cpython-314.pyc deleted file mode 100644 index 4cbce73..0000000 Binary files a/server/agent/__pycache__/confirmation.cpython-314.pyc and /dev/null differ diff --git a/server/agent/__pycache__/tool_registry.cpython-314.pyc b/server/agent/__pycache__/tool_registry.cpython-314.pyc deleted file mode 100644 index a98827c..0000000 Binary files a/server/agent/__pycache__/tool_registry.cpython-314.pyc and /dev/null differ diff --git a/server/agents/__pycache__/__init__.cpython-314.pyc b/server/agents/__pycache__/__init__.cpython-314.pyc deleted file mode 100644 index 83389ee..0000000 Binary files a/server/agents/__pycache__/__init__.cpython-314.pyc and /dev/null differ diff --git a/server/agents/__pycache__/runner.cpython-314.pyc b/server/agents/__pycache__/runner.cpython-314.pyc deleted file mode 100644 index c4a90d9..0000000 Binary files a/server/agents/__pycache__/runner.cpython-314.pyc and /dev/null differ diff --git a/server/agents/__pycache__/tasks.cpython-314.pyc b/server/agents/__pycache__/tasks.cpython-314.pyc deleted file mode 100644 index e0dc8e4..0000000 Binary files a/server/agents/__pycache__/tasks.cpython-314.pyc and /dev/null differ diff --git a/server/brain/__pycache__/__init__.cpython-314.pyc b/server/brain/__pycache__/__init__.cpython-314.pyc deleted file mode 100644 index edd0915..0000000 Binary files a/server/brain/__pycache__/__init__.cpython-314.pyc and /dev/null differ diff --git a/server/brain/__pycache__/database.cpython-314.pyc b/server/brain/__pycache__/database.cpython-314.pyc deleted file mode 100644 index a489c60..0000000 Binary files a/server/brain/__pycache__/database.cpython-314.pyc and /dev/null differ diff --git a/server/brain/__pycache__/ingest.cpython-314.pyc b/server/brain/__pycache__/ingest.cpython-314.pyc deleted file mode 100644 index a37ec54..0000000 Binary files a/server/brain/__pycache__/ingest.cpython-314.pyc and /dev/null differ diff --git a/server/inbox/__pycache__/__init__.cpython-314.pyc b/server/inbox/__pycache__/__init__.cpython-314.pyc deleted file mode 100644 index 54ed409..0000000 Binary files a/server/inbox/__pycache__/__init__.cpython-314.pyc and /dev/null differ diff --git a/server/inbox/__pycache__/accounts.cpython-314.pyc b/server/inbox/__pycache__/accounts.cpython-314.pyc deleted file mode 100644 index d051bb5..0000000 Binary files a/server/inbox/__pycache__/accounts.cpython-314.pyc and /dev/null differ diff --git a/server/inbox/__pycache__/listener.cpython-314.pyc b/server/inbox/__pycache__/listener.cpython-314.pyc deleted file mode 100644 index 6ced89a..0000000 Binary files a/server/inbox/__pycache__/listener.cpython-314.pyc and /dev/null differ diff --git a/server/inbox/__pycache__/triggers.cpython-314.pyc b/server/inbox/__pycache__/triggers.cpython-314.pyc deleted file mode 100644 index ce84bfc..0000000 Binary files a/server/inbox/__pycache__/triggers.cpython-314.pyc and /dev/null differ diff --git a/server/mcp_client/__pycache__/__init__.cpython-314.pyc b/server/mcp_client/__pycache__/__init__.cpython-314.pyc deleted file mode 100644 index 10b2698..0000000 Binary files a/server/mcp_client/__pycache__/__init__.cpython-314.pyc and /dev/null differ diff --git a/server/mcp_client/__pycache__/store.cpython-314.pyc b/server/mcp_client/__pycache__/store.cpython-314.pyc deleted file mode 100644 index 2eea6bb..0000000 Binary files a/server/mcp_client/__pycache__/store.cpython-314.pyc and /dev/null differ diff --git a/server/providers/__pycache__/__init__.cpython-314.pyc b/server/providers/__pycache__/__init__.cpython-314.pyc deleted file mode 100644 index 4237c34..0000000 Binary files a/server/providers/__pycache__/__init__.cpython-314.pyc and /dev/null differ diff --git a/server/providers/__pycache__/anthropic_provider.cpython-314.pyc b/server/providers/__pycache__/anthropic_provider.cpython-314.pyc deleted file mode 100644 index b02828c..0000000 Binary files a/server/providers/__pycache__/anthropic_provider.cpython-314.pyc and /dev/null differ diff --git a/server/providers/__pycache__/base.cpython-314.pyc b/server/providers/__pycache__/base.cpython-314.pyc deleted file mode 100644 index 2cf5b38..0000000 Binary files a/server/providers/__pycache__/base.cpython-314.pyc and /dev/null differ diff --git a/server/providers/__pycache__/registry.cpython-314.pyc b/server/providers/__pycache__/registry.cpython-314.pyc deleted file mode 100644 index 48e7cd4..0000000 Binary files a/server/providers/__pycache__/registry.cpython-314.pyc and /dev/null differ diff --git a/server/scheduler/__pycache__/__init__.cpython-314.pyc b/server/scheduler/__pycache__/__init__.cpython-314.pyc deleted file mode 100644 index c6d7b72..0000000 Binary files a/server/scheduler/__pycache__/__init__.cpython-314.pyc and /dev/null differ diff --git a/server/scheduler/__pycache__/scheduler.cpython-314.pyc b/server/scheduler/__pycache__/scheduler.cpython-314.pyc deleted file mode 100644 index 4dc7bd1..0000000 Binary files a/server/scheduler/__pycache__/scheduler.cpython-314.pyc and /dev/null differ diff --git a/server/scheduler/__pycache__/tasks.cpython-314.pyc b/server/scheduler/__pycache__/tasks.cpython-314.pyc deleted file mode 100644 index 03f939f..0000000 Binary files a/server/scheduler/__pycache__/tasks.cpython-314.pyc and /dev/null differ diff --git a/server/telegram/__pycache__/__init__.cpython-314.pyc b/server/telegram/__pycache__/__init__.cpython-314.pyc deleted file mode 100644 index af6e938..0000000 Binary files a/server/telegram/__pycache__/__init__.cpython-314.pyc and /dev/null differ diff --git a/server/telegram/__pycache__/listener.cpython-314.pyc b/server/telegram/__pycache__/listener.cpython-314.pyc deleted file mode 100644 index 9480714..0000000 Binary files a/server/telegram/__pycache__/listener.cpython-314.pyc and /dev/null differ diff --git a/server/telegram/__pycache__/triggers.cpython-314.pyc b/server/telegram/__pycache__/triggers.cpython-314.pyc deleted file mode 100644 index 5488b3b..0000000 Binary files a/server/telegram/__pycache__/triggers.cpython-314.pyc and /dev/null differ diff --git a/server/tools/__pycache__/__init__.cpython-314.pyc b/server/tools/__pycache__/__init__.cpython-314.pyc deleted file mode 100644 index 9ed5622..0000000 Binary files a/server/tools/__pycache__/__init__.cpython-314.pyc and /dev/null differ diff --git a/server/tools/__pycache__/base.cpython-314.pyc b/server/tools/__pycache__/base.cpython-314.pyc deleted file mode 100644 index 27cfc43..0000000 Binary files a/server/tools/__pycache__/base.cpython-314.pyc and /dev/null differ diff --git a/server/tools/__pycache__/bash_tool.cpython-314.pyc b/server/tools/__pycache__/bash_tool.cpython-314.pyc deleted file mode 100644 index e36ccd5..0000000 Binary files a/server/tools/__pycache__/bash_tool.cpython-314.pyc and /dev/null differ diff --git a/server/tools/__pycache__/brain_tool.cpython-314.pyc b/server/tools/__pycache__/brain_tool.cpython-314.pyc deleted file mode 100644 index e12e4df..0000000 Binary files a/server/tools/__pycache__/brain_tool.cpython-314.pyc and /dev/null differ diff --git a/server/tools/__pycache__/caldav_tool.cpython-314.pyc b/server/tools/__pycache__/caldav_tool.cpython-314.pyc deleted file mode 100644 index e3af4c0..0000000 Binary files a/server/tools/__pycache__/caldav_tool.cpython-314.pyc and /dev/null differ diff --git a/server/tools/__pycache__/email_handling_tool.cpython-314.pyc b/server/tools/__pycache__/email_handling_tool.cpython-314.pyc deleted file mode 100644 index 822a903..0000000 Binary files a/server/tools/__pycache__/email_handling_tool.cpython-314.pyc and /dev/null differ diff --git a/server/tools/__pycache__/email_tool.cpython-314.pyc b/server/tools/__pycache__/email_tool.cpython-314.pyc deleted file mode 100644 index a95f7cb..0000000 Binary files a/server/tools/__pycache__/email_tool.cpython-314.pyc and /dev/null differ diff --git a/server/tools/__pycache__/filesystem_tool.cpython-314.pyc b/server/tools/__pycache__/filesystem_tool.cpython-314.pyc deleted file mode 100644 index f0defde..0000000 Binary files a/server/tools/__pycache__/filesystem_tool.cpython-314.pyc and /dev/null differ diff --git a/server/tools/__pycache__/mcp_proxy_tool.cpython-314.pyc b/server/tools/__pycache__/mcp_proxy_tool.cpython-314.pyc deleted file mode 100644 index 73e7a8d..0000000 Binary files a/server/tools/__pycache__/mcp_proxy_tool.cpython-314.pyc and /dev/null differ diff --git a/server/tools/__pycache__/mock.cpython-314.pyc b/server/tools/__pycache__/mock.cpython-314.pyc deleted file mode 100644 index d0369eb..0000000 Binary files a/server/tools/__pycache__/mock.cpython-314.pyc and /dev/null differ diff --git a/server/tools/__pycache__/pushover_tool.cpython-314.pyc b/server/tools/__pycache__/pushover_tool.cpython-314.pyc deleted file mode 100644 index 2d2f542..0000000 Binary files a/server/tools/__pycache__/pushover_tool.cpython-314.pyc and /dev/null differ diff --git a/server/tools/__pycache__/subagent_tool.cpython-314.pyc b/server/tools/__pycache__/subagent_tool.cpython-314.pyc deleted file mode 100644 index 5b3cb37..0000000 Binary files a/server/tools/__pycache__/subagent_tool.cpython-314.pyc and /dev/null differ diff --git a/server/tools/__pycache__/web_tool.cpython-314.pyc b/server/tools/__pycache__/web_tool.cpython-314.pyc deleted file mode 100644 index 42864c3..0000000 Binary files a/server/tools/__pycache__/web_tool.cpython-314.pyc and /dev/null differ diff --git a/server/web/__pycache__/__init__.cpython-314.pyc b/server/web/__pycache__/__init__.cpython-314.pyc deleted file mode 100644 index 11cbbca..0000000 Binary files a/server/web/__pycache__/__init__.cpython-314.pyc and /dev/null differ diff --git a/server/web/__pycache__/routes.cpython-314.pyc b/server/web/__pycache__/routes.cpython-314.pyc deleted file mode 100644 index 0b57b0c..0000000 Binary files a/server/web/__pycache__/routes.cpython-314.pyc and /dev/null differ diff --git a/server/web/__pycache__/themes.cpython-314.pyc b/server/web/__pycache__/themes.cpython-314.pyc deleted file mode 100644 index 1dcddc5..0000000 Binary files a/server/web/__pycache__/themes.cpython-314.pyc and /dev/null differ