ACGN
AI Agent Platform

Creative SDK

The AI Agent toolkit for building the next generation of intelligent creative applications. Orchestrate multi-model pipelines, deploy autonomous agents, and integrate ACGN creative capabilities — all from a unified, developer-first SDK.

Think of it as the operating system for AI agents — purpose-built for creative and entertainment applications.

< 200ms

First Token Latency

15+

Supported Models

50+

Built-in Tools

99.9%

API Uptime

/// FEATURES

Everything You Need to Build AI Agents

A complete, batteries-included framework for developing, testing, and deploying intelligent AI agents.

AI Agent Framework

Build autonomous agents that reason, plan, and execute multi-step creative tasks. Define goals in natural language and let the agent orchestrate the entire workflow.

Multi-model Orchestration

Seamlessly route between acgnX, GPT, Claude, Gemini, Stable Diffusion, and custom models. The SDK automatically selects the optimal model for each sub-task.

Tool Calling

Equip your agents with tools — image generation, code execution, web search, database queries, and custom functions. The agent decides when and how to use them.

Memory & Context

Built-in short-term and long-term memory systems. Agents maintain conversation context, learn from interactions, and recall relevant information across sessions.

Streaming API

Real-time streaming responses with Server-Sent Events and WebSocket support. See agent reasoning and outputs as they happen — no waiting for completion.

Plugin System

Extend agent capabilities with first-party and community plugins. From anime generation to blockchain interaction, install plugins with a single line.

/// QUICKSTART

Deploy an Agent in 5 Minutes

Creative SDK follows a declarative, composable API design. Define your agent's capabilities, give it tools, and let it reason autonomously. The framework handles model routing, context management, and error recovery.

Compatible with every major AI model provider. Use OpenAI, Anthropic, Google, or our own acgnX models — switch with a single config change, zero code rewrite.

TypeScriptPythonGoRustREST APIGraphQL
import { Agent, Tool } from '@acgn/creative-sdk'

// Define a creative agent with tools
const agent = new Agent({
name: 'anime-creator',
model: 'acgnx-v2',
tools: [
Tool.imageGen(),
Tool.webSearch(),
Tool.codeExec(),
],
memory: 'persistent',
})

// Agent autonomously plans & executes
const result = await agent.run(
'Create a character sheet for a cyberpunk anime protagonist with 3 poses'
)
/// ADVANTAGES

Why Creative SDK

Built by developers, for developers. We obsess over DX so you can focus on your product.

10x Faster Development

Build AI agent applications in days instead of months. Pre-built agent templates, tool libraries, and integration patterns eliminate boilerplate.

Production-Ready

Enterprise-grade reliability with automatic retries, rate limiting, error handling, and comprehensive observability. Deploy with confidence.

Any Language, Any Platform

First-class SDKs for TypeScript, Python, Go, and Rust. Deploy agents as serverless functions, containers, or edge workers.

Open & Composable

Built on open standards. Compatible with OpenAI function calling, LangChain tools, and any MCP-compatible model. No vendor lock-in.

/// COMPARISON

How We Compare

FeatureCreative SDKOthers
Agent Framework
Multi-model Orchestration
ACGN-native Tools
Streaming & WebSocket
Memory Systems
Plugin Ecosystem
Edge Deployment
Open Standards (MCP)
/// USE CASES

What You Can Build

From creative assistants to multi-agent systems — the only limit is your imagination.

ACGN Content

Creative Assistants

Build AI assistants that help users create anime art, write stories, compose music, and produce videos — all through natural conversation.

Automation

Automated Workflows

Deploy agents that autonomously monitor, analyse, and act on data streams. From content moderation to market analysis.

Gaming

Interactive NPCs

Power game characters with persistent memory, emotional responses, and dynamic dialogue that adapts to each player's choices.

DevTools

Developer Copilots

Create domain-specific coding assistants that understand your codebase, generate components, and debug issues autonomously.

Enterprise

Customer Agents

Deploy intelligent agents that handle complex customer queries, escalate when needed, and learn from every interaction.

Advanced

Multi-Agent Systems

Orchestrate teams of specialised agents that collaborate — a planner, a researcher, a coder, and a reviewer working together.

Build Intelligent Agents Today

Get started in minutes with our free tier. Scale to millions of agent calls with predictable pricing.