Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rybla/llm-sim
A simple state-action framework for using an LLM to interpret vague user instructions into structured actions.
https://github.com/rybla/llm-sim
Last synced: about 7 hours ago
JSON representation
A simple state-action framework for using an LLM to interpret vague user instructions into structured actions.
- Host: GitHub
- URL: https://github.com/rybla/llm-sim
- Owner: rybla
- Created: 2024-07-24T15:09:31.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T17:23:48.000Z (4 months ago)
- Last Synced: 2024-07-25T20:27:19.684Z (3 months ago)
- Language: PureScript
- Size: 388 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# llm-sim-v2
```sh
bun install
bun run build
bun spago run -m $example_module
```where `$example_module` is the name of a module in `src/Examples/`.
For example:
```sh
bun spago run -m Examples.Cli1
```