agent-delegation
Multi-agent orchestration where a router agent delegates research questions to a research-specialist agent through the built-in `delegate` tool under default-deny delegation permissions.
Runnable starting points with README-backed workflows. Clone the skelm repo and try them locally under examples/.
agent-delegationMulti-agent orchestration where a router agent delegates research questions to a research-specialist agent through the built-in `delegate` tool under default-deny delegation permissions.
agentmemoryCross-session memory for agent steps via the agentmemory microservice. Shows observe/search/session permissions and the two-run recall pattern.
approval-workflowHuman-in-the-loop expense approval using wait() and branch(): small expenses auto-approve, larger ones pause until a manager resumes the run.
chatui-assistantPersistent workflow exposed through a terminal or browser chat UI: one durable conversation per session, optional agentmemory, file-based persona, and an operator-gated unrestricted bypass.
dashboard-demoSingle-file HTML dashboard for the gateway /v1/dashboard/* endpoints with workflow controls, batch runs, config display, and recent error views.
incident-responseWebhook-triggered incident triage: severity branch, parallel GitHub/Slack simulation, agent root-cause analysis, ticket creation, and notification.
matrix-assistantPersistent workflow over Matrix with per-room session state, agentmemory recall, allowed-room safeguards, and operator-gated unrestricted access.
multi-step-pipelineWorkflow mixing deterministic code, inference, a placeholder agent handoff, and final reporting to show the basic step surface end to end.
sprint-planningWeekly cron-triggered sprint planning that fetches a simulated Jira backlog, calculates capacity, uses an agent to select stories, then notifies the team.
telegram-assistantPersistent workflow over Telegram: a code preamble feeds a per-chat session-keyed terminal agent, with agentmemory and a file-based persona.
telegram-botQueue-triggered Telegram bot. The gateway owns long polling, dispatches each text update into a workflow run, and posts the result through the trigger source.
vercel-ai-botMinimal agent() pipeline that runs against any Vercel AI SDK model under skelm permission policy, with local OpenAI-compatible server support.