factor 6 wip

This commit is contained in:
dexhorthy
2025-04-02 14:52:11 -07:00
parent f8769426aa
commit 14da295f64
4 changed files with 3 additions and 1 deletions

View File

@@ -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.
![160-pause-resume-with-simple-apis](./img/160-pause-resume-with-simple-apis.png)
[![pause-resume animation](./165-pause-resume-animation.gif)](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.
![160-pause-resume-with-simple-apis](./img/160-pause-resume-with-simple-apis.png)
**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

Binary file not shown.

After

Width:  |  Height:  |  Size: 678 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 739 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 MiB