Commit Graph

  • 0e263f0490 fix: Step 5 — camel-ai reads OPENAI_API_BASE_URL not OPENAI_BASE_URL main Kunthawat Greethong 2026-06-22 11:42:56 +07:00
  • afc7afa2f5 fix: 3 fixes for Step 2, Step 4, Step 5 Kunthawat Greethong 2026-06-22 10:57:57 +07:00
  • 270c92ed05 fix: 3 fixes - camel-ai env var, Thai font, model_config_dict Kunthawat Greethong 2026-06-22 10:20:44 +07:00
  • cfaa6e8b8d fix: pass api_key/base_url via model_config_dict, not env vars Kunthawat Greethong 2026-06-18 20:12:51 +07:00
  • 3ba42db6e2 fix: revert to env var approach for camel-ai LLM config Kunthawat Greethong 2026-06-18 10:33:10 +07:00
  • 31d1ebd49b fix: pass model_type as positional arg to camel-ai ModelFactory.create Kunthawat Greethong 2026-06-18 09:17:34 +07:00
  • b30ed19b16 fix: pass base_url and api_key directly to camel-ai ModelFactory Kunthawat Greethong 2026-06-17 22:30:59 +07:00
  • 7c3e219a6f fix: CSS syntax error in survey-env-warning placement Kunthawat Greethong 2026-06-17 21:58:00 +07:00
  • 7f04bc44fb fix: use correct env var OPENAI_BASE_URL for camel-ai LLM routing Kunthawat Greethong 2026-06-17 21:46:45 +07:00
  • 2bb1afab68 fix: extract actual error message from backend error responses Kunthawat Greethong 2026-06-17 21:40:21 +07:00
  • 5224c6df79 fix: show actual error details in chat error messages Kunthawat Greethong 2026-06-17 21:38:19 +07:00
  • 55a430db62 fix: show env status warning in survey tab + add alert on survey failure Kunthawat Greethong 2026-06-17 21:35:08 +07:00
  • fa3160f67e fix: show visible error alert when survey fails (e.g. simulation env not running) Kunthawat Greethong 2026-06-17 19:37:55 +07:00
  • 431b66fd85 fix: translate remaining Chinese in sim config and profile prompts Kunthawat Greethong 2026-06-17 19:36:05 +07:00
  • 5fcce79361 fix: translate Chinese prompts to English in simulation config and profile generators Kunthawat Greethong 2026-06-17 15:52:38 +07:00
  • bf14c56944 fix: translate ONTOLOGY_SYSTEM_PROMPT from Chinese to English Kunthawat Greethong 2026-06-17 15:32:47 +07:00
  • e766bc625a fix: translate all Chinese prompts to English in zep_tools.py Kunthawat Greethong 2026-06-17 15:28:00 +07:00
  • 8a09a49029 feat: add Thai language support (100% Thai UI) Kunthawat Greethong 2026-06-17 12:38:33 +07:00
  • 9f2232d40b feat: support cross-origin deployment with VITE_API_BASE_URL Kunthawat Greethong 2026-06-17 12:11:22 +07:00
  • aadc11ad83 fix: use relative baseURL so API calls go through vite proxy Kunthawat Greethong 2026-06-17 12:08:04 +07:00
  • cbe861ff27 fix: use allowedHosts=true (boolean), disable open in container Kunthawat Greethong 2026-06-17 11:57:24 +07:00
  • 26cdd14881 fix: use VITE_ALLOWED_HOSTS env var, default to 'all' Kunthawat Greethong 2026-06-17 11:55:56 +07:00
  • 0cdcc79125 fix: allow all hosts in vite dev server Kunthawat Greethong 2026-06-17 11:47:38 +07:00
  • 3ea51d906a fix: allow opinion.moreminimore.com host in vite config Kunthawat Greethong 2026-06-17 11:46:59 +07:00
  • f395309207 feat: add DeepSeek and Xiaomi MiMo LLM provider presets Kunthawat Greethong 2026-06-17 11:13:34 +07:00
  • 96096ea0ff Merge pull request #640 from lllopic/fix/add-type-hints-and-helper-method BaiFu 2026-05-25 00:48:57 +08:00
  • 3f4d56116c fix(backend): constrain Python version to 3.11-3.12 666ghj 2026-05-24 22:59:36 +08:00
  • db1bc144ff Merge pull request #641 from YunyueLi/docs/readme-polish BaiFu 2026-05-24 02:02:46 +08:00
  • faa151131c docs(readme): fix typo in Shanda logo alt text YunyueLi 2026-05-23 16:30:55 +08:00
  • daec4b6be4 refactor: add type hints and FileParser.is_supported() helper lllopic 2026-05-23 14:57:46 +08:00
  • fa0f6519b1 docs: rename README-EN.md to README.md as default English documentation 666ghj 2026-04-02 16:51:30 +08:00
  • 0e9420e0f8 docs: rename README.md to README-ZH.md for Chinese documentation 666ghj 2026-04-02 16:51:10 +08:00
  • 7d07fb7f03 Merge pull request #440 from Ghostubborn/fix/security-deps BaiFu 2026-04-02 15:17:46 +08:00
  • 223b283da7 fix(security): upgrade axios, rollup, picomatch to fix 3 high severity vulnerabilities ghostubborn 2026-04-02 15:00:33 +08:00
  • af71244974 Merge pull request #428 from Ghostubborn/feat/i18n BaiFu 2026-04-02 14:27:04 +08:00
  • ed465908db fix(i18n): set HTML lang attribute before Vue mounts via inline script ghostubborn 2026-04-02 14:14:32 +08:00
  • 65df257e19 chore(deps): upgrade vue-i18n from v9 to v11 ghostubborn 2026-04-02 14:06:25 +08:00
  • f2404903d6 fix(i18n): validate Accept-Language header against registered locales ghostubborn 2026-04-02 14:01:24 +08:00
  • 2421010fe1 fix(i18n): fix English workflow desc font size with correct CSS selectors ghostubborn 2026-04-01 19:11:22 +08:00
  • 3929c3ade2 fix(i18n): further shorten English metrics and improve workflow layout ghostubborn 2026-04-01 19:07:19 +08:00
  • 21922da6cc fix(i18n): improve English layout for homepage left-pane and report title ghostubborn 2026-04-01 19:04:38 +08:00
  • c6cafdd532 fix(i18n): translate world1/world2 platform labels in interview tool display ghostubborn 2026-04-01 18:38:22 +08:00
  • 5072a2eaa8 feat(i18n): replace Chinese UI text in Step4Report.vue render functions ghostubborn 2026-04-01 18:35:18 +08:00
  • 6db3f98a48 fix(i18n): fix English homepage layout with proper font and shorter copy ghostubborn 2026-04-01 18:04:05 +08:00
  • 24e9bee5be feat(i18n): replace all user-visible Chinese logger messages in zep_tools.py ghostubborn 2026-04-01 17:46:39 +08:00
  • e79569ab4f feat(i18n): replace all user-visible Chinese in report_agent.py ghostubborn 2026-04-01 17:44:52 +08:00
  • 1d358fc492 feat(i18n): replace expand/collapse Chinese text in Step4Report.vue ghostubborn 2026-04-01 17:44:45 +08:00
  • e3350a919d fix(graph): enforce PascalCase for entity names and SCREAMING_SNAKE_CASE for edge names in ontology validation 666ghj 2026-04-01 17:42:27 +08:00
  • 380e456d41 fix(i18n): replace hardcoded Chinese stage names in simulation prepare SSE ghostubborn 2026-04-01 17:31:00 +08:00
  • 3a8451c119 feat(i18n): replace remaining hardcoded Chinese in frontend addLog calls ghostubborn 2026-04-01 17:21:55 +08:00
  • 0e55e4cf6b feat(i18n): replace remaining Chinese in config generator and profile generator ghostubborn 2026-04-01 17:19:12 +08:00
  • 7c07237544 fix(i18n): pass locale to background threads via thread-local storage ghostubborn 2026-04-01 16:55:51 +08:00
  • 592ee52f59 feat(i18n): replace remaining hardcoded Chinese in progress callbacks ghostubborn 2026-04-01 16:53:29 +08:00
  • da2490ec31 fix(i18n): protect JSON field values from language instruction in config generator ghostubborn 2026-04-01 16:41:22 +08:00
  • 97aa58384e fix(i18n): ensure ontology names stay PascalCase regardless of language setting ghostubborn 2026-04-01 16:40:17 +08:00
  • e1db8bacc2 feat(i18n): replace hardcoded Chinese in frontend addLog() messages ghostubborn 2026-04-01 16:35:35 +08:00
  • 9d43b77511 feat(i18n): replace hardcoded Chinese in backend SSE progress messages ghostubborn 2026-04-01 16:32:10 +08:00
  • ffe6369c52 fix(i18n): fix curly quotes in Home.vue and remove unused dark theme from LanguageSwitcher ghostubborn 2026-04-01 16:23:52 +08:00
  • f75c6487b3 fix(i18n): replace remaining hardcoded language directives in LLM prompts ghostubborn 2026-04-01 15:55:04 +08:00
  • fbaa3dbbeb fix(i18n): fix curly quotes and missing @ alias in vite config ghostubborn 2026-04-01 15:45:43 +08:00
  • fc47ae81b5 feat(i18n): replace hardcoded Chinese in frontend components with i18n calls ghostubborn 2026-04-01 15:43:11 +08:00
  • 70833821a2 feat(i18n): replace hardcoded Chinese in frontend views with i18n calls ghostubborn 2026-04-01 15:36:29 +08:00
  • 74f673a238 feat(i18n): replace hardcoded Chinese in backend API responses with t() calls ghostubborn 2026-04-01 15:32:24 +08:00
  • 3d5e5d024d feat(i18n): add language switcher component to navigation ghostubborn 2026-04-01 15:24:58 +08:00
  • 8f6110df0f feat(i18n): inject language instruction into LLM system prompts ghostubborn 2026-04-01 15:24:12 +08:00
  • 22bf50f877 feat(i18n): set up vue-i18n with dynamic locale loading ghostubborn 2026-04-01 15:22:14 +08:00
  • 0c18e1aeca feat(i18n): add backend translation utility with shared locale files ghostubborn 2026-04-01 15:22:14 +08:00
  • 2ffadd3038 feat(i18n): add Accept-Language header to all API requests ghostubborn 2026-04-01 15:22:07 +08:00
  • c8a1bd5cbf feat(i18n): add shared translation files and language registry ghostubborn 2026-04-01 15:20:49 +08:00
  • 7c7c7a2c63 fix(deps): pin axios version to prevent potential supply chain risks 666ghj 2026-04-01 14:54:27 +08:00
  • 1536a79334 fix(readme): update Discord link to valid invite URL 666ghj 2026-03-20 10:50:39 +08:00
  • 985f89f49a fix: resolve 500 error caused by <think> tags and markdown code fences in content field from reasoning models like MiniMax/GLM 666ghj 2026-03-06 00:30:31 +08:00
  • a1ff79c0ef Update README 666ghj 2026-03-05 23:22:26 +08:00
  • 85b03d4f0f Update README 666ghj 2026-02-27 17:29:41 +08:00
  • c6cea12774 docs(readme): add live demo section with link to online prediction simulation for both English and Chinese README files 666ghj 2026-02-27 17:27:49 +08:00
  • da6548e96f feat(graph): implement pagination for fetching nodes and edges; add utility functions for streamlined data retrieval 666ghj 2026-02-27 15:53:29 +08:00
  • d30a0a23ef Update README 666ghj 2026-02-25 16:16:24 +08:00
  • 25aa4f75d2 fix(report_agent): refine tool call handling and response validation; enforce strict separation between tool calls and final answers 666ghj 2026-02-24 17:47:44 +08:00
  • a795405428 style(home): add overflow-y property to upload zone and adjust alignment for files 666ghj 2026-02-22 23:40:40 +08:00
  • 040c745c86 feat(readme): add Trendshift badge to README files for repository visibility 666ghj 2026-02-22 23:07:28 +08:00
  • 08ec856a58 fix(report_agent): update max_agents parameter description and enforce maximum limit of 10 agents 666ghj 2026-02-14 18:35:05 +08:00
  • ae1f38cdcc fix(report_agent): improve markdown rendering by cleaning up <br> tags around block-level elements and enhancing list formatting 666ghj 2026-02-14 18:25:20 +08:00
  • ddd9ff2479 feat(report_agent): update report language consistency guidelines; ensure all quoted content is translated to the report language for clarity 666ghj 2026-02-14 18:24:03 +08:00
  • 709a0d7023 feat(report_agent): enhance markdown rendering for lists and improve formatting; support nested lists and clean up HTML output 666ghj 2026-02-14 17:04:04 +08:00
  • 7601d78fd4 feat(report_agent): enhance interview text processing and response handling; improve quote extraction and formatting for better clarity 666ghj 2026-02-14 16:56:48 +08:00
  • dc0a9261d1 feat(report_agent): add detailed tool descriptions and prompts for future prediction report generation 666ghj 2026-02-14 15:16:17 +08:00
  • d2041f6fb8 fix(report_agent): update description of insight_forge tool to remove "最强大" and enhance clarity 666ghj 2026-02-14 14:48:23 +08:00
  • 0a59bace92 fix(report_agent): increase minimum tool call requirement from 2 to 3 per chapter and enhance user prompts to encourage diverse tool usage 666ghj 2026-02-06 19:37:52 +08:00
  • e004fe8f14 fix(report_agent): update tool call requirements in content generation to allow up to 5 tool calls per chapter and clarify user prompts for insufficient data 666ghj 2026-02-06 18:34:19 +08:00
  • f9abaf8e9f refactor(report_agent, Step4Report): simplify logging and remove subsection handling; update UI to reflect changes in section content generation 666ghj 2026-02-06 18:13:30 +08:00
  • 54f1291967 fix(report_agent): handle None responses from LLM during content generation and enforce fallback behavior 666ghj 2026-01-29 17:08:39 +08:00
  • 0b71f89f96 fix(Step2EnvSetup): update expectedTotal only when API returns a valid value to prevent overwriting existing data 666ghj 2026-01-29 10:58:36 +08:00
  • 40f7035947 fix(config): enable overriding of environment variables when loading .env file 666ghj 2026-01-23 16:20:24 +08:00
  • 93e1a592df feat(README): add Docker badge to README files for enhanced visibility of Docker support 666ghj 2026-01-22 19:03:44 +08:00
  • 390c120fef fix(file_parser): handle non-UTF-8 encoded text files with automatic encoding detection 666ghj 2026-01-22 18:28:37 +08:00
  • 0efd9352a0 feat(docker): add Docker support with Dockerfile, docker-compose.yml, and .dockerignore; update README for Docker deployment instructions 666ghj 2026-01-22 14:35:41 +08:00
  • 9556854fbf refactor(.env.example): update LLM API configuration comments for clarity and add usage note 666ghj 2026-01-20 18:05:36 +08:00
  • 94633e1330 refactor(README): update demo video section titles and clarify LLM API configuration instructions 666ghj 2026-01-20 18:02:33 +08:00
  • b0e065ed20 refactor(README): update demo video section to include new financial and political prediction examples 666ghj 2026-01-20 11:25:24 +08:00
  • 824e81e1a4 refactor(README): update demo video section titles for clarity and consistency 666ghj 2026-01-20 11:21:45 +08:00