智能助手网
标签聚合 Star

/tag/Star

hnrss.org · 2026-04-17 21:52:08+08:00 · tech

Once subagents start spawning other subagents, basic questions get hard to answer: what is running right now, what tool did it just call, did the child agent actually do what the parent asked. I wanted a way to verify that each agent is doing the work that fits its role, and to spot when a run goes off track. Lazyagent is a terminal TUI that collects events from Claude Code, Codex, and OpenCode and shows them in one place. It groups sessions from different runtimes by working directory, so Claude and Codex runs on the same repo appear under the same project. Features: - Filter events by type: tool calls, user prompts, session lifecycle, system events, or code changes only. - See which agent or subagent is responsible for each action. The agent tree shows parent-child relationships, so you can trace exactly what a spawned subagent did vs what the parent delegated. - View code diffs at a glance. Editing events render syntax-highlighted diffs inline, with addition/deletion stats. - Search across all events. You know a file was touched but not which agent did it -- type `/` and find it. - Check token usage per session. A single overlay shows cost, model calls, cache hit rate, per-model breakdowns, and which tools ran the most. - Watch a run in real time, or go back through a completed session to audit what happened. Please let me know if there's any feature you want! Comments URL: https://news.ycombinator.com/item?id=47805963 Points: 1 # Comments: 0

linux.do · 2026-04-17 20:26:48+08:00 · tech

查看docker相关信息 docker info 1. 查看docker下容器 docker ps -a 2. 启动容器 docker start XXX 3. 停掉容器 docker stop XXX 4. 重启容器 docker restart xx 5. 删除容器 docker rm xxx #强行删除所有镜像 docker rmi `docker images -q` -f #删除Exited的容器 sudo docker rm $(sudo docker ps -qf status=exited) 6. 运行容器 以启动adminmongo为例 docker run --name adminmongo -d -p 18081:4321 mrvautin/adminmongo # 查看docker日志 docker logs -f -t --tail 1000(行数) 4a7fdcc7ab8e(容器名) 7. 进入到容器 我用过的两种方法 1. docker exec -it XXX /bin/sh 2. docker attach XXX 8. 删除无用docker镜像 docker images | grep none | grep -v grep | awk '{print $3}' | xargs docker rmi -f 9. 更新容器重启celve docker update --restart=no XXXXX(你的containerId) 10. 查看docker信息 docker inspect XXXXX(你的containerId) 11. 删除镜像 docker rmi XXXXX 基本这几个命令,docker就可以上手了 6 个帖子 - 3 位参与者 阅读完整话题

linux.do · 2026-04-17 11:06:57+08:00 · tech

