AI生态开源项目

查看开源项目star统计

https://www.star-history.com/?repos=anomalyco%2Fopencode&type=date&legend=top-left

image

 

LL网关

开源地址:https://github.com/BerriAI/litellm

解决问题

image

image

image

image

 

image

 

 

 

基于harness构建Agent

environment:
  - OPENCODE_DISABLE_CHANNEL_DB=true

私有化部署 需要配置以上环境变量 避免使用git分支做db隔离

开源地址:https://github.com/anomalyco/opencode

image

 

 

Langfuse客观测性

image

开源模型

视觉模型

https://github.com/baidubce/Qianfan-VL

image

 

低代码页面编辑器

核心仓库:https://github.com/baidu/amis
可视化设计器 Demo:https://github.com/aisuda/amis-editor-demo
在线体验:https://aisuda.github.io/amis-editor-demo/
官方文档:https://aisuda.github.io/amis-docs

 

可以丰富agent采集页面

Agent(智能体)在作业过程中,需要AI 在执行过程中主动向用户提问:收集偏好、澄清歧义、在实现方案分叉处让用户拍板。现有 opencode 已提供 question 工具,实现了一套贯穿「后端 → SSE 通道 → 前端」的阻塞式异步交互协议:工具的 execute() 返回一个被挂起的 Promise,直到用户在页面提交、服务端回填答案后才 resolve,模型据此续跑。

但当前 question 工具只支持简单交互:每题一组 options(label + description),前端按 multiple 翻译成单选/多选,外加一个「自定义输入」文本框,无法承载"报销提单""情报线索上报"这类需要多字段结构化录入或跳转业务系统的场景

image

 

image

 

image

 

posted @ 2026-04-15 14:41  意犹未尽  阅读(43)  评论(0)    收藏  举报