.Dockerignore
.cursorignore
.env.example
.gitignore
.python-version
Dockerfile
LICENSE
README.md
docker-compose.yml
langgraph.json
pyproject.toml
railway.json
uv.lock
.cursor/rules/integrations.mdc
.cursor/rules/seer-default.mdc
agents/__init__.py
agents/supervisor/__init__.py
agents/supervisor/config.py
agents/supervisor/generic_worker.py
agents/supervisor/graph.py
agents/supervisor/models.py
agents/supervisor/state.py
agents/supervisor/supervisor.py
agents/supervisor/prompts/PROMPT_GENERIC_WORKER.md
agents/supervisor/prompts/__init__.py
agents/supervisor/tools/__init__.py
agents/supervisor/tools/integration_tools.py
agents/supervisor/tools/runtime_tool_store.py
agents/supervisor/tools/spawn_worker.py
agents/supervisor/tools/think_tool.py
agents/supervisor/tools/user_context_store.py
agents/workflow_agent/__init__.py
agents/workflow_agent/agent.py
agents/workflow_agent/context.py
agents/workflow_agent/utils.py
agents/workflow_agent/tools/__init__.py
agents/workflow_agent/tools/discovery_tools.py
agents/workflow_agent/tools/workflow_tools.py
api/__init__.py
api/main.py
api/router.py
api/agents/checkpointer.py
api/agents/graphs.py
api/agents/models.py
api/agents/routes.py
api/integrations/oauth.py
api/integrations/resource_browser.py
api/integrations/router.py
api/integrations/services.py
api/middleware/auth.py
api/models/__init__.py
api/models/router.py
api/models/schema.py
api/projects/models.py
api/projects/router.py
api/projects/services.py
api/tools/__init__.py
api/tools/router.py
api/tools/services.py
api/traces/models.py
api/traces/router.py
api/traces/services.py
api/workflows/__init__.py
api/workflows/chat_schema.py
api/workflows/models.py
api/workflows/router.py
api/workflows/services.py
api/workflows/test_function_blocks.py
api/workflows/test_validation.py
cli/__init__.py
cli/main.py
migrations/001_init_schema.sql
migrations/models/0_20251224183735_init.py
migrations/models/1_20251226152702_proposal.py
seeragents.egg-info/PKG-INFO
seeragents.egg-info/SOURCES.txt
seeragents.egg-info/dependency_links.txt
seeragents.egg-info/entry_points.txt
seeragents.egg-info/requires.txt
seeragents.egg-info/top_level.txt
shared/__init__.py
shared/config.py
shared/llm.py
shared/logger.py
shared/database/__init__.py
shared/database/config.py
shared/database/models.py
shared/database/models_oauth.py
shared/database/workflow_models.py
shared/sandbox/__init__.py
shared/sandbox/base.py
shared/sandbox/commands.py
shared/sandbox/constants.py
shared/sandbox/deploy.py
shared/sandbox/initialize.py
shared/sandbox/tools.py
shared/tool_hub/__init__.py
shared/tool_hub/index_manager.py
shared/tool_hub/local_core.py
shared/tool_hub/models.py
shared/tool_hub/singleton.py
shared/tools/__init__.py
shared/tools/base.py
shared/tools/executor.py
shared/tools/general.py
shared/tools/langchain_adapter.py
shared/tools/loader.py
shared/tools/mcp_client.py
shared/tools/model_block.py
shared/tools/postgres.py
shared/tools/registry.py
shared/tools/scope_validator.py
shared/tools/github/__init__.py
shared/tools/github/github.py
shared/tools/google/__init__.py
shared/tools/google/gdrive.py
shared/tools/google/gmail.py
shared/tools/google/gsheets.py
workflow_core/__init__.py
workflow_core/alias_utils.py
workflow_core/code_executor.py
workflow_core/function_blocks.py
workflow_core/graph_builder.py
workflow_core/nodes.py
workflow_core/schema.py
workflow_core/state.py
workflow_core/test_nodes.py
workflow_core/validation.py