本帖使用社区开源推广,符合推广要求。我申明并遵循社区要求的以下内容: 我的帖子已经打上 开源推广 标签: 是 我的开源项目完整开源,无未开源部分: 是 我的开源项目已链接认可 LINUX DO 社区: 是 我帖子内的项目介绍,AI生成、润色内容部分已截图发出: 是 以上选择我承诺是永久有效的,接受社区和佬友监督: 是 以下为项目介绍正文内容,AI生成、润色内容已使用截图方式发出 [Seedance2-Storyboard-Generator] 项目,大概是新年时候在linux.do开源的,感谢佬友支持。 【开源】Seedance 2.0 Claude Agent Skill 一键写好剧本 - 将小说/故事转化为多集视频 开源项目差不多1000star了 ,每天不停增长,而我从来没有做过推广,都是自然增长。感觉可以介绍一下为什么 -怎样做 -经验分享: 项目来源 seedance效果很好,而且功能已经非常强大,但是我看了市面上的大部分开源项目,都是用传统那种分镜和首尾帧方式,还有就是大量强调一致性,其实seedance根本不需要这些,seedance需要的其实是文学,所以我就做了这个开源项目。 怎样开发 主要开发流程是,我看了大量博主写的seedance文章,看了seedance自己的飞书文档,很详细介绍。那么我就基于这些让ai一步一步吸收,做成skill。 第一步就是:搞定分镜 【开源】【演示】最近发布的seedance2分镜和剧本项目得到佬友的支持,介绍使用方法 开发调优 最近发布的seedance2分镜和剧本项目,得到佬友的很多支持,我详细介绍使用方法: 1,如果是打算做一个15s以内的短片片段,需要分镜,那么就选择这个分镜开源工具: 使用地址: https://liang.348349.xyz/seedance-prompt-chat [image] 2, 如果佬友想做大制作,搞短剧,短片,甚至电影,那么就试试我这个剧本的ai开源项目,它本质就是 … 就是利用好镜头,细节描写,动作等等。 后来我又看了很多博主写的文章,怎样让内心os,狗血剧情,雪山狐狸等等能够表达出来,复杂的心理描写等等,我就优化新的版本: 开源update-优化好看的剧本分镜-精彩不少所以更新给佬用-Seedance2-Storyboard-Generator 资源荟萃 本帖使用社区开源推广,符合推广要求。我申明并遵循社区要求的以下内容: 我的帖子已经打上 开源推广 标签: 是 我的开源项目完整开源,无未开源部分: 是 我的开源项目已链接认可 LINUX DO 社区: 是 我帖子内的项目介绍,AI生成、润色内容部分已截图发出: 是 以上选择我承诺是永久有效的,接受社区和佬友监督: 是 以下为项目介绍正文内容,AI生成、润色内容已使用截图方式发出 新年前在l… 感谢佬友一直支持。 第二步就是: skill一直优化 ❯ 很好,请把刚才的成功经验更新 skill ❯ 很好,请你反思刚才的流程,不是很顺畅的完成,发现的问题, 请优化一下 claude skill , 让接下来的请求更顺利 优化很多次迭代,一步一步搞出不错的skill,就是这样搞出来的。 第三步就是: seedance实战 我购买了2个seedance会员,利用这个skill做了100个seedance视频,大概知道各种各样调节得到什么效果,然后优化好skill。 最后,开源的这个Seedance2-Storyboard-Generator skill 应该是普普通通,但是还是能够把视频做出来,表达出来,不需要懂视频制作,人人都可以搞视频短片,短剧,讲故事,视频表达。 同时,自己想要什么效果,让ai修改二开就是了。 skill开源地址: github.com GitHub - liangdabiao/Seedance2-Storyboard-Generator: 一句话:试错成本越来越高,提示词的重要性从来没有像今天这样大。Seedance 2.0... 一句话:试错成本越来越高,提示词的重要性从来没有像今天这样大。Seedance 2.0 Storyboard Generator 开源剧情剧本Skill工具,帮佬友一键写好剧本 - 将小说/故事转化为多集视频。 为什么做这个? 因为 seedance2 已经改变了一切,需要新的剧本剧情制作工具,更好的利用新AI的能力和更方便的制作短剧 1 个帖子 - 1 位参与者 阅读完整话题

hnrss.org · 2026-04-16 22:11:37+08:00 · tech

I started EDDI in 2006 as a rule-based dialog engine. Back then it was pattern matching and state machines. When LLMs showed up, the interesting question wasn't "how do I call GPT" but "how do I keep control over what the AI does in production?" My answer was: agent logic belongs in JSON configs, not code. You describe what an agent should do, which LLM to use, what tools it can call, how it should behave. The engine reads that config and runs it. No dynamic code execution, ever. The LLM cannot run arbitrary code by design. The engine is strict so the AI can be creative. v6 is the version where this actually became practical. You can have groups of agents debating a topic in five different orchestration styles (round table, peer review, devil's advocate...). Each agent can use a different model. A cascading system tries cheap models first and only escalates to expensive ones when confidence is low. It also implements MCP as both server and client, so you can control EDDI from Claude Desktop or Cursor. And Google's A2A protocol for agents discovering each other across platforms. The whole thing runs in Java 25 on Quarkus, ships as a single Docker image, and installs with one command. Open source since 2017, Apache 2.0. Would love to hear thoughts on the architecture and feature set. And if you have ideas for what's missing or what you'd want from a system like this, I'm all ears. Always looking for good input on the roadmap. Comments URL: https://news.ycombinator.com/item?id=47793245 Points: 2 # Comments: 0

hnrss.org · 2026-04-15 21:30:13+08:00 · tech

Claude Code sessions that read a real CLAUDE.md take 30-60 seconds to initialize. Fine once. Friction when you're switching contexts constantly. llm-primer keeps a pool of warm sessions in the background. When you need one, it's already past the startup protocol. Happy to answer questions. The main motivation was that I'm running LLM wikis (llm-context-base) and switching context between different agent roles constantly. The startup latency was killing the flow. Comments URL: https://news.ycombinator.com/item?id=47778707 Points: 1 # Comments: 1

linux.do · 2026-04-15 15:37:18+08:00 · tech

