Metadata-Version: 2.4
Name: trugs-agent
Version: 1.0.0
Summary: Initialize TRUGS Agent in your project — a 190-word formal instruction language for LLM coding assistants
Author: TRUGS LLC
License: Apache-2.0
Project-URL: Homepage, https://github.com/TRUGS-LLC/TRUGS-AGENT
Project-URL: Repository, https://github.com/TRUGS-LLC/TRUGS-AGENT
Project-URL: Issues, https://github.com/TRUGS-LLC/TRUGS-AGENT/issues
Keywords: trugs,trl,llm,ai-agents,claude-code,cursor,copilot,developer-tools,prompt-engineering
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# TRUGS Agent

A 190-word formal instruction language for LLM coding assistants. Your AI stops interpreting and starts executing.

## Install

```bash
pip install trugs-agent
```

## Usage

```bash
# Initialize for Claude Code (default)
trugs-agent-init

# Initialize for Cursor
trugs-agent-init cursor

# Initialize for GitHub Copilot
trugs-agent-init copilot
```

This copies AGENT.md (renamed for your IDE) and all component folders into the current directory. Your LLM reads the files and gains the TRL vocabulary — 190 words with exact definitions.

## What You Get

- **AGENT.md** — TRL vocabulary and grammar (the core)
- **AAA/** — 9-phase development protocol
- **EPIC/** — Portfolio tracking as a graph
- **FOLDER/** — Machine-readable filesystem index
- **MEMORY/** — Persistent context across sessions
- **SKILLS/** — 19 composable agent primitives
- **TRUGGING/** — Codebase description methodology
- **WEB_HUB/** — Curated web resource graph
- **tools/** — Zero-dependency TRUGS validator

## Links

- [GitHub](https://github.com/TRUGS-LLC/TRUGS-AGENT)
- [Full Specification](https://github.com/TRUGS-LLC/TRUGS)
- [Paper](https://github.com/TRUGS-LLC/TRUGS/blob/main/PAPER/trugs.pdf)

Apache 2.0 — TRUGS LLC
