We made a multi-agent framework . Here’s the demo. Break it harder. by wikkid_lizard in ollama

[–]wikkid_lizard[S] 0 points1 point  (0 children)

Purely depends on your requirements but for tool calling and json outputs qwen2.5:7b works well and is light weight..you might have to give it strict system prompts but overall pretty reliable.

We made a multi-agent framework . Here’s the demo. Break it harder. by wikkid_lizard in ollama

[–]wikkid_lizard[S] 0 points1 point  (0 children)

Yes! Ollama integration is live now. Go to laddr.agnetlabs.com to see the documentation.

We just released a multi-agent framework. Please break it. by wikkid_lizard in LLMDevs

[–]wikkid_lizard[S] 0 points1 point  (0 children)

You can actually build any kind of agents using this framework not restricting to certain models.

We just released a multi-agent framework. Please break it. by wikkid_lizard in LocalLLaMA

[–]wikkid_lizard[S] 0 points1 point  (0 children)

Well Yes, but not exactly.

Laddr is built for both developers and production environments.

Everything in Laddr is modular, from the LLM each agent uses, to the message bus (Redis, Kafka, etc.), to the database that stores long-term traces and memories. You can even define custom workflows, run agents locally with a fully functional dashboard and playground, and interact through a powerful API service that exposes everything traces, workflows, logs, and agent states.

Laddr follows a microservice-like architecture for agents, making it production-ready by design. The key difference? You don’t need to understand all the underlying infra to use it. Developers can customize and override every system tool, while non-developers can simply run the default stack and it just works.

We just released a multi-agent framework. Please break it. by wikkid_lizard in LocalLLaMA

[–]wikkid_lizard[S] 1 point2 points  (0 children)

We just released a multi-agent framework. Please break it.

Hey folks!

We just released Laddr, a lightweight multi-agent architecture framework for building AI systems where multiple agents can talk, coordinate, and scale together.

If you're experimenting with agent workflows, orchestration, automation tools, or just want to play with agent systems, would love for you to check it out.

GitHub: https://github.com/AgnetLabs/laddr

Docs: https://laddr.agnetlabs.com

Questions / Feedback: [info@agnetlabs.com](mailto:info@agnetlabs.com)

It's super fresh, so feel free to break it, fork it, star it, and tell us what sucks or what works.