Sys diagrams - terrytaylorbonn/auxdrone GitHub Wiki
25.0608
3 example diagrams on this page.
Example 1: A simple script that call an API to access the model
- on left
- UI/Script that uses OpenAI API.
- LLM is remote or local (in this diagram local in LMS)
- Can use MCP, tools, etc.
- on right: Andrew diagram
Example 2: Agents (which, as far as I can tell, become "agents" once the script functionality becomes complicated enough). Typical setup Has an agent that
- has rest API that scripts can call
- connects to model with OpenAI api
Example 3 (see #402): The agent is a pre-packaged app (in this example the code assistant OpenHands (from #402).