test_output.log 1.3 KB

123456789101112131415161718192021222324252627
  1. docstring_parser not installed, using fallback docstring parsing
  2. ================================================================================
  3. 集成测试 5: 用户认证模块实现(强制评估)
  4. ================================================================================
  5. [1] 任务加载完成
  6. 任务文件: /Users/elksmmx/Desktop/Agent/examples/integration_test_5/task.prompt
  7. [2] 启动 Agent...
  8. Traceback (most recent call last):
  9. File "/Users/elksmmx/Desktop/Agent/examples/integration_test_5/run.py", line 209, in <module>
  10. asyncio.run(main())
  11. ~~~~~~~~~~~^^^^^^^^
  12. File "/Users/elksmmx/miniconda3/lib/python3.13/asyncio/runners.py", line 195, in run
  13. return runner.run(main)
  14. ~~~~~~~~~~^^^^^^
  15. File "/Users/elksmmx/miniconda3/lib/python3.13/asyncio/runners.py", line 118, in run
  16. return self._loop.run_until_complete(task)
  17. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
  18. File "/Users/elksmmx/miniconda3/lib/python3.13/asyncio/base_events.py", line 725, in run_until_complete
  19. return future.result()
  20. ~~~~~~~~~~~~~^^
  21. File "/Users/elksmmx/Desktop/Agent/examples/integration_test_5/run.py", line 108, in main
  22. store.event_handlers.append(on_event)
  23. ^^^^^^^^^^^^^^^^^^^^
  24. AttributeError: 'FileSystemTraceStore' object has no attribute 'event_handlers'