mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-08 22:21:45 +00:00
tweak repl workflow
This commit is contained in:
parent
8c7a31dca2
commit
fd3a27f592
1 changed files with 2 additions and 1 deletions
|
|
@ -3,9 +3,10 @@ digraph REPL {
|
|||
rankdir=LR
|
||||
|
||||
start [shape=Mdiamond, label="Start"]
|
||||
exit [shape=Msquare, label="Exit"]
|
||||
|
||||
prompt [shape=hexagon, label="Enter prompt"]
|
||||
agent [label="Agent", fidelity="summary:high", prompt="Execute the user's request. Their prompt is in the context from the previous human gate."]
|
||||
agent [shape=tab, label="Agent", fidelity="summary:high", prompt="Execute the user's request. Their prompt is in the current context (human.gate.text) from the previous human gate. (Ignore diagnostic information about the pipeline and stages -- just talk normally to the user like a friendly assistant.)"]
|
||||
|
||||
start -> prompt
|
||||
prompt -> agent [freeform=true]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue