Skip to content

Releases: FyodorovAI/fyodorov-cli

Support Ollama for local models

Choose a tag to compare

@dantheman0207 dantheman0207 released this 14 Mar 16:10

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

Choose a tag to compare

@dantheman0207 dantheman0207 released this 12 Mar 20:42

Initial release of toolbar and small updates to CLI tool.

A.K.A. Danne's release.

Fix issues with signup

Choose a tag to compare

@dantheman0207 dantheman0207 released this 06 Mar 20:31

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

Pre-release

Choose a tag to compare

@dantheman0207 dantheman0207 released this 06 Mar 10:25

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

Pre-release

Choose a tag to compare

@dantheman0207 dantheman0207 released this 03 Mar 23:05

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

More and better flags Pre-release
Pre-release

Choose a tag to compare

@dantheman0207 dantheman0207 released this 27 Feb 21:38

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

Pre-release

Choose a tag to compare

@dantheman0207 dantheman0207 released this 26 Feb 13:49
make it more consistent

0.0.1

0.0.1 Pre-release
Pre-release

Choose a tag to compare

@dantheman0207 dantheman0207 released this 25 Feb 16:02

Just to get a feel for the CLI