Agent Harnesses¶
FLARE supports three agent harnesses. All three implement the
Harness interface.
Harness |
Models |
Billing |
Credential |
|---|---|---|---|
Anthropic Claude |
Claude subscription |
|
|
OpenAI GPT |
ChatGPT subscription |
|
|
All Providers |
Provider API |
|
Each harness page covers:
Choosing a plan (or API account) — what to sign up for and where to track usage.
Authentication — the one-time setup step that allows
FLAREto invoke the agent.Using the harness — configuring the harness in Python for use by
FLARE.Cost tracking — how to track the cost of agent usage.