Metadata-Version: 2.4
Name: figma-agent
Version: 0.2.5
Summary: AI agent that automates web application changes from Figma designs
Author: Chetan
License-Expression: MIT
License-File: LICENSE
Keywords: ai-agent,code-generation,figma,nextjs,react
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Code Generators
Requires-Python: >=3.11
Requires-Dist: chromadb>=0.5.0
Requires-Dist: deepdiff>=8.0
Requires-Dist: fonttools>=4.47.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: instructor>=1.3.0
Requires-Dist: jinja2>=3.1.0
Requires-Dist: langgraph-checkpoint-sqlite>=1.0.0
Requires-Dist: langgraph>=0.2.0
Requires-Dist: litellm>=1.40.0
Requires-Dist: orjson>=3.10
Requires-Dist: pillow>=10.0
Requires-Dist: pydantic-settings>=2.0.0
Requires-Dist: pydantic>=2.7.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: rich>=13.0.0
Requires-Dist: tenacity>=9.0
Requires-Dist: typer>=0.12.0
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.23.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Requires-Dist: ruff>=0.4.0; extra == 'dev'
Description-Content-Type: text/markdown

# figma-agent

AI agent that automates web application changes from Figma designs.

## Installation

```bash
pip install figma-agent
```

## Usage

Run interactively — the agent will prompt for inputs:

```bash
figma-agent
```

Or pass arguments directly:

```bash
figma-agent run <figma-url> --project <path-to-nextjs-project> --fonts <fonts-dir>
```

## Requirements

- Python 3.11+
- A Figma API token (set `FIGMA_ACCESS_TOKEN` in your `.env`)
- A Groq API key (set `GROQ_API_KEY` in your `.env`)
