Quellcode durchsuchen

fix: 解决缓存文件冲突,更新gitignore

zsh vor 2 Wochen
Ursprung
Commit
38a925f4e5
52 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      .gitignore
  2. BIN
      algo/src/finrep_algo_agent/__pycache__/__init__.cpython-312.pyc
  3. BIN
      algo/src/finrep_algo_agent/__pycache__/main.cpython-312.pyc
  4. BIN
      algo/src/finrep_algo_agent/api/__pycache__/__init__.cpython-312.pyc
  5. BIN
      algo/src/finrep_algo_agent/api/__pycache__/deps.cpython-312.pyc
  6. BIN
      algo/src/finrep_algo_agent/api/routers/__pycache__/__init__.cpython-312.pyc
  7. BIN
      algo/src/finrep_algo_agent/api/routers/__pycache__/debug.cpython-312.pyc
  8. BIN
      algo/src/finrep_algo_agent/api/routers/__pycache__/health.cpython-312.pyc
  9. BIN
      algo/src/finrep_algo_agent/api/routers/__pycache__/outline.cpython-312.pyc
  10. BIN
      algo/src/finrep_algo_agent/api/routers/__pycache__/rag.cpython-312.pyc
  11. BIN
      algo/src/finrep_algo_agent/api/routers/__pycache__/section.cpython-312.pyc
  12. BIN
      algo/src/finrep_algo_agent/config/__pycache__/__init__.cpython-312.pyc
  13. BIN
      algo/src/finrep_algo_agent/config/__pycache__/settings.cpython-312.pyc
  14. BIN
      algo/src/finrep_algo_agent/llm/__pycache__/__init__.cpython-312.pyc
  15. BIN
      algo/src/finrep_algo_agent/llm/__pycache__/client.cpython-312.pyc
  16. BIN
      algo/src/finrep_algo_agent/llm/client/__pycache__/client.cpython-312.pyc
  17. BIN
      algo/src/finrep_algo_agent/prompts/__pycache__/__init__.cpython-312.pyc
  18. BIN
      algo/src/finrep_algo_agent/prompts/__pycache__/builders.cpython-312.pyc
  19. BIN
      algo/src/finrep_algo_agent/prompts/builders/__pycache__/__init__.cpython-312.pyc
  20. BIN
      algo/src/finrep_algo_agent/rag/__pycache__/__init__.cpython-312.pyc
  21. BIN
      algo/src/finrep_algo_agent/rag/ingestion/__pycache__/__init__.cpython-312.pyc
  22. BIN
      algo/src/finrep_algo_agent/rag/ingestion/__pycache__/chunking.cpython-312.pyc
  23. BIN
      algo/src/finrep_algo_agent/rag/ingestion/__pycache__/file_extract.cpython-312.pyc
  24. BIN
      algo/src/finrep_algo_agent/rag/retrieval/__pycache__/__init__.cpython-312.pyc
  25. BIN
      algo/src/finrep_algo_agent/rag/retrieval/__pycache__/formatting.cpython-312.pyc
  26. BIN
      algo/src/finrep_algo_agent/rag/retrieval/__pycache__/similarity.cpython-312.pyc
  27. BIN
      algo/src/finrep_algo_agent/rag/vectorstore/__pycache__/__init__.cpython-312.pyc
  28. BIN
      algo/src/finrep_algo_agent/rag/vectorstore/__pycache__/store.cpython-312.pyc
  29. BIN
      algo/src/finrep_algo_agent/schemas/__pycache__/__init__.cpython-312.pyc
  30. BIN
      algo/src/finrep_algo_agent/schemas/__pycache__/outline.cpython-312.pyc
  31. BIN
      algo/src/finrep_algo_agent/schemas/__pycache__/rag.cpython-312.pyc
  32. BIN
      algo/src/finrep_algo_agent/schemas/__pycache__/section.cpython-312.pyc
  33. BIN
      algo/src/finrep_algo_agent/skills/__pycache__/__init__.cpython-312.pyc
  34. BIN
      algo/src/finrep_algo_agent/skills/__pycache__/outline_l1.cpython-312.pyc
  35. BIN
      algo/src/finrep_algo_agent/skills/__pycache__/outline_l2.cpython-312.pyc
  36. BIN
      algo/src/finrep_algo_agent/skills/__pycache__/section_gen.cpython-312.pyc
  37. BIN
      algo/src/finrep_algo_agent/skills/outline_l1/__pycache__/__init__.cpython-312.pyc
  38. BIN
      algo/src/finrep_algo_agent/skills/outline_l1/__pycache__/outline_l1.cpython-312.pyc
  39. BIN
      algo/src/finrep_algo_agent/skills/outline_l2/__pycache__/__init__.cpython-312.pyc
  40. BIN
      algo/src/finrep_algo_agent/skills/outline_l2/__pycache__/batch.cpython-312.pyc
  41. BIN
      algo/src/finrep_algo_agent/skills/outline_l2/__pycache__/outline_l2.cpython-312.pyc
  42. BIN
      algo/src/finrep_algo_agent/skills/rag_retrieve/__pycache__/__init__.cpython-312.pyc
  43. BIN
      algo/src/finrep_algo_agent/skills/rag_retrieve/__pycache__/rag_service.cpython-312.pyc
  44. BIN
      algo/src/finrep_algo_agent/skills/section_gen/__pycache__/__init__.cpython-312.pyc
  45. BIN
      algo/src/finrep_algo_agent/skills/section_gen/__pycache__/section_gen.cpython-312.pyc
  46. BIN
      algo/tests/__pycache__/__init__.cpython-312.pyc
  47. BIN
      algo/tests/__pycache__/test_health.cpython-312-pytest-9.0.2.pyc
  48. BIN
      algo/tests/__pycache__/test_outline_l2_batch.cpython-312-pytest-9.0.2.pyc
  49. BIN
      algo/tests/__pycache__/test_outline_l2_s2_skip_llm.cpython-312-pytest-9.0.2.pyc
  50. BIN
      algo/tests/__pycache__/test_prompts.cpython-312-pytest-9.0.2.pyc
  51. BIN
      algo/tests/__pycache__/test_rag.cpython-312-pytest-9.0.2.pyc
  52. BIN
      algo/tests/__pycache__/test_section_rag.cpython-312-pytest-9.0.2.pyc

