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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Tiny Python+Preact tool for debugging agents

1 点作者 michaelgiba大约 2 个月前
Hello HN,<p>I wanted to share a project I have been working on recently called &quot;plomp&quot;. It is intended to be a drop-in way to gain visibility into python programs which are prompting LLMs many times or using complicated contexts while remaining unopinionated on how you are doing the prompting.<p>Basically you add some instrumentation to your program via decorators or small function calls and it produces a visualization of the program execution.<p>Personally, I am not particularly interested in using a heavy-duty orchestration or chaining framework for managing context, chaining prompts (Langchain etc.) and I typically just interact directly with the LLM providers via their clients or standard HTTPS. I had noticed that having this layer for debugging would be useful for some of my other side projects so I decided to pull it out into something standalone.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;michaelgiba&#x2F;plomp">https:&#x2F;&#x2F;github.com&#x2F;michaelgiba&#x2F;plomp</a><p>Let me know what you think

暂无评论

暂无评论