geekan / MetaGPT

🌟 The Multi-Agent Framework: First AI Software Company, Towards Natural Language Programming
https://deepwisdom.ai/
MIT License
41.33k stars 4.93k forks source link

integration with UI frameworks... #1341

Open nothk opened 2 weeks ago

nothk commented 2 weeks ago

I want to integrate metagpt with UI framework, but all metagpt example and demo are under CLI...

do we have any UI integration example or demo,,, which UI framework should I use?

thanks a lot,

voidking commented 1 week ago

As far as I know, you can redirect the output to socket and then you can show the info as you wish. Refer to https://github.com/geekan/MetaGPT/blob/main/examples/stream_output_via_api.py