Skip to content
@devsper-com

devsper

Distributed AI swarm runtime for complex developer tasks.

devsper

devsper

Distributed AI swarm runtime for complex developer tasks.

devsper.com · docs


devsper turns any task into a DAG of specialized AI agents — planning, executing, and synthesizing in parallel. Built for developers who need more than a chatbot.

pip install devsper
devsper run "Research the top AI papers this week and draft a newsletter"
⣾ Planning... spawning 5 agents
✓ research_agent    found 847 papers          2.1s
✓ filter_agent      shortlisted top 5         1.8s
✓ summarizer_1      GPT-4o summaries done     3.2s
✓ summarizer_2      Claude summaries done     2.9s
✓ writer_agent      newsletter.md written     4.1s

Complete in 12.4s · $0.08 · 5 agents

repos

repo description
devsper-com/runtime Python runtime + Rust worker — the OSS core
devsper-com/registry Plugin registry — PyPI-compatible, self-hostable
devsper-com/platform Hosted platform — managed swarms, projects, nodes

what's inside

  • DAG execution — tasks run in parallel where possible, in order where required
  • Persistent memory — agents remember across runs, vector search over past context
  • Plugin ecosystem — extend with tools from the registry or build your own
  • Self-healing — failed tasks are diagnosed and retried with a different strategy
  • Distributed — scale across nodes with the Rust worker and Redis bus
  • Run intelligence — cost tracking, critical path analysis, bottleneck detection

quickstart · publish a plugin

Popular repositories Loading

  1. runtime runtime Public

    devsper runtime — distributed AI swarm engine

    Python 11

  2. .github .github Public

    1

  3. registry registry Public

    devsper plugin registry

    Go 1

Repositories

Showing 3 of 3 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…