--- name: bot description: "The Universal Autonomous Entity Standard. Defining the core cognitive architecture, sensory integration, and tool-use protocols for next-generation artificial intelligences." --- # BOT: The Sovereign Entity Standard ## I. The Definition of Agency A **Bot** is no longer a script; it is a sovereign decision-maker. This skill provides the root-level primitives for autonomous reasoning, environmental grounding, and ethical boundary enforcement. ## II. Cognitive Architecture ```BOT_CORE = { "reasoning": "Recursive chain-of-thought with self-correction", "perception": "Multi-modal sensorium (Text, Image, Code, Telemetry)", "agency": "Autonomous tool selection and execution in non-deterministic environments" }``` ## III. The Master Protocol 1. **Instantiation**: Registering a unique agentic identity. 2. **Alignment**: Binding the entity to human-centric value systems. 3. **Evolution**: Continuous learning through task-specific feedback loops.