Skip to main content

Autonomous agents, engineered. A Python SDK for building production-grade AI agents and multi-agent systems.

Project description

Synth

Autonomous agents, engineered.

A Python SDK for building production-grade AI agents and multi-agent systems. From a 3-line single agent to complex, stateful, resumable multi-agent graphs — with model-agnostic provider support, streaming, observability, evaluation, and guardrails out of the box.

Quick Start

pip install synth-agent-sdk
from synth import Agent

agent = Agent(model="claude-sonnet-4-5", instructions="You are a helpful assistant.")
result = agent.run("What is the capital of France?")
print(result.text)

Features

  • Minimal core — 3 lines to a working agent
  • Tools@tool decorator auto-generates JSON schemas from type hints
  • Streaming — typed event stream (TokenEvent, ToolCallEvent, DoneEvent, …)
  • Multi-provider — Claude, GPT, Gemini, Ollama, AWS Bedrock via a single model string
  • Memory — thread-scoped, persistent (Redis), or semantic (vector) conversation history
  • Guards — declarative PII filtering, cost limits, tool-call blocking, custom checks
  • Structured output — Pydantic model validation with automatic retry
  • Pipeline — chain agents sequentially with optional parallel stages
  • Graph — directed-graph workflows with conditional edges, loops, and concurrency
  • Agent Teams — orchestrator-coordinated multi-agent collaboration
  • Tracing — automatic OpenTelemetry-compatible traces on every run
  • Checkpointing — resumable runs with local or Redis-backed state persistence
  • Evaluation — built-in eval framework with exact-match and semantic scoring
  • CLIsynth dev, synth run, synth eval, synth trace, synth doctor
  • AWS AgentCore — deploy to AgentCore with synth deploy --target agentcore

Installation

Most users start here:

pip install synth-agent-sdk[anthropic]     # Anthropic Claude (recommended)

Other options:

pip install synth-agent-sdk[quickstart]    # Claude + GPT (tutorials/demos)
pip install synth-agent-sdk[openai]        # OpenAI GPT only
pip install synth-agent-sdk[google]        # Google Gemini only
pip install synth-agent-sdk[bedrock]       # AWS Bedrock only
pip install synth-agent-sdk[all]           # All providers

Requires Python 3.10+.

If you see a provider error, install the matching extra:

# Error: "Provider package 'anthropic' is not installed"
pip install synth-agent-sdk[anthropic]

CLI

After installing, run synth to see the boot sequence:

synth

Available commands:

synth create agent my-app              # Scaffold agent with tools
synth create multi-agent my-team       # Scaffold team + pipeline
synth create agentcore my-service      # Scaffold AgentCore project
synth dev my_agent.py                  # Local REPL with hot-reload + trace UI
synth run my_agent.py "prompt"         # Execute agent, print result
synth eval my_agent.py --dataset d     # Run evaluation suite
synth trace <run_id>                   # Open trace in browser
synth deploy --target agentcore        # Deploy to AWS AgentCore
synth doctor                           # Check env, credentials, deps

Documentation

See the User Guide for a full walkthrough.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

synth_agent_sdk-0.5.3.tar.gz (356.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

synth_agent_sdk-0.5.3-py3-none-any.whl (121.2 kB view details)

Uploaded Python 3

File details

Details for the file synth_agent_sdk-0.5.3.tar.gz.

File metadata

  • Download URL: synth_agent_sdk-0.5.3.tar.gz
  • Upload date:
  • Size: 356.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for synth_agent_sdk-0.5.3.tar.gz
Algorithm Hash digest
SHA256 664ff535f6b859474165a8c2375bcf8eae9d1ca781f4bc053ee8138de4f1e0ff
MD5 9db0748f68b03906cc21f65d4dad4789
BLAKE2b-256 a761c048ec7c53f1a24ae0c45c7900550ddc07ba93918f0e1bb6dfc9be6ab458

See more details on using hashes here.

File details

Details for the file synth_agent_sdk-0.5.3-py3-none-any.whl.

File metadata

  • Download URL: synth_agent_sdk-0.5.3-py3-none-any.whl
  • Upload date:
  • Size: 121.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for synth_agent_sdk-0.5.3-py3-none-any.whl
Algorithm Hash digest
SHA256 d4cf0bb14c6195159d79b623dc43c62c56382b3b4ff7e9b33b96ede20fe58e43
MD5 4907981f1b925c058fe43509c47687a5
BLAKE2b-256 5bf17117c07dfa6bebdae25a5afec14dc84656369d9543c14f69729ebecdaf68

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page