원클릭으로
webapp
Add or modify the genai-tk Streamlit webapp, pages, navigation, UI components, and genai_tk:// page references.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Add or modify the genai-tk Streamlit webapp, pages, navigation, UI components, and genai_tk:// page references.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build or modify LangChain, DeepAgent, DeerFlow profiles, agent tools, middleware, checkpointing, skills wiring, and the shared harness layer in genai-tk.
Work on BAML structured extraction, BAML CLI commands, processors, utilities, and Prefect BAML workflow integration in genai-tk.
Work on browser automation, sandbox browser tools, direct Playwright tools, AioSandbox backend, and sandbox CLI support in genai-tk.
Add or modify genai-tk Typer CLI commands, dynamic command registration, project scaffolding, and generated Copilot/agent support files.
Work on genai-tk OmegaConf configuration, profiles, overrides, env substitution, and config discovery. Use when editing config/*.yaml or genai_tk.config_mgmt.config_mngr.
Work on core LLM, embeddings, vector store, provider, cache, prompt, and retriever factories in genai-tk. Use when editing genai_tk/core or provider configuration.
| name | webapp |
| description | Add or modify the genai-tk Streamlit webapp, pages, navigation, UI components, and genai_tk:// page references. |
docs/webapp.mdgenai_tk/webapp/main/streamlit.pygenai_tk/webapp/ui_components/genai_tk/webapp/pages/config/webapp.yaml| Concern | Paths |
|---|---|
| App entry point | genai_tk/webapp/main/streamlit.py |
| Built-in pages | genai_tk/webapp/pages/ |
| Shared UI components | genai_tk/webapp/ui_components/ |
| Navigation and app config | config/webapp.yaml |
| Streamlit utilities | genai_tk/utils/streamlit/ |
genai_tk/webapp/pages/... or project pages under the generated package.config/webapp.yaml navigation.genai_tk.webapp.ui_components for LLM selectors, agent layout, traces, and message rendering.just webapp
uv run python -m streamlit run genai_tk/webapp/main/streamlit.py
ui_components/.