ai-agent-book 精选快照(<2MB 代码与文档,来自 github.com/bojieli/ai-agent-book)
Build latest book artifacts / build (push) Canceled after 0s
dependency resolution / resolve (3.11) (push) Canceled after 0s
dependency resolution / resolve (3.13) (push) Canceled after 0s
deploy-pages / build (push) Canceled after 0s
deploy-pages / deploy (push) Canceled after 0s
i18n consistency check / check (push) Canceled after 0s
provider adoption tests / test (chapter2/context-compression) (push) Canceled after 0s
provider adoption tests / test (chapter2/prompt-injection) (push) Canceled after 0s
provider adoption tests / test (chapter2/system-hint) (push) Canceled after 0s
provider adoption tests / test (chapter3/log-sanitization) (push) Canceled after 0s
web-search-agent tests / test (push) Canceled after 0s
web-search-agent tests / agentbook (push) Canceled after 0s
Build latest book artifacts / build (push) Canceled after 0s
dependency resolution / resolve (3.11) (push) Canceled after 0s
dependency resolution / resolve (3.13) (push) Canceled after 0s
deploy-pages / build (push) Canceled after 0s
deploy-pages / deploy (push) Canceled after 0s
i18n consistency check / check (push) Canceled after 0s
provider adoption tests / test (chapter2/context-compression) (push) Canceled after 0s
provider adoption tests / test (chapter2/prompt-injection) (push) Canceled after 0s
provider adoption tests / test (chapter2/system-hint) (push) Canceled after 0s
provider adoption tests / test (chapter3/log-sanitization) (push) Canceled after 0s
web-search-agent tests / test (push) Canceled after 0s
web-search-agent tests / agentbook (push) Canceled after 0s
This commit is contained in:
+311
File diff suppressed because one or more lines are too long
+360
File diff suppressed because one or more lines are too long
+373
File diff suppressed because one or more lines are too long
+329
File diff suppressed because one or more lines are too long
+306
File diff suppressed because one or more lines are too long
+52
@@ -0,0 +1,52 @@
|
||||
[
|
||||
{
|
||||
"task_id": 0,
|
||||
"reward": 0.0,
|
||||
"info": {
|
||||
"error": "unsupported format string passed to NoneType.__format__",
|
||||
"traceback": "Traceback (most recent call last):\n File \"/Users/boj/ai-agent-book/projects/week2/prompt-engineering/run_ablation.py\", line 312, in _run\n res = agent.solve(\n ^^^^^^^^^^^^\n File \"/Users/boj/ai-agent-book/projects/week2/prompt-engineering/ablation_agent.py\", line 170, in solve\n print(f\"\\n\ud83d\udcb0 Cost: ${res._hidden_params.get('response_cost', 0):.4f}\")\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nTypeError: unsupported format string passed to NoneType.__format__\n"
|
||||
},
|
||||
"traj": [],
|
||||
"trial": 0
|
||||
},
|
||||
{
|
||||
"task_id": 1,
|
||||
"reward": 0.0,
|
||||
"info": {
|
||||
"error": "unsupported format string passed to NoneType.__format__",
|
||||
"traceback": "Traceback (most recent call last):\n File \"/Users/boj/ai-agent-book/projects/week2/prompt-engineering/run_ablation.py\", line 312, in _run\n res = agent.solve(\n ^^^^^^^^^^^^\n File \"/Users/boj/ai-agent-book/projects/week2/prompt-engineering/ablation_agent.py\", line 170, in solve\n print(f\"\\n\ud83d\udcb0 Cost: ${res._hidden_params.get('response_cost', 0):.4f}\")\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nTypeError: unsupported format string passed to NoneType.__format__\n"
|
||||
},
|
||||
"traj": [],
|
||||
"trial": 0
|
||||
},
|
||||
{
|
||||
"task_id": 2,
|
||||
"reward": 0.0,
|
||||
"info": {
|
||||
"error": "unsupported format string passed to NoneType.__format__",
|
||||
"traceback": "Traceback (most recent call last):\n File \"/Users/boj/ai-agent-book/projects/week2/prompt-engineering/run_ablation.py\", line 312, in _run\n res = agent.solve(\n ^^^^^^^^^^^^\n File \"/Users/boj/ai-agent-book/projects/week2/prompt-engineering/ablation_agent.py\", line 170, in solve\n print(f\"\\n\ud83d\udcb0 Cost: ${res._hidden_params.get('response_cost', 0):.4f}\")\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nTypeError: unsupported format string passed to NoneType.__format__\n"
|
||||
},
|
||||
"traj": [],
|
||||
"trial": 0
|
||||
},
|
||||
{
|
||||
"task_id": 3,
|
||||
"reward": 0.0,
|
||||
"info": {
|
||||
"error": "unsupported format string passed to NoneType.__format__",
|
||||
"traceback": "Traceback (most recent call last):\n File \"/Users/boj/ai-agent-book/projects/week2/prompt-engineering/run_ablation.py\", line 312, in _run\n res = agent.solve(\n ^^^^^^^^^^^^\n File \"/Users/boj/ai-agent-book/projects/week2/prompt-engineering/ablation_agent.py\", line 170, in solve\n print(f\"\\n\ud83d\udcb0 Cost: ${res._hidden_params.get('response_cost', 0):.4f}\")\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nTypeError: unsupported format string passed to NoneType.__format__\n"
|
||||
},
|
||||
"traj": [],
|
||||
"trial": 0
|
||||
},
|
||||
{
|
||||
"task_id": 4,
|
||||
"reward": 0.0,
|
||||
"info": {
|
||||
"error": "unsupported format string passed to NoneType.__format__",
|
||||
"traceback": "Traceback (most recent call last):\n File \"/Users/boj/ai-agent-book/projects/week2/prompt-engineering/run_ablation.py\", line 312, in _run\n res = agent.solve(\n ^^^^^^^^^^^^\n File \"/Users/boj/ai-agent-book/projects/week2/prompt-engineering/ablation_agent.py\", line 170, in solve\n cost = res._hidden_params.get('response_cost', 0) or 0\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nTypeError: unsupported format string passed to NoneType.__format__\n"
|
||||
},
|
||||
"traj": [],
|
||||
"trial": 0
|
||||
}
|
||||
]
|
||||
+296
File diff suppressed because one or more lines are too long
+304
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user