|
|
|
|
|
by bob1029
419 days ago
|
|
> The software you’re using to run your LLM, e.g. Ollama, vLLM, OpenAI, Anthropic, etc., is responsible for running this loop. There's currently always this same man behind the curtain. To me these are all effectively the same picture. The differences merely shuffle things around in the code that is invoking the LLM and handling its response. Until we have something like CLR integration for ChatGPT, I don't see the significance of an inner loop agent. Has anyone considered this model yet? E.g., shipping a DLL to the LLM provider that contains the actual implementations of the desired tool calls? Imagine how much easier it would be to provide your debugging symbols and XML doc files directly rather than re-documenting everything for some ever-shifting tool calling API surface. |
|