Essentially as AnythingLLM can run it's own agentic script in it's 'AI Agent' tab it can potentially do similar tasks to this. SmolAgents basically endeavours to replace tools like AnythingLLM but it is currently not very fleshed out. To understand this agentic flow better you are better off looking deeper into the github repo for smolagents to understand how they customised their agents to run multi-step and focused delivery based on a prompt: github.com/huggingface/smolagents/blob/main/src/smolagents/agents.py This file is the most important file in the src to understand the agentic behaviour of smolAgents and you can most likely replicate this kind of Agentic flow using anythingLLMs 'AI agents'. Essentially Anything LLM does similar actions with locally installed LLMs through ollama like llama3.3 or qwen-coder but requires some finessing to make it more customised.
cool video!
Glad you enjoyed it
Can these smolagents run on anythingLLM
Essentially as AnythingLLM can run it's own agentic script in it's 'AI Agent' tab it can potentially do similar tasks to this. SmolAgents basically endeavours to replace tools like AnythingLLM but it is currently not very fleshed out. To understand this agentic flow better you are better off looking deeper into the github repo for smolagents to understand how they customised their agents to run multi-step and focused delivery based on a prompt: github.com/huggingface/smolagents/blob/main/src/smolagents/agents.py
This file is the most important file in the src to understand the agentic behaviour of smolAgents and you can most likely replicate this kind of Agentic flow using anythingLLMs 'AI agents'. Essentially Anything LLM does similar actions with locally installed LLMs through ollama like llama3.3 or qwen-coder but requires some finessing to make it more customised.
@@SmartAlexAU thank you