discourse-ai/lib
Sam 7edb57c005
DEV: simplify command framework (#125)
The command framework had some confusing dispatching where it would dispatch
JSON blobs, this meant there was lots of parsing required in every command

The refactor handles transforming the args prior to dispatch which makes
consuming far simpler

This is also general prep to supporting some basic command framework in other
llms.
2023-08-04 09:37:58 +10:00
..
discourse_ai FEATURE: Composer AI helper (#8) 2023-03-15 17:02:20 -03:00
modules DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00
shared FEATURE: Add support for StableBeluga and Upstage Llama2 instruct (#126) 2023-08-03 15:29:30 -03:00
tasks/modules PERF: .find_each instead of .find to save us from memory allocation peaks 2023-07-13 18:59:25 -03:00