Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.05 KB

SOMMELIER.md

File metadata and controls

21 lines (14 loc) · 1.05 KB

Sommelier Team README

Plugin Submodule

The plugin-somm directory is a git submodule of this private repo. After first cloning, ensure you have an ssh key from your host registered on your Github account, and then run

git submodule update --init --recursive

To update the submodule when changes occur upstream, run

git submodule update --recursive --remote

Notes

  • Eliza is built on top of the AI SDK by Vercel
  • generateObjectV2() for requiring a structured response from an LLM
  • The runtime can provide a State in plugin handlers. A State is basically just a formatted prompt with all of the context you pass into it, which can be included in the LLM prompt to inform its response. See the composeState method