PraisonAI icon indicating copy to clipboard operation
PraisonAI copied to clipboard

secondary-market-research-api.py -- getting EMPTY report summary

Open sureshtmca opened this issue 6 months ago • 1 comments

hello @MervinPraison

just ran this API, all good to run from swagger UI, but getting empty report. Am i missing anything please.

doubt is, though agents are created here, there is not agents.start()

should i have a client.py and invoke this ? suggest pls

Note: running code as-is

sureshtmca avatar Jun 07 '25 13:06 sureshtmca

@sureshtmca can you please provide me the full code , i will run and test it myself.

MervinPraison avatar Jun 07 '25 23:06 MervinPraison

Hello @MervinPraison This is an example code from your repo only please. Here is the link: examples/python/api/secondary-market-research-api.py

sureshtmca avatar Jun 08 '25 02:06 sureshtmca

@sureshtmca Please get the latest update and it should work now .

Also note that we are using the internet search tool Tools.internet_search, its using duckduck search . It has a limit.

So intead of duckducksearch try using other search such as exa search or tavily search to get consistent result everytime.

Thank you

MervinPraison avatar Jun 21 '25 06:06 MervinPraison