TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Manas – Multi-Agent Framework for Complex LLM Applications

3 pointsby arkokoley2 months ago
Hey HN,<p>I built Manas to solve challenges I faced in my PhD research on formally verified systems for LLM applications. After repeatedly implementing similar patterns for agent orchestration, I decided to create a reusable framework.<p>What makes Manas different is its approach to multi-agent workflows. It implements a think-act-observe cycle for agents with proper state persistence, while providing visualizable workflow orchestration between specialized agents. The core flow execution logic is formally verified, which was critical for my research.<p>Interestingly, I &quot;vibe coded&quot; much of Manas - using LLMs to generate code while I guided the architecture. This meta approach of using LLMs to build LLM orchestration tools proved surprisingly effective.<p>The framework is provider-agnostic (OpenAI, Anthropic, HuggingFace, Ollama) and includes vector store integrations (FAISS, Chroma, Pinecone) for RAG applications. Everything is async-first with proper error handling.<p>The docs include several examples to get you started: <a href="https:&#x2F;&#x2F;manas.koley.in" rel="nofollow">https:&#x2F;&#x2F;manas.koley.in</a><p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;arkokoley&#x2F;manas">https:&#x2F;&#x2F;github.com&#x2F;arkokoley&#x2F;manas</a><p>I would love to hear your thoughts!

no comments

no comments