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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: I made AI agent lib that you will understand

7 点作者 galgia4 个月前
Every time I wanted to use LLMs in my existing pipelines the integration was very bloated, complex, and too slow. This is why I created a lightweight library that works just like scikit-learn, the flow generally follows a pipeline-like structure where you “fit” (learn) a skill from sample data or an instruction set, then “predict” (apply the skill) to new data, returning structured results.<p>High-Level Concept Flow<p>Your Data --&gt; Load Skill &#x2F; Learn Skill --&gt; Create Tasks --&gt; Run Tasks --&gt; Structured Results --&gt; Downstream Steps<p>And the bast part: Every step can be saved and reused as JSON!<p>Installation:<p>pip install flashlearn

2 条评论

codenote4 个月前
That&#x27;s great! I&#x27;m also currently developing a product to execute workflows with AI agents, so I understand those challenges very well.
hassleblad234 个月前
Great work OP.
评论 #42938275 未加载