Course 1 · start here: Fountain · lesson 7 (F7)
Driving an agent from an app
- Properties
- IX Attributable
- Goal
- TODO
- Done when
- TODO
- Restart from
- lesson 5 (the lesson whose checkpoint to reload if this one breaks)
- Mode
- self-paced or live · about 45 min
Watch
TODO: video
Do · 45 min
Context
- The app and the agent share fenced blocks parsed out of replies. The blocks are defined in one file and pinned in the prompt in another.
- The conversation is the record. The app rebuilds its view from turns and blocks on load and reads one SSE stream while live.
- Sign in with Fountain uses OAuth code with PKCE and yields an API key. The server needs
API_CORS_ORIGINSandOAUTH_CLIENTS. - dns-desk and Mend carry the client code to copy.
Watch
TODO: Video script or link. Optional.Do
TODO: Numbered steps. Imperative. One job.- TODO
- TODO
- TODO
Self-paced
TODO: What Floci or your own machine can and cannot show.Live
TODO: What the room sees. Timing. The line to say.Further reading
- dns-desk README
- Mend README