Kỹ thuật
Các trang kỹ thuật đã xuất bản giải thích các phương pháp và thực hành có tên rõ ràng mà bạn có thể áp dụng xuyên suốt quy trình CLI và công việc tài liệu.
- Fusion
Fusion is a you-agent-factory technique that runs two model passes on the same request: a first pass drafts an answer and a second pass refines it.
- Planner-Executor
Planner-executor separates planning work into reviewable slices from executing those slices so independent factory streams can move in parallel.
- Ralph
Ralph is an autonomous one-story-per-iteration execution loop driven by a product requirements backlog.
- Worker-Adviser
Worker-adviser separates an adviser role that recommends or critiques from a worker role that performs the work.
- Writer-Reviewer
Writer-reviewer is a dual-role factory technique: a writer produces a candidate, and a reviewer accepts or rejects it.