removing regression in function serialization storing lmps by default, newkine formatting, etc

This commit is contained in:
William Guss
2024-07-30 21:54:52 -07:00
parent 71bc19327e
commit 66fa72cd3b
7 changed files with 68 additions and 65 deletions

View File

@@ -124,10 +124,11 @@ You can then visualize your promtps by visiting the frontend on `http://localhos
### Bugs
- [ ] Fix weird rehashing issue of the main prompt whenever subprompt changes? Or just make commits more of a background deal.
- [ ] Trace not writing on first invoc.
- [x] Trace not writing on first invoc.
- [ ] Rewrite lexical closures
- [ ] Serialize lkstrs in the jkson dumps in pyhton the same way as the db serializers them for the frontend (\_\_lstr vs SerialziedLstr) <- these are pydantic models and so we can reuse them
- [ ] handle failure to serialize.
- [ ] Unify cattrs deserialziation and serialization its fucked right now.
## Tests