forked from cleveragents/cleveragents-core
docs: clarified the actor abstraction
This commit is contained in:
+4
-5
@@ -550,15 +550,14 @@ Two actors minimum:
|
||||
|
||||
You can optionally add:
|
||||
|
||||
* **review_actor** (code review / QA)
|
||||
* **apply_actor** (release/merge specialist)
|
||||
…but these can also be handled as subplans.
|
||||
|
||||
Actors can be:
|
||||
|
||||
* an LLM agent,
|
||||
* a graph,
|
||||
* or another actor reference.
|
||||
* an LLM agent (built-in),
|
||||
* a graph (custom yaml, or built-in),
|
||||
|
||||
Note: graphs are hierarchical allowing them to reference other actors as nodes.
|
||||
|
||||
Actor abstraction is central: an actor may be a single agent or an entire graph.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user