Use a lightweight ChatGPT-Codex style UI to submit a coding task to your SWE agent
.env
file and fill in the following:
xpander init
, ensure that xpander_handler.py is running. Otherwise, events will be routed to the serverless hosting.my-github-user-name/apps-by-agents
in one-shot, single commit.”Your coding agent will push the app to your forked repo, afterwards you’ll create a PR to the original repo.Prompt Examples for apps-by-agents
⏳ Note: Task execution takes a few minutes - sit back, relax, and watch the agent work its magic. Codex may split the task into multiple sub-tasks that can take up to 15 minutes. If it takes more than 15 minutes, just let it run in the background and proceed with the rest of the workshop.
How does this work?
createTask()
in workers/xpanderWorker.ts
useTask()
and useLogs()
in hooks/
Dashboard
: task list and creationTaskDetails
: real-time updates, logs, messageslogs.xpander.ai
micro-service.The frontend fetches these logs through polling (every 2s) using the SDK inside a Web Worker.💡 A task can include multiple threads - each representing a conversation or execution chain tied to your agent.