agent-delegation
Multi-agent orchestration:router agent 通过内置 `delegate` tool,在 default-deny delegation permissions 下把研究问题委托给 research-specialist agent。
带 README 支撑 workflows 的可运行起点。Clone skelm repo,并在 examples/ 下本地尝试。
agent-delegationMulti-agent orchestration:router agent 通过内置 `delegate` tool,在 default-deny delegation permissions 下把研究问题委托给 research-specialist agent。
agentmemory通过 agentmemory microservice 为 agent steps 提供 cross-session memory。展示 observe/search/session permissions 和 two-run recall pattern。
approval-workflow使用 wait() 和 branch() 的 human-in-the-loop expense approval:小额自动批准,大额暂停直到 manager resume run。
chatui-assistant通过 terminal 或 browser chat UI 暴露的 persistent workflow:每个 session 一个 durable conversation,可选 agentmemory、file-based persona,以及 operator-gated unrestricted bypass。
dashboard-demo面向 gateway /v1/dashboard/* endpoints 的 single-file HTML dashboard,包含 workflow controls、batch runs、config display 和 recent error views。
incident-responseWebhook-triggered incident triage:severity branch、parallel GitHub/Slack simulation、agent root-cause analysis、ticket creation 和 notification。
matrix-assistantMatrix 上的 persistent workflow,包含 per-room session state、agentmemory recall、allowed-room safeguards 和 operator-gated unrestricted access。
multi-step-pipeline混合 deterministic code、inference、placeholder agent handoff 和 final reporting 的 workflow,用于端到端展示 basic step surface。
sprint-planningWeekly cron-triggered sprint planning:获取 simulated Jira backlog,计算 capacity,用 agent 选择 stories,然后通知团队。
telegram-assistantTelegram 上的 persistent workflow:code preamble 输入 per-chat session-keyed terminal agent,并使用 agentmemory 和 file-based persona。
telegram-botQueue-triggered Telegram bot。gateway 负责 long polling,把每个 text update dispatch 到 workflow run,并通过 trigger source 发布 result。
vercel-ai-botMinimal agent() pipeline,在 skelm permission policy 下运行任意 Vercel AI SDK model,并支持 local OpenAI-compatible server。