Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
C0deMunk33 committed Dec 19, 2024
1 parent e099756 commit 5df43e6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,16 @@ naptha personas persona_name -p "description='Persona description' url='ipfs://Q
naptha personas -d persona_name
```

## Toolsets
Specially marked repos can be ingested directly to be made available to agents. These repos are loaded onto the active node and ran there.

* load from hub: `naptha toolset -lh test toolset:test_toolset`
* load from repo: `naptha toolset -lr test https://github.com/C0deMunk33/test_toolset`
* list toolsets: `naptha toolset`
* set toolset: `naptha toolset -s test`
* get current toolset: `naptha toolset -g`
* Run test function: `naptha toolset -r test add a=1,b=2`

## Inference

```bash
Expand Down

0 comments on commit 5df43e6

Please sign in to comment.