Try ActionKit in the AI Agent Playground, a sandbox to test chatting with an agent that has access to ActionKit tools.
pnpm
available in $PATH (Install instructions)How do I find my Project ID?
.env.example
into a .env.local
file:
.env.local
file, provide your values for OPENAI_API_KEY, PARAGON_SIGNING_KEY, and NEXT_PUBLIC_PARAGON_PROJECT_ID.
Finally, run Playground:
Error: Invalid keyData
.env.local
file (copied from .env.example
) that includes a value for PARAGON_SIGNING_KEY
. The value should be on one line, separated with \n
.Integrations are not loading
NEXT_PUBLIC_PARAGON_PROJECT_ID
and PARAGON_SIGNING_KEY
.Integrations are not appearing
Error generating response. An unknown error occurred.
pnpm dev
to see any possible errors.If you are getting rate limit errors associated with your OpenAI account, the chat may stop or fail to save once the conversation reaches a certain length, or if you select too many tools at once.