"""Default template files seeded into new App Builder workspaces.""" import os _SKILL_PATH = os.path.join(os.path.dirname(__file__), "view_builder_skill.md") with open(_SKILL_PATH) as _f: VIEW_BUILDER_SKILL = _f.read() VIEW_TEMPLATE_INDEX = """\
Describe what you want to build and the agent will update this app.