modelscope / agentscope

Start building LLM-empowered multi-agent applications in an easier way.
https://doc.agentscope.io/
Apache License 2.0
4.81k stars 294 forks source link

Neurosymbolic qa with wolfram alpha api #396

Open zyzhang1130 opened 1 month ago

zyzhang1130 commented 1 month ago

name: Pull Request about: Create a pull request

Description

This example illustrates two agents solving a problem that requires mathematical reasoning. For comparison, one agent has access to a suite of Wolfram Alpha APIs, while the other does not. The agent with access consistently solves the problem, whereas the one without access frequently fails to provide the correct answer.

Checklist

Please check the following items before code is ready to be reviewed.