Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 553 Bytes

File metadata and controls

35 lines (24 loc) · 553 Bytes

ML Agent Framework

Multi-provider ML workflow automation framework supporting Claude, OpenAI, and more via plugins.

Installation

pip install ml-agent

Quick Start

# List providers
ml-agent list-providers

# Validate credentials
ml-agent validate-auth --provider claude

# Run workflow
ml-agent run \
  --provider claude \
  --workflow arxiv-dataset \
  --config config.yaml

Documentation

License

Apache 2.0