Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 660 Bytes

File metadata and controls

15 lines (10 loc) · 660 Bytes

AI agents

The agent-first API reference lives at the repo root: ../AGENTS.md. It covers the full provider matrix (crypto, equities, options), method signatures, recipes, and error handling — written for LLM coding tools.

Give your agent the GitHub URL (it is intentionally not shipped in the PyPI wheel):

  • Browse: https://github.com/stockalgo/bandl/blob/master/AGENTS.md
  • Raw: https://raw.githubusercontent.com/stockalgo/bandl/master/AGENTS.md

Pin a tag (e.g. .../blob/v0.4.0/AGENTS.md) for a reproducible version. From a clone, @AGENTS.md works in Cursor and similar IDEs.

Humans: see README.md.