agentica

agentica

TypeScript AI function calling framework enhanced by compiler capabilities.

Agent SkillDevOpen sourceTypeScriptAI 函数调用编译器技能
Type
Agent Skill
Open source
Yes
GitHub Stars
★ 1.0k
Source
skill-github

Overview

Agentica is a TypeScript AI function calling framework enhanced by compiler capabilities. It simplifies AI agent development by allowing you to simply list the required functions. Supports importing functions from TypeScript classes, Swagger/OpenAPI documents, and MCP servers. Ideal for developers familiar with TypeScript and backend development. With minimal configuration, you can quickly create various types of AI agents, such as e-commerce agents or news agents.

Capabilities

  • Supports TypeScript class function calling
  • Supports Swagger/OpenAPI document function calling
  • Supports MCP server function calling
  • Simplifies AI agent development workflow

Use cases

Creating e-commerce agentsCreating news agentsIntegrating enterprise API functionsDeveloping productivity tools

Setup

Requires: Node 环境API Key
npx agentica start <directory>

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How do I get started with Agentica?

Run `npx agentica start <directory>` and follow the setup wizard.

What types of function calling are supported?

Supports TypeScript classes, Swagger/OpenAPI documents, and MCP servers.

Related skills