Source code for chatkit.world open demo

Is the source code for https://chatkit.world/ anywhere? I am trying to get my workflow to perform more like this example but cant figure out how to make a step wait for human input. Any advice would be great.

Hello! chatkit.world is not open source but we are working on building more example ChatKit integrations in this repo: GitHub - openai/openai-chatkit-advanced-samples: Starter app to build with OpenAI ChatKit SDK

The Cat Lounge demo has a similar interaction pattern where the agent poses a question and waits for the user to respond, either in natural language or through a widget action.

Both chatkit.world and Cat Lounge are custom ChatKit integrations that do not use Agent Builder - if the workflow you mentioned is an Agent Builder workflow, then please refer to https://platform.openai.com/docs/guides/node-reference#human-approval

3 Likes