agentspan
Durable, crash-proof long-running agent execution and orchestration
All Skills in This Repository (6)
Pure Emerald Level Indicatorscross-ref-skill
Creates cross-skill references to chain invocations and compose modular workflows.
dg-skill
Orchestrates two sub-agents to critique and defend code until convergence.
script-skill
Discover and execute sample scripts to validate script-based skills.
simple-skill
Validate skill loading with a minimal SKILL.md and YAML frontmatter.
test-skill
Generate and validate SKILL.md frontmatter and metadata for TypeScript Skill Units.
other-skill
Create a lightweight Markdown skill template for demonstration and testing.
Frequently Asked Questions
FAQPage SchemaHow to install Agentspan?โผ
Run `npx skills add agentspan-ai/agentspan --all -g -y` in your terminal to install all skills in this suite globally.
What problem does Agentspan solve?โผ
It makes agents durable: executions survive process crashes, tools scale as distributed workers, and human approvals can pause a run for days without losing state.
Which languages and frameworks does Agentspan support?โผ
SDKs are available for Python, TypeScript/JavaScript, Java, and C#, and it works with LangGraph, the OpenAI Agents SDK, and Google ADK.
Can Agentspan trigger agents on schedules or events?โผ
Yes. Agents can be triggered by cron schedules, Kafka topics, SQS queues, AMQP messages, webhooks, and database events through Conductor.
Is the Agentspan repository still maintained?โผ
No. Agentspan merged into Orkes Conductor and this repository is archived; existing agents keep running and a migration guide is provided.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core