mirror of
https://github.com/humanlayer/12-factor-agents.git
synced 2025-08-20 18:59:53 +03:00
factor 6 wip
This commit is contained in:
@@ -643,7 +643,7 @@ This approach has several benefits:
|
||||
|
||||
Agents are just programs, and we have things we expect from how to launch, query, resume, and stop them.
|
||||
|
||||

|
||||
[](https://www.youtube.com/watch?v=dQw4w9WgXcQ)
|
||||
|
||||
|
||||
It should be easy for users, apps, pipelines, and other agents to launch an agent with a simple API.
|
||||
@@ -654,6 +654,8 @@ External triggers like webhooks should enable agents to resume from where they l
|
||||
|
||||
Closely related to [factor 5](#5-unify-execution-state-and-business-state) and [factor 8](#8-own-your-control-flow), but can be implemented independently.
|
||||
|
||||

|
||||
|
||||
**Note** - often AI orchestrators will allow for pause and resume, but not between the moment of tool selection and tool execution. See also [factor 7 - contact humans with tool calls](#7-contact-humans-with-tool-calls) and [factor 11 - trigger from anywhere, meet users where they are](#11-trigger-from-anywhere-meet-users-where-they-are).
|
||||
|
||||
### 7. Contact humans with tool calls
|
||||
|
||||
BIN
img/150-unify-state.png
Normal file
BIN
img/150-unify-state.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 678 KiB |
BIN
img/160-pause-resume-with-simple-apis.png
Normal file
BIN
img/160-pause-resume-with-simple-apis.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 739 KiB |
BIN
img/165-pause-resume-animation.gif
Normal file
BIN
img/165-pause-resume-animation.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.5 MiB |
Reference in New Issue
Block a user