Show HN:极简 JavaScript/TS 框架,10 天内为我们带来 1 万美元收入
Show HN: Minimal JavaScript/TS framework that made us 10k in 10 days

原始链接: https://github.com/The-Pocket-World/Pocket-Flow-Framework

快速构建企业级 AI 系统——快速、模块化且与供应商无关。企业需要自动化。TypeScript LLM 框架是 https://pocketflow.ai/ 中的一个工具,它捕捉了我们认为大多数 LLM 框架的核心抽象:一个嵌套有向图,它将任务分解成多个 (LLM) 步骤,并通过分支和递归实现类似智能体的决策。由此,很容易叠加更复杂的特性,例如多智能体、提示链、RAG 等。🔄 嵌套有向图 - 每个“节点”都是一个简单、可重用的单元 🔓 无供应商锁定 - 集成任何 LLM 或 API,无需专用包装器 🔍 专为可调试性而构建 - 可视化工作流程并处理状态持久性 克隆仓库:git clone https://github.com/helenaeverleyz/pocket.git cd pocket 查看文档:https://the-pocket-world.github.io/Pocket-Flow-Framework/

Hacker News 最新 | 过去 | 评论 | 提问 | 展示 | 招聘 | 提交 登录 Show HN:极简 JavaScript/TS 框架,10 天内为我们带来 1 万美元收入 (github.com/the-pocket-world) hez2000 3 小时前 10 分 | 隐藏 | 过去 | 收藏 | 讨论 加入我们 6 月 16-17 日在旧金山举办的 AI 初创公司学校! 指导原则 | 常见问题 | 列表 | API | 安全 | 法律 | 申请 YC | 联系我们 搜索:

原文

License: MIT Docs

Build enterprise-ready AI systems—fast, modular, and vendor-agnostic.

Enterprises need automation. The typescript LLM framework is a tool within https://pocketflow.ai/ and it captures what we see as the core abstraction of most LLM frameworks: A Nested Directed Graph that breaks down tasks into multiple (LLM) steps, with branching and recursion for agent-like decision-making.

From there, it's easy to layer on more complex features like Multi-Agents, Prompt Chaining, RAG, etc.

  • 🔄 Nested Directed Graph - Each "node" is a simple, reusable unit
  • 🔓 No Vendor Lock-In - Integrate any LLM or API without specialized wrappers
  • 🔍 Built for Debuggability - Visualize workflows and handle state persistence
  1. Clone the Repo
    git clone https://github.com/helenaeverleyz/pocket.git
    cd pocket
    
  2. Check out documentation: https://the-pocket-world.github.io/Pocket-Flow-Framework/
联系我们 contact @ memedata.com