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
This code sets up a basic window with Pygame and runs an event loop that listens for the QUIT event to close the game. We'll build on this foundation by adding more features like cards, dealing functionality, and game logic in subsequent steps.
2025-03-23 00:06:08.471 | INFO | app.agent.toolcall:think:81 - 🛠️ Manus selected 0 tools to use
2025-03-23 00:06:08.471 | INFO | app.agent.base:run:140 - Executing step 4/20
2025-03-23 00:09:19.972 | INFO | app.llm:update_token_count:250 - Token usage: Input=2862, Completion=1025, Cumulative Input=8996, Cumulative Completion=2299, Total=3887, Cumulative Total=11295
2025-03-23 00:09:19.973 | INFO | app.agent.toolcall:think:80 - ✨ Manus's thoughts:
2025-03-23 00:09:19.973 | INFO | app.agent.toolcall:think:81 - 🛠️ Manus selected 3 tools to use
2025-03-23 00:09:19.973 | INFO | app.agent.toolcall:think:85 - 🧰 Tools being prepared: ['browser_use', 'browser_use', 'browser_use']
2025-03-23 00:09:19.973 | INFO | app.agent.toolcall:think:88 - 🔧 Tool arguments: {"action":"go_to_url","url":"https://www.google.com/search?q=free+playing+card+images"}
2025-03-23 00:09:19.973 | INFO | app.agent.toolcall:execute_tool:179 - 🔧 Activating tool: 'browser_use'...
2025-03-23 00:09:24.979 | INFO | app.agent.toolcall:act:149 - 🎯 Tool 'browser_use' completed its mission! Result: Observed output of cmd browser_use executed:
Navigated to https://www.google.com/search?q=free+playing+card+images
2025-03-23 00:09:24.979 | INFO | app.agent.toolcall:execute_tool:179 - 🔧 Activating tool: 'browser_use'...
it shows that still use www.google.com as search engine but config.toml was selected search engine as Baidu.
In my opinion, the source code of Baidu Search was not completed yet. Let's see the source code and it is almost same as Google Search. However, Bing Search should be working based on the source code of Bing Search. Please give it a try with Bing Search.
Bug Description
This code sets up a basic window with Pygame and runs an event loop that listens for the QUIT event to close the game. We'll build on this foundation by adding more features like cards, dealing functionality, and game logic in subsequent steps.
2025-03-23 00:06:08.471 | INFO | app.agent.toolcall:think:81 - 🛠️ Manus selected 0 tools to use
2025-03-23 00:06:08.471 | INFO | app.agent.base:run:140 - Executing step 4/20
2025-03-23 00:09:19.972 | INFO | app.llm:update_token_count:250 - Token usage: Input=2862, Completion=1025, Cumulative Input=8996, Cumulative Completion=2299, Total=3887, Cumulative Total=11295
2025-03-23 00:09:19.973 | INFO | app.agent.toolcall:think:80 - ✨ Manus's thoughts:
2025-03-23 00:09:19.973 | INFO | app.agent.toolcall:think:81 - 🛠️ Manus selected 3 tools to use
2025-03-23 00:09:19.973 | INFO | app.agent.toolcall:think:85 - 🧰 Tools being prepared: ['browser_use', 'browser_use', 'browser_use']
2025-03-23 00:09:19.973 | INFO | app.agent.toolcall:think:88 - 🔧 Tool arguments: {"action":"go_to_url","url":"https://www.google.com/search?q=free+playing+card+images"}
2025-03-23 00:09:19.973 | INFO | app.agent.toolcall:execute_tool:179 - 🔧 Activating tool: 'browser_use'...
2025-03-23 00:09:24.979 | INFO | app.agent.toolcall:act:149 - 🎯 Tool 'browser_use' completed its mission! Result: Observed output of cmd
browser_use
executed:Navigated to https://www.google.com/search?q=free+playing+card+images
2025-03-23 00:09:24.979 | INFO | app.agent.toolcall:execute_tool:179 - 🔧 Activating tool: 'browser_use'...
it shows that still use www.google.com as search engine but config.toml was selected search engine as Baidu.
Bug solved method
is this a bug?
Environment information
pip install -r requirements.txt
orpip install -e .
): uv pip install -r requirements.txtExtra information
The text was updated successfully, but these errors were encountered: