Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 415 Bytes

notes.md

File metadata and controls

9 lines (9 loc) · 415 Bytes

Notes

  • Look if things run in memory and how to isolate for large workflows -> e.g. funcA(funcB(...)) -> funcA(...) -> funcB(...)
  • Side effects/mutations
  • Creating a data model for communication between functions + schema validation -> autogenerate?
  • Logging
  • Alerting on error
  • Add a compile method to derive data models and tool descriptions
  • Docker
  • simple chat memory