Skip to content

Commit b726483

Browse files
authored
chore: add agents files (#59)
1 parent 2959d2d commit b726483

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

AGENTS.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# AGENTS.md
2+
3+
This file is for code-writing LLM agents like Claude Code, Gemini CLI, Cursor, etc.
4+
5+
CLAUDE.md symlinks to this file.
6+
7+
## Overview
8+
9+
This repository contains code for the Python SDK for Replicate's HTTP API.
10+
11+
Most of the code is autogenerated from Replicate's public OpenAPI spec.
12+
13+
When writing custom code, put it in the `lib/` directory whenever possible.
14+
15+
## Development Commands
16+
17+
Use the `scripts/` directory to run scripts:
18+
19+
- `scripts/lint` - Run linting checks (ruff + pyright + mypy) and import verification
20+
- `scripts/format` - Run code formatting (ruff format + doc formatting)
21+
- `scripts/test` - Run full test suite (includes Prism mock server setup and Pydantic v1 compatibility tests)
22+
- `scripts/mock` - Start Prism mock server for testing

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
AGENTS.md

0 commit comments

Comments
 (0)