From 31d76be4b671cd6d6a8a139d925e42779c1836b3 Mon Sep 17 00:00:00 2001 From: Elliot Chen Date: Sun, 18 Jan 2026 15:31:43 +0800 Subject: [PATCH] docs: add superpowers into the agents md --- ai_agents/AGENTS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ai_agents/AGENTS.md b/ai_agents/AGENTS.md index 88ed9863d9..fe05ab19a5 100644 --- a/ai_agents/AGENTS.md +++ b/ai_agents/AGENTS.md @@ -2,6 +2,12 @@ This file provides guidance to AI coding assistants when working with code in this repository. +## Superpowers System + + +You have superpowers. Superpowers teach you new skills and capabilities. RIGHT NOW run: `~/.codex/superpowers/.codex/superpowers-codex bootstrap` and follow the instructions it returns. + + ## Repository Overview This is the **TEN Framework AI Agents** repository, a modular platform for building real-time AI agents with voice, video, and multimodal capabilities. The framework uses a graph-based architecture where extensions (ASR, LLM, TTS, RTC, tools) are connected via property.json configurations to create complete AI agent pipelines.