Create a Hello World Extension
Prerequisites
1. Compose up the servers
docker compose up....
Attaching to ten_agent_dev, ten_agent_playground
ten_agent_dev | cd agents && tman designer
ten_agent_dev | :-) Starting server at http://0.0.0.0:49483
ten_agent_playground | ▲ Next.js 14.2.4
ten_agent_playground | - Local: http://localhost:3000
ten_agent_playground | - Network: http://0.0.0.0:3000
ten_agent_playground |
ten_agent_playground | ✓ Starting...
ten_agent_playground | ✓ Ready in 429ms
...2. Enter the docker container
3. Create the hello world extension
4. Adding API to the extension
5. Build the extension
6. Restart the server

7. Verify the extension
Last updated