DeepResearch-Langgraph
使用Langgraph.js开发一个Deep Research深度研究智能体
파일 탐색기
최종 버전 다운로드 (.zip)- agents.mdc
- langgraph.mdc
- llm.mdc
- project-structure.mdc
- project.mdc
- prompts.mdc
- runtime.mdc
- tools.mdc
- typescript-style.mdc
- style.css
- agent.ts
- config.ts
- loader.ts
- reportStyle.ts
- builder.ts
- nodes.ts
- state.ts
- llm.ts
- coder.md
- coordinator.md
- planner.md
- plannerModel.ts
- reporter.md
- researcher.md
- template.ts
- chat.ts
- app.ts
- crawler.ts
- jinaClient.ts
- common.ts
- crawl.ts
- streamingResponse.ts
- workflow.ts
- error.jade
- index.jade
- layout.jade
- implementation-summary.md
- interaction-flow-test.md
- streaming-improvements.md
- testing-thought-block.md
- thought-block-design-system.md
- thought-block-feature.md
- en.json
- zh.json
- deer-hero.svg
- walking_deer.webm
- final-answer.txt
- first-plan.txt
- re-plan.txt
- reasoning-example.txt
- ai-twin-insurance.txt
- china-food-delivery.txt
- eiffel-tower-vs-tallest-building.txt
- github-top-trending-repo.txt
- nanjing-traditional-dishes.txt
- rag.txt
- rental-apartment-decoration.txt
- review-of-the-professional.txt
- ultra-processed-foods.txt
- conversation-starter.tsx
- input-box.tsx
- message-list-view.tsx
- messages-block.tsx
- research-activities-block.tsx
- research-block.tsx
- research-report-block.tsx
- site-header.tsx
- welcome.tsx
- main.tsx
- page.tsx
- jumbotron.tsx
- multi-agent-visualization.tsx
- ray.tsx
- section-header.tsx
- case-study-section.tsx
- core-features-section.tsx
- join-community-section.tsx
- multi-agent-section.tsx
- graph.ts
- index.ts
- mav-store.ts
- playbook.ts
- add-mcp-server-dialog.tsx
- settings-dialog.tsx
- about-en.md
- about-tab.tsx
- about-zh.md
- general-tab.tsx
- index.tsx
- mcp-tab.tsx
- types.ts
- layout.tsx
- page.tsx
- detective.tsx
- enhance.tsx
- report-style.tsx
- fav-icon.tsx
- image.tsx
- language-switcher.tsx
- link.tsx
- loading-animation.module.css
- loading-animation.tsx
- logo.tsx
- markdown.tsx
- message-input.tsx
- rainbow-text.module.css
- rainbow-text.tsx
- report-style-dialog.tsx
- resource-mentions.tsx
- resource-suggestion.tsx
- rolling-text.tsx
- scroll-container.tsx
- theme-provider-wrapper.tsx
- theme-toggle.tsx
- toaster.tsx
- tooltip.tsx
- ai-completion-command.tsx
- ai-selector-commands.tsx
- ai-selector.tsx
- generative-menu-switch.tsx
- color-selector.tsx
- link-selector.tsx
- math-selector.tsx
- node-selector.tsx
- text-buttons.tsx
- extensions.tsx
- image-upload.ts
- index.tsx
- slash-command.tsx
- aurora-text.tsx
- bento-grid.tsx
- border-beam.tsx
- flickering-grid.tsx
- number-ticker.tsx
- shine-border.tsx
- magic.tsx
- accordion.tsx
- badge.tsx
- button.tsx
- card.tsx
- checkbox.tsx
- collapsible.tsx
- command.tsx
- dialog.tsx
- dropdown-menu.tsx
- form.tsx
- input.tsx
- label.tsx
- popover.tsx
- scroll-area.tsx
- select.tsx
- separator.tsx
- sheet.tsx
- skeleton.tsx
- slider.tsx
- switch.tsx
- tabs.tsx
- textarea.tsx
- tooltip.tsx
- theme-provider.tsx
- chat.ts
- hooks.ts
- index.ts
- mcp.ts
- podcast.ts
- prompt-enhancer.ts
- rag.ts
- resolve-service-url.ts
- types.ts
- index.ts
- types.ts
- index.ts
- schema.ts
- types.ts
- utils.ts
- index.ts
- merge-message.ts
- types.ts
- index.ts
- rehype-split-words-into-spans.ts
- get-replay-id.ts
- hooks.ts
- index.ts
- fetch-stream.ts
- index.ts
- StreamEvent.ts
- index.ts
- settings-store.ts
- store.ts
- deep-clone.ts
- index.ts
- json.ts
- markdown.ts
- time.ts
- use-intersection-observer.ts
- use-mobile.ts
- utils.ts
- globals.css
- prosemirror.css
- md.d.ts
- env.js
- i18n.ts
- .dockerignore
- .env.example
- .gitignore
- .npmrc
- components.json
- docker-compose.yml
- Dockerfile
- eslint.config.js
- next.config.js
- package.json
- pnpm-lock.yaml
- postcss.config.js
- prettier.config.js
- README.md
- tsconfig.json
- .env-example
- .gitignore
- conf.yaml
- langgraph.json
- package.json
- pnpm-lock.yaml
- README.md
- tsconfig.json
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/iamouyang21/DeepResearch-Langgraph
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd DeepResearch-Langgraph
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Docker
쉬움 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker compose -f web/docker-compose.yml up -d --build
compose 설정 파일에 정의된 서비스들을 대상으로 명령을 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
3. Node.js
쉬움사전 준비물
pnpm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
pnpm dev
개발/실행 서버를 켭니다.
pnpm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
