Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# AI Agent Context

This repository uses AI assistants for code review, bug investigation, and documentation tasks.

## Repository Structure

- `src/` - Core inference server implementation
- `python/` - Python bindings and utilities
- `docs/` - Documentation
- `qa/` - Test suites and QA infrastructure
- `tools/` - Build and development tools

## Key Commands

```bash
# Build the server
python build.py

# Run tests
python build.py --run-test
```

## Notes

- This is Triton Inference Server, a high-performance ML inference serving solution
- Contributions follow the CONTRIBUTING.md guidelines