Show HN: Airweave - 让 Agent 搜索任何应用
Navigation Menu
切换导航 Sign in
- Product
- Solutions 按公司规模
- Resources 主题
- Open Source
- Enterprise
- Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search Clear Search syntax tips
Provide feedback
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback
Saved searches
Use saved searches to filter your results more quickly
Name Query To see all available qualifiers, see our documentation. Cancel Create saved search Sign in Sign up Appearance settings Reseting focus You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert {{ message }} airweave-ai / **airweave ** Public
- Notifications You must be signed in to change notification settings
- Fork 129
- Star 1k
Airweave lets agents search any app airweave.ai
License
MIT license 1k stars 129 forks Branches Tags Activity Star Notifications You must be signed in to change notification settings
Additional navigation options
airweave-ai/airweave
main BranchesTags Go to file Code
Folders and files
Name| Name| Last commit message| Last commit date
---|---|---|---
Latest commit
History
852 Commits
.cursor| .cursor
.github| .github
.vscode| .vscode
backend| backend
fern| fern
frontend| frontend
.codespellrc| .codespellrc
.env.example| .env.example
.gitattributes| .gitattributes
.gitignore| .gitignore
.pre-commit-config.yaml| .pre-commit-config.yaml
.prettierrc| .prettierrc
CONTRIBUTING.md| CONTRIBUTING.md
LICENSE| LICENSE
README.md| README.md
SECURITY.md| SECURITY.md
docker-compose.dev.yml| docker-compose.dev.yml
docker-compose.yml| docker-compose.yml
package-lock.json| package-lock.json
package.json| package.json
start.sh| start.sh
View all files
Repository files navigation
Airweave
Airweave 是一个让 Agent 可以语义化搜索任何应用程序的工具。 它兼容 MCP,并无缝连接任何应用程序、数据库或 API,将其内容转换为可供 Agent 使用的知识。
🎥 观看演示
airweave_launch_bf_demo_vid_inverted_4k.mp4
概述
Airweave 简化了使您的 Agent 可以检索信息的过程。无论您拥有结构化还是非结构化数据,Airweave 都能帮助您将其分解为可处理的实体,存储数据,并通过 REST 和 MCP 端点使其可检索。
目录
🚀 快速开始
# 1. 克隆代码仓库
git clone https://github.com/airweave-ai/airweave.git
cd airweave
# 2. 构建并运行
chmod +x start.sh
./start.sh
就是这样!通过 http://localhost:8080 访问仪表板