Skip to content

Commit

Permalink
src: add initial agent impl (not working yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
danbev committed Jan 8, 2025
1 parent 221855f commit 4fa61ca
Show file tree
Hide file tree
Showing 6 changed files with 3,594 additions and 0 deletions.
5 changes: 5 additions & 0 deletions agents/llama-cpp-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ and that it is possible to print to the console from the wasm module.

### Agent

### Running the agent
```console
$ make run-agent
```

#### Download model
There is no particular model that is needed for this agent, however is needs
to be an instruction trained model.
Expand Down
Loading

0 comments on commit 4fa61ca

Please sign in to comment.