Multi-provider ML workflow automation framework supporting Claude, OpenAI, and more via plugins.
pip install ml-agent# 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.yamlApache 2.0