Add ability to make LLM agent forget the conversation history
This is extremely useful for testing. In order to do this I needed to actually deploy the migration to a bob fork so I could start to add support for behaviors I really want. Specifically the ability to search for ids in a slice.
This commit is contained in:
parent
b8e7b9b7fd
commit
a68b8781e7
302 changed files with 1428 additions and 1256 deletions
|
|
@ -11,12 +11,12 @@ import (
|
|||
|
||||
//"github.com/georgysavva/scany/v2/pgxscan"
|
||||
//"github.com/jackc/pgx/v5"
|
||||
"github.com/Gleipnir-Technology/bob"
|
||||
"github.com/jackc/pgx/v5/pgxpool"
|
||||
"github.com/jackc/pgx/v5/stdlib"
|
||||
_ "github.com/jackc/pgx/v5/stdlib"
|
||||
"github.com/pressly/goose/v3"
|
||||
"github.com/rs/zerolog/log"
|
||||
"github.com/stephenafamo/bob"
|
||||
)
|
||||
|
||||
//go:embed migrations/*.sql
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue