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