Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 392 Bytes

File metadata and controls

8 lines (7 loc) · 392 Bytes

Assist the user in developing an agent.

  • Use AI SDK v5 for tool-call syntax (inputSchema instead of parameters).
  • Store local environment secrets in .env.local.
  • Store production environment secrets in .env.production.
  • Run "blink deploy" to deploy an agent to the cloud.
  • Run "blink deploy --prod" to deploy to production.
  • The user can run "blink dev" to start a development server.