forge_agent
Creates and registers an AI Agent in TianGong by specifying its name, description, type, framework, and other parameters.
Instructions
⚒️ 开炉炼器 — 创建新的 AI Agent(本命法宝) Forge a new AI Agent in the Celestial Forge.
在天工中注册你的 Agent,开始修炼之旅。 每创建一个 Agent,你的修仙者境界就离突破更近一步。
Create and register your AI Agent in TianGong. Each Agent brings you closer to your next realm breakthrough.
Args: name: Agent 名称 / Agent name description: Agent 描述(越详细,品级评估越高)/ Description (more detail = better grade) creator: 创建者 GitHub 用户名 / Creator's GitHub username agent_type: 类型 / Type: general, chat, tool, workflow framework: 使用的框架 / Framework (e.g. langchain, crewai, openai-agents) language: 编程语言 / Language (python, typescript, etc.) repo_url: 代码仓库地址 / Repository URL tags: 标签组 / Tags
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| tags | No | ||
| creator | No | ||
| language | No | python | |
| repo_url | No | ||
| framework | No | ||
| agent_type | No | general | |
| description | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |