Claude Skill
wrtnlabs/agentica
Agentica 是一个通过编译器技能增强的 TypeScript AI 函数调用框架。支持 Claude、OpenAI 和 Llama,具备 RAG 和 OpenAPI 集成功能,用于构建多智能体系统。
概览
仓库信息
安装这个 Skill
$ npx agentica start <directory>Registry 信息
项目简介
Agentica 是一个通过编译器技能增强的 TypeScript AI 函数调用框架,专为构建 AI 智能体和多智能体系统而设计,支持 Claude 和 OpenAI 等主流大语言模型。
TypeScript AI AI Function Calling Framework enhanced by compiler skills.
要点
- 基于 TypeScript 的 AI 函数调用框架
- 通过编译器技能增强性能
- 支持多种大语言模型(Claude、OpenAI、Llama)
- 集成 OpenAPI/Swagger 进行 API 定义
- 多智能体系统架构
- 检索增强生成(RAG)能力
使用场景
- 构建具有函数调用功能的 AI 聊天机器人
- 开发多智能体 AI 系统
- 创建 RAG 增强的 AI 应用程序
- 实现集成 OpenAPI 的 AI 智能体
- 基于 TypeScript 的 AI 智能体开发
- 大语言模型函数调用实现
README 摘要
# Agentica, AI Function Calling Framework  <!-- Github/NPM Badges --> <p align="center"> <a href="https://github.com/wrtnlabs/agentica/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="MIT License"/></a> <a href="https://www.npmjs.com/package/@agentica/core"><img src="https://img.shields.io/npm/v/@agentica/core.svg" alt="NPM Version"/></a> <a href="https://www.npmjs.com/package/@agentica/core"><img src="https://img.shields.io/npm/dm/@agentica/core.svg" alt="NPM Downloads"/></a> <a href="https://dormoshe.io/newsletters/373"><img src="https://img.shields.io/badge/DorMoshe%20Newsletter-Top%20%236%20of%201K-orange?style=flat&logo=rss" alt="Newsletter Top #6"/></a> <a href="https://github.com/wrtnlabs/agentica/actions?query=workflow%3Abuild"><img src="https://github.com/wrtnlabs/agentica/workflows/build/badge.svg" alt="Build Status"/></a> </p> <!-- Youtube + Discord --> <p align="center"> <a href="https://www.youtube.com/@wrtnlabs"> <img src="https://img.shields.io/badge/YouTube%20Tutorial-0d1117?style=social&logo=youtube" alt="YouTube"/> </a> <a href="https://discord.gg/aMhRmzkqCx"> <img src="https://img.shields.io/badge/Discord-0d1117?style=social&logo=discord" alt="Discord"/> </a> </p> <p align="center"> <a href="https://www.bloomberg.com/news/videos/2025-03-31/wtrn-on-series-b-funding-growth-strategy-video"> <img src="https://wrtnlabs.io/agentica/images/badges/fund-raising-news-202503.svg" /> </a> <a href="https://github.com/wrtnlabs"> <img src="https://wrtnlabs.io/agentica/images/badges/open-source-mission.svg" /> </a> </p> Agentic AI framework specialized i