You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The usage issue is not resolved by updating to the latest stable version in the main branch.
Describe your current environment
macOS
Python 3.10.15
Describe the bug
Description
When running math_agent, the system throws 'NoneType' object has no attribute 'replace' error during agent status checks, despite successful agent download and cache.
Checked other resources
Describe your current environment
macOS
Python 3.10.15
Describe the bug
Description
When running math_agent, the system throws
'NoneType' object has no attribute 'replace'
error during agent status checks, despite successful agent download and cache.Steps to Reproduce
run-agent --llm_name gpt-4o-mini --llm_backend openai --agent_name_or_path example/math_agent --task "Expand the expression (3x + 2)(4x - 5)" --aios_kernel_url http://localhost:8000
INFO: 127.0.0.1:65511 - "POST /agents/submit HTTP/1.1" 200 OK
Saved agent to cache: /Users/xiangzhang/Library/Caches/cerebrum/example/math_agent/0-0-1.agent
Agent example/math_agent (v0.0.1) downloaded and cached successfully.
Installing dependencies for agent. Writing to /Users/xiangzhang/Library/Caches/cerebrum/example/math_agent/0-0-1.log
'NoneType' object has no attribute 'replace'
INFO: 127.0.0.1:65512 - "GET /agents/420517/status HTTP/1.1" 200 OK
Expected Behavior
Actual Behavior
The text was updated successfully, but these errors were encountered: