Skills2026年4月2日·1 分钟阅读
Griptape — Modular Python AI Agent Framework
Build AI agents with composable structures, tools, and memory. Off-Prompt data processing for secure enterprise use. 2.5K+ stars.
TO
TokRepo精选 · Community
快速使用
先拿来用,再决定要不要深挖
这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。
```bash
pip install griptape[all]
```
```python
from griptape.structures import Agent
from griptape.tools import WebScraper, Calculator, FileManager
agent = Agent(tools=[WebScraper(), Calculator(), FileManager()])
agent.run("抓取 Hacker News 首页,计算前5条的平均分数,保存到 results.txt")
```
---
🙏
来源与感谢
> Created by [Griptape](https://github.com/griptape-ai). Licensed under Apache-2.0.
>
> [griptape](https://github.com/griptape-ai/griptape) — ⭐ 2,500+
讨论
登录后参与讨论。
还没有评论,来写第一条吧。
相关资产
LMDeploy — High-Performance LLM Deployment Toolkit
Deploy and serve LLMs with 1.8x higher throughput than vLLM. 4-bit quantization, OpenAI-compatible API. By InternLM. 7.7K+ stars.
TokRepo精选
Devika — Open-Source AI Software Engineer
Autonomous AI that understands instructions, researches the web, plans, and writes code. Open-source Devin alternative. 19K+ stars.
TokRepo精选
Morphic — Open-Source AI Answer Engine
Perplexity-style AI search with generative UI. Multiple LLM and search providers. Self-hostable with Next.js. 8.7K+ stars.
TokRepo精选