docs: add comprehensive project documentation in Chinese#612
Open
lightjake wants to merge 1 commit intoValueCell-ai:mainfrom
Open
docs: add comprehensive project documentation in Chinese#612lightjake wants to merge 1 commit intoValueCell-ai:mainfrom
lightjake wants to merge 1 commit intoValueCell-ai:mainfrom
Conversation
Add full project documentation covering: - docs/README.md: project overview, tech stack, quick start guide - docs/architecture.md: system architecture, layer responsibilities, data flow - docs/concepts.md: core concepts (SSE, A2A protocol, HITL, event system, etc.) - docs/notes.md: usage notes, configuration, caveats - docs/backend/core/: orchestrator, planner, super agent, agent connections, conversation management, task management - docs/backend/adapters/: asset data adapters (YFinance, AKShare, AdapterManager) - docs/backend/server/: HTTP server API routes, schemas, DB layer - docs/backend/agents/: Research Agent, Auto Trading Agent, AI Hedge Fund agents - docs/frontend/pages/: frontend pages and routing - docs/frontend/agent-chat/: chat interface components and renderers - docs/frontend/state/: state management (Zustand), SSE client, API layer - docs/examples/: end-to-end usage examples https://claude.ai/code/session_01PXAkfeJgDnDzdeT3hUCzXX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add full project documentation covering:
https://claude.ai/code/session_01PXAkfeJgDnDzdeT3hUCzXX
📝 Pull Request Template
1. Related Issue
Closes # (issue number)
2. Type of Change (select one)
Type of Change: Bug Fix / New Feature / Code Refactor / Documentation Update / Other: __________
3. Description
Please describe the changes made and why they are necessary.
4. Testing
5. Checklist