I've been building a simple framework to run Ollama-based LLMs with full agentic tooling, entirely on your local machine...

I've been building a simple framework to run Ollama-based LLMs with full agentic tooling, entirely on your local machine.I'm calling it #WyvernClaw πŸ‰It has:- subagents (can specify which LLM, defaults to preset)- configurable system prompts, selectable tools- websearch, http fetching (with beautifulsoup to make it more LLM-friendly)- sandboxing for file read/write tools and SSRF protection for http fetch- session persistence- basic auth#AI

Read Original

Related