Skip to content

rn1024/asw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asw

A simple registry manager for AI services inspired by nrm. All dependencies are bundled locally so you can run without installation.

Installation

chmod +x bin/asw

Usage

./bin/asw add <profile> --tool <tool> --url <baseURL> --model <modelId> [--key <apiKey>|--key-env <ENV>]
./bin/asw use <profile>
./bin/asw ls
./bin/asw current
./bin/asw rm <profile>
./bin/asw key <profile>

Run ./bin/asw --help for command information.

Testing

npm test

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published