+ 2 - 0
.gitignore

@@ -5,3 +5,5 @@ algo/.venv/
 **/target/
 **/target/
 /logs
 /logs
 algo/py312
 algo/py312
+__pycache__/
+*.pyc

BIN
algo/src/finrep_algo_agent/__pycache__/__init__.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/__pycache__/main.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/api/__pycache__/__init__.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/api/__pycache__/deps.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/api/routers/__pycache__/__init__.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/api/routers/__pycache__/debug.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/api/routers/__pycache__/health.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/api/routers/__pycache__/outline.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/api/routers/__pycache__/rag.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/api/routers/__pycache__/section.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/config/__pycache__/__init__.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/config/__pycache__/settings.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/llm/__pycache__/__init__.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/llm/__pycache__/client.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/llm/client/__pycache__/client.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/prompts/__pycache__/__init__.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/prompts/__pycache__/builders.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/prompts/builders/__pycache__/__init__.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/rag/__pycache__/__init__.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/rag/ingestion/__pycache__/__init__.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/rag/ingestion/__pycache__/chunking.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/rag/ingestion/__pycache__/file_extract.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/rag/retrieval/__pycache__/__init__.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/rag/retrieval/__pycache__/formatting.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/rag/retrieval/__pycache__/similarity.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/rag/vectorstore/__pycache__/__init__.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/rag/vectorstore/__pycache__/store.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/schemas/__pycache__/__init__.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/schemas/__pycache__/outline.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/schemas/__pycache__/rag.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/schemas/__pycache__/section.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/skills/__pycache__/__init__.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/skills/__pycache__/outline_l1.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/skills/__pycache__/outline_l2.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/skills/__pycache__/section_gen.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/skills/outline_l1/__pycache__/__init__.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/skills/outline_l1/__pycache__/outline_l1.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/skills/outline_l2/__pycache__/__init__.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/skills/outline_l2/__pycache__/batch.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/skills/outline_l2/__pycache__/outline_l2.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/skills/rag_retrieve/__pycache__/__init__.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/skills/rag_retrieve/__pycache__/rag_service.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/skills/section_gen/__pycache__/__init__.cpython-312.pyc


BIN
algo/src/finrep_algo_agent/skills/section_gen/__pycache__/section_gen.cpython-312.pyc


BIN
algo/tests/__pycache__/__init__.cpython-312.pyc


BIN
algo/tests/__pycache__/test_health.cpython-312-pytest-9.0.2.pyc


BIN
algo/tests/__pycache__/test_outline_l2_batch.cpython-312-pytest-9.0.2.pyc


BIN
algo/tests/__pycache__/test_outline_l2_s2_skip_llm.cpython-312-pytest-9.0.2.pyc


BIN
algo/tests/__pycache__/test_prompts.cpython-312-pytest-9.0.2.pyc


BIN
algo/tests/__pycache__/test_rag.cpython-312-pytest-9.0.2.pyc


BIN
algo/tests/__pycache__/test_section_rag.cpython-312-pytest-9.0.2.pyc