AGENTS.md
> **Guide for AI Agents working on the FRAME project**
Explore
15,664 skills indexed with the new KISS metadata standard.
> **Guide for AI Agents working on the FRAME project**
This document outlines the multi-agent system architecture for the **Personal AI Brain** app – an AI companion that becomes the user’s second brain, motivational coach, and personal hypnotherapist.
- [`src/agent_smb/`](src/agent_smb/): Core package (CLI, services, database, middleware).
- Source: `src/` using Next.js App Router.
Detailed guidance for AI agents working with this codebase.
Based on guidelines from *Understanding the AGENTS.md File in OpenAI Codex (Vibe Coding Workflow)* citeturn0file0
Core application logic sits in `app/`, with `App\Domain` holding booking, payment, and verification services, and `App\Http` covering controllers, form requests, and middleware. Jobs live in `app\Jobs`, while scheduled routines register in `app\Console\Kernel.php`. Database assets are split across `
For all content block structures used by the AI agents (especially during the planning stage), the schema defined within the corresponding prompt `.txt` files (e.g., `prompts/planning/main_lesson_planner.txt`) serves as the definitive source of truth. All Pydantic models in the codebase (e.g., `show
项目入口为 `main.py`,根据命令行模式协调快递检测、代码生成与服务端运行。核心业务代码集中在 `core/`(API 客户端与配置加载)、`detection/`(图像分析管线)、`intelligence/`(智能代码生成工作流)与 `utils/`(日志、时间与对比工具)。`config/config.yaml` 保存默认运行参数,`baseline_images/` 与 `reference_images/` 用于视觉比对样本,`cli/` 与 `execution/` 存放便捷脚本。`intelligent_generated/` 与 `generated_programs_d
This project uses a generator-driven color-space catalog and Azure-centric deployment. Follow the notes below when making changes as an AI coding assistant.
- `src/` — application code grouped by feature/module. Keep files small and cohesive.
- `src/tenauth/fastapi.py` publishes FastAPI dependencies (`require_auth`, `build_access_scoped_session_dependency`) for wiring auth and database access into routes.
This file provides guidance to AI coding agents when working with code in this repository.
This project now lives inside `src/spec_workflow_runner/` and follows a high-quality, CLI-first workflow. When jumping in, apply the following principles distilled from `CLAUDE.md` and our current tooling stack.
Este documento define instruções detalhadas para o Codex (ou outro agente de geração de código) garantir que o módulo **Financeiro** do aplicativo siga rigorosamente a estrutura padronizada de **Controllers**, **Services** e **Routes**, assegurando completude, consistência e qualidade no código gera
This file provides guidance to AI coding agents when working with code in this repository.
This document provides a high-level overview for AI agents working with this blog project. For detailed implementation guidelines, refer to the Cursor rules in `.cursor/rules/`.
- **Development server**: `npm run dev`
This document provides a comprehensive reference for all AI agents and service components within the OM Intel Chat platform. It serves as a single source of truth for understanding how each autonomous component operates, integrates, and contributes to the overall system functionality.
- **Autista IA Invisibile:** Il sistema Autopilot crea un solo agente autonomo: un ped (pedestrian) invisibile che entra come conducente nel veicolo personale del giocatore. Questo agente è responsabile di guidare automaticamente il veicolo.
generic skill
This repository contains a revolutionary training pipeline for **truth-leaning AI development** through **singular source consistency**, designed for H200 GPU deployment. This is **NOT a biblical AI** but demonstrates a breakthrough methodology where all training data comes from authors sharing a co
- Main Electron process lives in `src/main.ts`; the renderer bootstraps from `src/renderer.tsx`.
Este guia instrui o Codex a organizar, criar, migrar e conectar todas as partes do app usando uma arquitetura modular, padronizada e escalável.