Claude Skill
wrtnlabs/agentica
Agentica is a TypeScript framework for AI function calling, enhanced by compiler skills. Build multi-agent systems with Claude, OpenAI, and Llama support, featuring RAG and OpenAPI integration.
Overview
Repository
Install this Skill
$ npx agentica start <directory>Registry
Summary
Agentica is a TypeScript AI function calling framework enhanced by compiler skills, designed for building AI agents and multi-agent systems with support for major LLMs like Claude and OpenAI.
TypeScript AI 函数调用框架,通过编译器技能增强。
Key features
- TypeScript-based AI function calling framework
- Enhanced by compiler skills for better performance
- Supports multiple LLMs (Claude, OpenAI, Llama)
- OpenAPI/Swagger integration for API definitions
- Multi-agent system architecture
- Retrieval-Augmented Generation (RAG) capabilities
Use cases
- Building AI chatbots with function calling
- Developing multi-agent AI systems
- Creating RAG-enhanced AI applications
- Implementing AI agents with OpenAPI integration
- TypeScript-based AI agent development
- LLM function calling implementations
README excerpt
# 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