Seer - Multi-Agent System for Evaluating AI Agents
Project description
Seer
Seer is a open-source workflow builder with fine-grained control for creating and executing automated workflows with integrated tools and services.
Quick Start (Docker)
- Clone and start the stack (Postgres, Redis, API, worker):
git clone https://github.com/seer-engg/seer
cd seer
docker compose up
- Access the app:
- Frontend: http://localhost:5173/workflows?backend=http://localhost:8000
- Backend API: http://localhost:8000
Local Development (without full Docker)
- Prereqs: Python 3.12+, uv installed (
pip install uv), Postgres + Redis running (usedocker compose up postgres redis). - Install deps:
uv sync - Run API:
uv run uvicorn seer.api.main:app --reload --port 8000 - Run worker:
uv run taskiq worker seer.worker.broker:broker - Run tests:
uv run pytest
Project Layout (backend)
src/seer/api/– FastAPI routers, middleware, API models (workflows, tools, integrations, triggers, agents).src/seer/services/– business logic used by API/worker (workflow execution, triggers, integrations).src/seer/core/– workflow compiler/runtime, schema models, global compiler singleton.src/seer/tools/– tool registry, executor, credential resolver, provider implementations;src/seer/tool_hub/for tool index/search.src/seer/worker/– Taskiq worker, background tasks, trigger polling.src/seer/agents/– agent orchestration (LangGraph-based workflow agent).src/seer/database/– Tortoise ORM models/config; migrations live in/migrations.src/seer/analytics/,src/seer/observability/,src/seer/utilities/– shared instrumentation and helpers.documentation/– docs site assets;scripts/– maintenance helpers;tests/– automated tests.
Configuration
Create a .env file:
# Required
OPENAI_API_KEY=sk-...
# Optional integrations (add as needed)
GOOGLE_CLIENT_ID=...
GOOGLE_CLIENT_SECRET=...
TAVILY_API_KEY=...
Docker automatically configures DATABASE_URL and REDIS_URL.
Helpful commands:
- Start everything:
docker compose up - Follow logs:
docker compose logs -f - Stop services:
docker compose down - Run API locally:
uv run uvicorn seer.api.main:app --reload --port 8000 - Run worker locally:
uv run taskiq worker seer.worker.broker:broker - Tests:
uv run pytest
Key Features
🛠️ Visual Workflow Builder
- Drag-and-drop interface for creating automation workflows
- Node-based editor with custom blocks and integrations
- Real-time workflow validation and execution
🤖 AI-Assisted Development
- Chat interface for workflow design and debugging
- AI suggestions for workflow improvements
- Intelligent error handling and recovery
🔗 Rich Integrations
- Google Workspace: Gmail, Drive, Sheets with OAuth
- GitHub: Repository management, issues, PRs
- Web Tools: Search, content fetching, APIs
- Databases: PostgreSQL with approval-based write controls
🔒 Enterprise-Ready
- Self-hosted or cloud deployment options
- OAuth-based authentication (Clerk integration)
- Role-based access control
- Audit trails and execution history
Documentation
📚 Complete Documentation - Full docs site with guides, API reference, and examples
- Quick Start - Get running in 60 seconds
- Architecture - Backend overview and concepts
- Worker Setup - Background task worker configuration
- Integrations - Google, GitHub, Supabase setup
- Advanced Features - Triggers, proposals, and more
- Configuration Reference - Complete configuration options
License
Seer is open source under the MIT license. Enterprise features (if any exist)
reside in the ee/ directory and are licensed separately. See LICENSE for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file seermcp-0.1.4.tar.gz.
File metadata
- Download URL: seermcp-0.1.4.tar.gz
- Upload date:
- Size: 948.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76e0517a008505faa32ef0592d62c0dc50057d2f61227d130e7ed3c103069d5e
|
|
| MD5 |
885c1b2e1acae515e36a04614f528dc8
|
|
| BLAKE2b-256 |
0f928066b089d46b581d60ebf1f7bcc379392a68e73b334ae3772e73a44b01f4
|
File details
Details for the file seermcp-0.1.4-py3-none-any.whl.
File metadata
- Download URL: seermcp-0.1.4-py3-none-any.whl
- Upload date:
- Size: 371.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6677bec954731d117a541f8b6ae0eaebc05fb9b499a61fb2391db5a8da5205ba
|
|
| MD5 |
95e31287f1575fabfffaca43eb27f422
|
|
| BLAKE2b-256 |
2c6177c22166b52e6605cc6f1c439139f3f54e90646f4dbf0833b6942b3ab4d2
|