TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

3 点作者 arkokoley3 个月前
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!

暂无评论

暂无评论