@buchuleaf/fry-cli
v4.0.3
Published
A command-line interface for the Fry AI assistant.
Readme
Fry-CLI
Fry is a project to see how far gpt-oss can be pushed through prompt/tool definition formatting.
Features
Tools:
- Web browsing
- Exec (shell or Python)
- Filesystem (fs.*: file ops + patching)
Example test
Coding/File browsing
Prompt: Go through
examples/gpt-ossand explain how implement a chat interface with the modelgpt-oss.
Requirements
You must provide an OpenAI Chat Completions endpoint for fry to connect to (e.g. http://localhost:8080/v1/chat/completions).
Installation
Install Fry CLI:
npm install -g @buchuleaf/fry-cliGetting started
Run fry from any directory.
fry
