Agents - terrytaylorbonn/auxdrone GitHub Wiki
25.0522
Local deployments
- LLM = brains
- Agents bring the deterministic workflow control
- Agents are many types and complex
- usually only change API call to connect to model (model is just the "brains"?)
- UI is not so important, but put it in here because it will usually connect to agent
- Connection to the "real world" of digital tools
- RAG and local tools
- agent is probably tightly designed for the RAG, tools, ets
- MCP to external tools
- MCP/A2A to other agents