Releases: FyodorovAI/fyodorov-cli
Release list
Support Ollama for local models
Now supports running local models using Ollama, and using them via Gagarin. You will need to run the toolbar version. Local models are not yet supported on Windows, but have been tested on Mac and should work just fine on most linux distributions (but you may need to build your own binary for linux). Models are automatically created under the ollama provider using their local names, i.e., gemma:2b.
Here's an example config for using gemma:2b locally:
version: 0.0.1
agents:
- name: local_demo
description: My agent for demoing Fyodorov with local model
model: gemma:2b
prompt: My name is Daniel. Ask me if I'm enjoying Fyodorov AI so far.Alpha build v0.4.2
Initial release of toolbar and small updates to CLI tool.
A.K.A. Danne's release.
Fix issues with signup
This fixes issues when signing up via the command line. You should now be able to create a new account with ./fyodorov auth.
Alpha release for onboarding
This release includes all functionality for signing up, deploying infrastructure, and interacting with agents.
For the full documentation on how to use it check the readme
Alpha release for early testers
Sign up with fyodorov auth then deploy an example config with fyodorov deploy test_config.yml.
Check the readme for instructions: https://github.com/FyodorovAI
More and better flags
Here's an example config file:
version: 0.0.1
tools:
- name: kustomize
name_for_ai: kustomize
description: kustomize
description_for_ai: kustomize
api:
type: openapi
url: https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/api/openapi-spec/swagger.json
logo_url: https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/images/kustomize.png
contact_email: 9h8Ue@example.com
legal_info_url: https://github.com/kubernetes-sigs/kustomize/blob/master/LICENSE
auth:
type: "none"You can run this command to test this configuration (assuming you save it as test_config.yaml:
./fyodorov deploy --dry-run test_config.yaml --set "tools[0].name=test_name,tools[0].api.type=test_api_type"0.1.0 Deploy from single config
make it more consistent
0.0.1
Just to get a feel for the CLI