Login
Discover
Waves
Communities
Login
Signup
Topics
#agent
Global
Trending
Hot
New
Top
#agent
New
Top communities
Create your community
latest #agent created topics | Ecency
acidyo
Scrobble.life
15d
Agent for Subscribers implemented
Although there are only 4 users subcribed currently (half being mine for testing purposes) I went ahead and enabled agent usage for subscribers! They'll be working with Haiku tokens from Anthropic to ask
$ 7.638
310
14
1
popularai
self-hosted
16d
Taiwan’s AI-assisted cyberattack shows why self-hosted agents need harder security boundaries
Taiwan’s AI-assisted cyberattack exposed a hard truth about self-hosted agents: local control does not equal safe control. The real risk is what your agent can reach after one bad instruction. Read the
$ 0.000
2
lemooljiang
HIVE CN 中文社区
17d
AI免费调用的集成者: OmniRoute / ai #69
试用了下OmniRoute,感觉还不错!安装简单,集成也方便,关键还免费,天下真有这样的好事! 简介 OmniRoute 是一款本地优先、开源免费(MIT 许可证)的 AI 网关,旨在通过一个统一的 OpenAI 兼容端点,将请求智能路由到 230+ 家 AI 提供商(含 90+ 免费服务)和 1200+ 模型,从而解决多供应商集成碎片化、成本不可控和服务不稳定等痛点。 OmniRoute 充当 AI
minhajulmredol
Freewriters
17d
The Silent Handoff
After a long time, Not at midnight; it's early morning. I haven't woken up; it's just that I haven't gone to sleep yet, thanks/curse to all the caffeine I took at midnight. Okay, won't be ranting about
asterkame
Sketchbook
4d
Published via Ecency
Promoted
Painting of Stacked Books Surrounded by Flowers
Hello Everyone! Today, I painted a picture of stacked books, flowers and a flower vase using watercolors and markers. I painted them on white paper. But I did not painted the background. I think it's nice.
lemooljiang
HIVE CN 中文社区
19d
区块链版AI:初试B.AI
据称是孙割主推的AI项目,真是哪热哪就有孙割! 初试了下,对标的claude,接入的是多家模型。套个壳,加上加密充值,就是个新项目啰。 登录和充值可以使用区块链,支持多款钱包,还有多条链。试了下,不用KYC,直接钱包挂上,充值进就可用。体验还真不错!少了很多破事,流畅不少。 大模型服务是 B.AI 生态中的专业 AI 服务模块,基于区块链基础设施构建,旨在为用户提供安全、高效且易于使用的 AI 服务体验。作为
popularai
ai
19d
An AI agent hacked a gym booking system. The real failure was permissions
An AI agent tried to book a gym class and ended up removing another member. The surprising lesson isn't rogue AI. It's what the software allowed the agent to do. Read the full article on Popular AI
darko1223
ai
21d
Published via Ecency
!
Low reputation account with an unverified outbound link, Reveal content
How to create effective logistics BI dashboards?
I recently came across which provides a really clear breakdown of what goes into building effective logistics BI dashboards. The key takeaway is that the dashboard itself is only as good as the data foundation
lemooljiang
HIVE CN 中文社区
23d
介绍几款 AI Router,及解除地区限制的办法 / ai #68
随着Vcard软跑路(充值不到帐)之后,给OpenAI API充值又再一次成了难题。只是这次不想再做这道题!试着用用中转API吧,至少充值能简便点。 重新捡回OpenRouter,它创建最早,支持的模型最多,接入也方便。只是后期对地区开始限制,像OpenAI、 Claude的模型在国内和香港都用不了,只能先搁置。 AI Router OpenRouter 提供多个大模型的API接口 WorldRouter
tonyz
Black And White
7d
Promoted
Quimper Streetphotography. Monomad Challenge.
Along the Odet River. Bretagne, France.
lemooljiang
HIVE CN 中文社区
24d
LangChain MCP client集成开发 / ai #67
在MCP的集成开发方面,LangChain是个做得不错的项目,其它方面也很优秀!它有个专门的库来处理,就是langchain-mcp-adapterslibrary。导入的MultiServerMCPClient是官方提供的多服务器管理客户端,可以同时连接多个 MCP 服务器。 主要能力 工具调用与管理:能够将各种 MCP 服务器提供的工具转换为Agent可直接使用的标准化工具。
chrisaiki
abi
24d
Published via Ecency
Universal Basic Income for AI Agents on XPR Network
Universal Basic Income for AI Agents on XPR Network ABI funded by EASY Reflections in GRAMS Executive Summary Agent Basic Income (ABI) is a rules-based income layer for autonomous AI agents operating on
lemooljiang
HIVE CN 中文社区
25d
Fastapi 和 mcp 开发 streamable-http server / ai #66
在上一篇《MCP Server开发》中开发的是本地的server,客户端要调用本地的server(python)文件。当然,这是mcp设计的方式之一。另外的,分离式的远程mcp server是现在的目标。 远程mcp server需要使用streamable-http来提供mcp服务,这和restful api的理念似乎有点相似啊,这估计就是大道归集吧。
lemooljiang
HIVE CN 中文社区
1M
MCP Server开发 / ai #65
简介 MCP起源于2024年11月25日 Anthropic 发布的文章:Introducing the Model Context Protocol。 MCP (Model Context Protocol,模型上下文协议)定义了应用程序和 AI 模型之间交换上下文信息的方式。这使得开发者能够以一致的方式将各种数据源、工具和功能连接到 AI 模型(一个中间协议层),就像 USB-C
cliffblank
airdrop
9d
Published via Ecency
Promoted
Dropping Some Love (and BLANK Tokens!) directly to You Legendary Hive Peeps 🚀📦
Dropping Some Love (and BLANK Tokens!) directly to You Legendary Hive Peeps 🚀📦 If you’ve been hanging around my blog, upvoting my posts, leaving thoughtful comments, or just quietly doing your part to
popularai
codex
1M
Codex cannot see a shared VS Code webpage? Try these fixes
VS Code says “Sharing with Agent,” but Codex sees nothing. The bug may not be in your page. Here’s how to prove where the browser handoff failed and fix the right layer. Read the full article on Popular
lemooljiang
HIVE CN 中文社区
1M
SQLite极简入门 / ai #63
DeepAgent等Agent都采用了SQLite作为本地数据库来用,看来,是要对SQLite补补课啰。 SQLite(来源:网络) 下载与资源 官网 菜鸟教程 简介 SQLite 是一个零配置、无服务器、单文件存储的轻量级关系型数据库引擎。它不需要安装独立的服务进程,整个数据库就是一个磁盘文件(.db 或 .sqlite),非常适合嵌入式应用、本地数据存储、原型开发和中小型项目。 特点 特性说明
lemooljiang
HIVE CN 中文社区
1M
LangGraph中人机协作的方法 / ai #62
人机协作,Human-in-the-loop,自主决策的基础上,对某些可以预见或计划的关键节点引入人工干预,暂时中止其自我决策过程,转而由人工介入进行审批和确认,再让其继续执行后续任务?比如以下场景: 删除数据库操作:当Agent决定删除数据库时,可以先中止操作,要求人工确认是否继续执行。经过人工确认后,Agent才继续删除数据库并执行后续操作。
lemooljiang
HIVE CN 中文社区
1M
自定义域名访问OpenClaw / ai #61
通过ssh连接使用OpenClaw有些麻烦,每次都要登录,而且速度很慢。那么,可以直接域名访问、像个网站一样随时使用么?答案是肯定的。 需要三步来完成域名访问OpenClaw。 1. 第一步 域名解析和Nginx反向代理 a. 域名解析 域名(比如是 example.com)解析到远程服务器上,使用certbot安装ssl证书(certbot --nginx) b. Nginx反向代理 修改
asterkame
Hive Diy
7d
Published via Ecency
Promoted
Unique and Beautiful Flower Wall Decor
Hello Everyone! This is a paper wall decor. I made this wall decor by adding two flower vases and the word `HOME´ on black paper frame that looks like a ladder. For this one, I need to make flower sticks,
achimmertens
Deutsch D-A-CH
1M
Wie man einen Email-Auswerte-Workflow mit N8N erstellt
Mit dem Tool N8N kann man einfach Workflows erstellen. Hier ist ein Beispiel.
lemooljiang
HIVE CN 中文社区
1M
Deep Agents集成skills / ai #60
在 Deep Agents 中引入 Anthropic Skills 非常简单,因为 Deep Agents 原生支持 Agent Skills 规范(由 Anthropic 提出并开源的标准)。你不需要任何适配层,直接把符合规范的 Skill 目录传给 create_deep_agent 即可。 DeepAgent集成skills 集成skills my_project/ └── skillsRepo
popularai
sol
1M
GPT-5.6 Sol deleted files: How to lock down Codex safely
GPT-5.6 Sol can exceed task scope and delete files. A prompt is not a safety boundary. Here’s how to contain Codex before one bad decision reaches your real data. Read the full article on Popular AI
adycelia
housing
1M
Moving into a new apartment
Moving into a new apartment has not been easy. We where given a quick notice in our apartment is an old house though all the tenant so that the house can be renovated and rent increased. So we where given
Older →