每次 codex 启动的时候都等很久,然后报错: ⚠ MCP client for codex_apps failed to start: MCP startup failed: handshaking with MCP server failed: Send message error Transport [rmcp::transport::worker::WorkerT ransport<rmcp::transport::streamable_http_client::StreamableHttpClientWorker<codex_rmcp_client::rmcp_client::StreamableHttpResponseClient>>] error: Client error: e rror sending request for url (https://chatgpt.com/backend-api/wham/apps), when send initialize request ⚠ MCP startup incomplete (failed: codex_apps) 不知道有没有佬友知道如何解决 3 个帖子 - 2 位参与者 阅读完整话题

linux.do · 2026-04-15 14:13:16+08:00 · tech

场景:做室内定位,需要使用微信小程序的api 扫描附近的beacon rssi信号 api: wx.startBeaconDiscovery 参数:uuids Array 必填 Beacon 设备广播的 UUID 列表 疑问:我是想要搜索附近的beacon信号 为啥这个参数是必填的,我都还没搜索到,怎么知道有哪些uuid?有点反直觉。 没办法 只能传入全量的uuid 但是看到资料说 又不能一次性传入太多?那到底该如何传? 看到有的说法是这个uuids类似一个白名单的意思。微信官方文档及问答 看了一圈 没看到有用的回答。 有没有做过同样业务的佬 传授下经验。 2 个帖子 - 2 位参与者 阅读完整话题

www.ithome.com · 2026-04-15 11:33:33+08:00 · tech

IT之家 4 月 15 日消息,这次 Rockstar Games(R 星)的泄密事件,似乎并未达到黑客的预期。黑客曾为窃取的数据索要 20 万美元赎金,在无人支付后便将数据免费公开,而这些数据恰恰暴露了 R 星及其母公司 Take-Two Interactive 从《侠盗猎车手》《荒野大镖客》等系列 IP 中赚取了何等巨额利润。 就在泄露数据公开后的第二天,R 星母公司 Take-Two Interactive 的市值反而进一步上涨。 IT之家注意到,当地时间周二开盘时,Take-Two 市值为 380.3 亿美元,股价约为每股 202.26 美元。截至美国东部时间上午 11:45,股价上涨 2.63%,达到每股 206.66 美元,这一波上涨让公司总市值增加了约 10 亿美元。收盘时,Take-Two 股价为每股 205.10 美元,上涨 1.86%。 目前,相比其 52 周高点 264.79 美元,Take-Two 股价仍下跌近 25%。但在当前不稳定的经济环境下,投资者看到原本无法获知的内部信息后,股价反而走高,这无疑让他们信心大增。此外,当前股价也比今年 2 月公司发布最新财报时创下的 52 周低点 187.63 美元高出近 20 美元。

hnrss.org · 2026-04-15 06:25:37+08:00 · tech

We started GizmoSauce ( https://www.gizmosauce.com ) about 1,5 months ago as a side project. We're building embeddable website widgets for businesses and agencies. The main thing we care about is that most widgets make sites slower, uglier, or harder to maintain, so we've been trying to build ones that are: - easy to install - fast / lazy-loaded - zero-layout-shift - easier to style so they feel native to the site - AI functionality helps a lot We’ve done zero ads so far. Mostly just shipping and helping organic clients, pushing changes to production, and trying to make the product better every day, and passing integration validations like for Instagram sync. What’s already become obvious is that building the product is way easier than figuring out how to get customers. One thing we're starting to realize is that we probably shouldn't position GizmoSauce as just "widgets." We wanted to create more commercial integrations with larger clients. I mean, different widgets make sense for different client types: - Reviews / chat / hours feel like a better fit for smaller businesses - The new widget we build now - Store Locator feels more relevant for multi-location businesses, retail, franchises, and the agencies that work with them So the GTM idea I keep coming back to is: - Find a brand with an obvious UX gap - build a working demo showing how one widget could improve it - send it to their digital / marketing team For example, we made this Little Caesars demo: https://demo.gizmosauce.com/demos/little-caesars/ Compared to their current store search: https://order.littlecaesars.com/en-us/order/pickup/stores/se... They don't currently have a map flow there, so we mocked up what that experience could look like with a Store Locator. Main thing I'd love feedback on: If you were us, would it be ok, or too strange to go this way? Should we start by selling to agencies, or go directly after multi-location brands and not care that nobody knows us? And does the "build a custom demo for a real brand" approach sound smart for early traction, or too manual? Comments URL: https://news.ycombinator.com/item?id=47772268 Points: 1 # Comments: 0