Closed
Conversation
- Add sim_data_agent package with data analysis agent and tools - Add tools router, MCP servers (postgres, python_exec) - Add frontend tools API and hooks - Update README with upstream relationship and custom additions - Update .gitignore for build artifacts and runtime data - Modify pyproject.toml to include both deerflow and sim_data_agent packages
- Fix package name: sim-data-agent-harness -> deerflow-harness - Use Tsinghua mirror for Python packages in Docker build - Change docker-compose to docker-compose (standalone CLI) - Add PORT environment variable support for nginx - Switch frontend to production build target (fixes inotify watch limit) - Regenerate uv.lock
…/pandas deps - Replace all `from deerflow.*` imports in app/ layer with `from sim_data_agent.*` to fix artifact download 404 (base_dir mismatch: .deer-flow vs .sim-data-agent) - Move pgsql_query_tool connection params from hardcoded to env vars (DB_HOST etc.) - Add psycopg2-binary and pandas to harness dependencies
- Replace all deerflow imports with sim_data_agent in app/ layer - Add Chinese i18n support (zh-CN) and skill name_zh/description_zh fields - Add new skills: minimax-docx, minimax-pdf, minimax-xlsx, pptx-generator, anthropic-frontend-design; remove claude-to-deerflow, ppt-generation - Move pgsql_query_tool to env-based connection params - Add psycopg2-binary and pandas dependencies - Fix MiniMax model base_url (avoid double /v1) - Update nginx config, frontend settings, and tool/skill UI pages
Delete unused landing components and replace root page with a server-side redirect to /workspace.
|
liwxx seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Resolved conflicts: - Dockerfile: keep tsinghua mirror as default UV_INDEX_URL - gateway routers: merge sim_data_agent tools + upstream assistants_compat/thread_runs/runs - threads.py: keep sim_data_agent imports + upstream Store/checkpointer features - docker-compose: keep BETTER_AUTH_SECRET + upstream internal URLs - landing page: kept deleted (intentional removal) - uv.lock: accepted upstream version
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.
No description provided.