assister icon indicating copy to clipboard operation
assister copied to clipboard

Private Open General Assistant Platform

Results 9 assister issues
Sort by recently updated
recently updated
newest added

Just musing: ```ts interface Pattern { (matcher: (string | Macro | Pattern)[]): Pattern; resolve(callback: (parsed: string[]) => S): Pattern; convert(descriptor): Pattern; fromString(string: string): Parsable; } interface Parsable { parse: ()...

I've input the code snippets according to instructions in README. ``` :root { /* --header-background-color: gray; */ /* --header-text-color: black; */ } ``` I also tried with the public ip...

bug
help wanted

Hi, Are buttons supported or is there a plan to support buttons? Thanks! Hassan

As soon as I open the UI in browser, the UI displays a message when it normally should do action_listen. **Here's server start:** ubuntu@ip-172-31-27-224$ docker run -p 5005:5005 -v $(pwd):/app...

RFC and implementation for a first draft of `asst` CLI.