Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 311 Bytes

File metadata and controls

8 lines (6 loc) · 311 Bytes

Claude Code Guide

Please refer to AGENTS.md for full context, architecture, directory layout, and development guidelines for this repository.

Quick Commands

  • Build package: python3 -m build
  • Install editable: pip install -e .
  • Test basic chat example: python examples/basic_chat.py