first commit
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
Fatal error: not all arguments converted during string formatting
|
||||
Traceback (most recent call last):
|
||||
File "/Users/zman/workspace/ai/claude-quickstarts/autonomous-coding/autonomous_agent_demo.py", line 133, in <module>
|
||||
main()
|
||||
~~~~^^
|
||||
File "/Users/zman/workspace/ai/claude-quickstarts/autonomous-coding/autonomous_agent_demo.py", line 114, in main
|
||||
asyncio.run(
|
||||
~~~~~~~~~~~^
|
||||
run_autonomous_agent(
|
||||
^^^^^^^^^^^^^^^^^^^^^
|
||||
...<6 lines>...
|
||||
),
|
||||
^^
|
||||
)
|
||||
^
|
||||
File "/opt/homebrew/Cellar/python@3.14/3.14.3_1/Frameworks/Python.framework/Versions/3.14/lib/python3.14/asyncio/runners.py", line 204, in run
|
||||
return runner.run(main)
|
||||
~~~~~~~~~~^^^^^^
|
||||
File "/opt/homebrew/Cellar/python@3.14/3.14.3_1/Frameworks/Python.framework/Versions/3.14/lib/python3.14/asyncio/runners.py", line 127, in run
|
||||
return self._loop.run_until_complete(task)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
|
||||
File "/opt/homebrew/Cellar/python@3.14/3.14.3_1/Frameworks/Python.framework/Versions/3.14/lib/python3.14/asyncio/base_events.py", line 719, in run_until_complete
|
||||
return future.result()
|
||||
~~~~~~~~~~~~~^^
|
||||
File "/Users/zman/workspace/ai/claude-quickstarts/autonomous-coding/agent.py", line 354, in run_autonomous_agent
|
||||
task_labels = " ".join(style(f"[{tid}]", BOLD, task_color(tid)) for tid in task_ids)
|
||||
File "/Users/zman/workspace/ai/claude-quickstarts/autonomous-coding/agent.py", line 354, in <genexpr>
|
||||
task_labels = " ".join(style(f"[{tid}]", BOLD, task_color(tid)) for tid in task_ids)
|
||||
~~~~~~~~~~^^^^^
|
||||
File "/Users/zman/workspace/ai/claude-quickstarts/autonomous-coding/colors.py", line 87, in task_color
|
||||
return _TASK_COLORS[task_id % len(_TASK_COLORS)]
|
||||
~~~~~~~~^~~~~~~~~~~~~~~~~~~
|
||||
TypeError: not all arguments converted during string formatting
|
||||
Reference in New Issue
Block a user