Hi, small docs request.
I started from agent-openai-agents-sdk and was confused about what code is actually project-owned after creating/forking the template.
The backend README says the template comes with a built-in chat UI and that local startup runs both the agent server and chat app. The chat UI also has its own separate template/README. What is not clear is the recommended long-term model once a user starts customizing things.
It would help if the docs explicitly answered:
- what is project-owned vs shared
- how frontend customization is expected to work
- how users are expected to take upstream changes later
- whether users should fork the full
app-templates repo or whether it is supported to derive from a single template
Why this would help:
right now it is easy to misunderstand the relationship between the backend template and the chat UI, which makes customization and upgrades harder than they need to be.
Hi, small docs request.
I started from
agent-openai-agents-sdkand was confused about what code is actually project-owned after creating/forking the template.The backend README says the template comes with a built-in chat UI and that local startup runs both the agent server and chat app. The chat UI also has its own separate template/README. What is not clear is the recommended long-term model once a user starts customizing things.
It would help if the docs explicitly answered:
app-templatesrepo or whether it is supported to derive from a single templateWhy this would help:
right now it is easy to misunderstand the relationship between the backend template and the chat UI, which makes customization and upgrades harder than they need to be.