Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```