-
Notifications
You must be signed in to change notification settings - Fork 1
proposal: 기술 스택 및 프로토타입 제안 #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,76 @@ | ||||||||||
|
|
||||||||||
| ## 기술 스택 | ||||||||||
|
Comment on lines
+1
to
+2
|
||||||||||
|
|
||||||||||
| | 구분 | 선택 | 용도 | 비고 | | ||||||||||
| | ----------- | ---------------------------------------- | --------------- | ------------------------------------------------------------------------------------------------------------------------ | | ||||||||||
| | **프론트엔드** | Next.js + TypeScript + Tailwind CSS | React 기반, UI 구현 | 웹 전용 | | ||||||||||
| | **백엔드** | Python (FastAPI) 또는 Next.js API Routes | 둘 다 Vercel 가능 | LLM 라이브러리와 경제 데이터 분석용 라이브러리(pandas, numpy)도 바로 쓸 수 있음<br>요즘은 TypeScript도 Vercel AI SDK, LangChain.js 잘 되어 있어서 큰 차이 없다고 함 | | ||||||||||
| | **멀티 에이전트** | LangGraph (Python) 또는 Vercel AI SDK (TS) | 토론 로직 구현 | = | | ||||||||||
|
||||||||||
| | **멀티 에이전트** | LangGraph (Python) 또는 Vercel AI SDK (TS) | 토론 로직 구현 | = | | |
| | **멀티 에이전트** | LangGraph (Python) 또는 Vercel AI SDK (TS) | 토론 로직 구현 | 여러 에이전트 간 상태 관리·조율용 프레임워크 | |
Copilot
AI
Jan 26, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "비고" (remarks) field "300초" (300 seconds) for Vercel deployment is unclear. If this refers to a timeout limit, it should be clarified as "서버리스 함수 타임아웃: 300초" or similar. Vercel's free tier has a 10-second timeout, while Pro/Enterprise have different limits. Please clarify what "300초" specifically refers to.
| | **배포** | Vercel | 프론트 + 백엔드 전부 | 300초 | | |
| | **배포** | Vercel | 프론트 + 백엔드 전부 | 서버리스 함수 타임아웃 가정: 300초 (Vercel 플랜에 따라 실제 제한 상이) | |
Copilot
AI
Jan 26, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line appears to be a standalone statement without proper context or section heading. Consider either integrating this into the architecture sections above (A and B) or creating a dedicated section with a heading like "## 입력 방식" to clarify that this applies to both architecture options.
| 입력방식: 자연어 or UI 슬라이더 선택 | |
| ## 입력 방식 | |
| - 자연어 입력 또는 UI 슬라이더 선택 (아키텍처 A/B 공통) |
Copilot
AI
Jan 26, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The prompt section contains informal language ("넌 1500만불을 받는 프로 웹 디자이너야", "네 디자인 실력을 마음껏 발휘해봐") that was used to generate prototypes. While this context is useful, consider reorganizing this section to clearly separate the design requirements from the prompt engineering text. For example, extract the actual service requirements (lines 41-47) into a clean list, and optionally move the raw prompt to an appendix or separate section.
Copilot
AI
Jan 26, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is an extra blank line here. While not a critical issue, removing this would maintain consistent spacing with the rest of the document (where sections are separated by single horizontal rules and no extra blank lines).
Uh oh!
There was an error while loading. Please reload this page.