Skip to main content

sancovp/cave-teams

SkillsMP는 sancovp/cave-teams에서 16개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
16
GitHub 스타
0
GitHub 포크
0

이 저장소의 skills

직업 카테고리 2개 · 100% 분류됨

수집된 skill 16개 중 16개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Drive the whole cave-teams library from one function, as DATA — build/run any team from a spec in any sequence, save a team to your proven library, reuse a proven team anywhere, and discover teams across projects. Use when you want to serialize a team, run a…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build and run programmable agent teams with cave-teams — the provider-agnostic version of Claude Code Teams. Use when the user wants to wire multiple agents together, run agents in sequence or parallel, build a multi-agent pipeline/workflow, make a "team" of…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Program WHEN each agent may be messaged — conditions on messages, the GUARDRAILS of a leader-driven team run. Use to gate agents on runtime state: after these two respond, only when a flag holds, any predicate over the message log. THIS is what makes…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Run agents that craft, compete, and evolve over generations — the user buys the best, winners reproduce. A compiler (a domain → a trained agent) and a research lab (selection discovers what works) in one engine. `crafter_sim()`.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

N agents read and write a shared state over rounds, with a mutator that folds each contribution in and an optional adjudicator (stigmergy arena). Use for agents collaborating on a shared board, a market, a workspace they all see. `blackboard()`.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Run different agents depending on a condition (guarded choice / router). Use for 'if X do this else that', routing, triage, picking a path by the state. `choice()` / `router()`.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Run agents on a dependency graph — each fires when its inputs are ready (the general scheduler; sequential and parallel are its limits). Use for 'merge after frontend AND backend', diamond/fan-in dependencies, partial orders. `dag()`.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Hand off specific named data from one agent to the next, typed (load files, validate expected outputs, map outputs→inputs). Use when step B needs particular named inputs produced by step A, not just the raw text. `dovetail()`.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Reproduce a generation: copy each winner's whole agent directory into the next generation and wipe its session memory (children inherit structure, not history). Use for evolving agents/teams across generations. `evolve()`.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Loop an agent until a checker approves (a bounded fixpoint that always terminates). Use for 'draft then review until approved', refinement loops, write→critique→revise, retry-until-pass. `gate()` / `loop_refine()`.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

A self-improving agent stack that gets better as it works: an executor does the work, an observer extracts patterns, a static meta-observer anchors, and a skill-editor persists the learnings. Use for teams that should compound their own capability over…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Run agents at the same time on the same input (fan-out / scatter). Use for 'in parallel', 'at once', 'concurrently', 'fan out', multiple independent reviewers or checks. The `|` operator / `par()`.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Run an arena over a fixed number of epochs (seasons) that carry, reset, or ratchet a standard between them. Use for tournaments/worlds that run several rounds where the bar climbs each season. `season()`.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Run agents one after another (a pipeline); each reads the previous one's output. Use when one step feeds the next, or the user says 'in order', 'then', 'pipeline', 'A then B then C', 'sequential'. The `>>` operator / `seq()`.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

N agents attempt the same task in parallel and a judge selects the winner (also scatter-gather / map-reduce). Use for 'best of N', contests, judge panels, generate-and-select, picking the strongest output. `tournament()` / `synthesis_gate()`.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Compose an arena + gate + season into one GameWorld — a whole simulation/economy that is itself a Link, so worlds nest inside worlds. Use for 'a world of agents', simulations, economies, agents that craft/compete/evolve. `GameWorld`.

원문 언어: 영어

업데이트
수집된 skill 16개 중 16개를 표시합니다.