Skip to content

Multi-Agent-GPT: 一款基于RAG和agent构建的多模态专家助手GPT。它集成了文本、图像和音频等模态工具。支持本地部署和私有数据库建设。

License

Notifications You must be signed in to change notification settings

haiwangNeu/Multi-Agent-GPT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Agent-GPT

Multi-Agent-GPT: A multimodal expert assistant GPT platform built using RAG+agent. It integrates tools for modalities such as text, images, and audio. Support local deployment and private database construction.

Web

Multi-Agent-GPT can interact on web pages through Gradio.

The following video shows how to directly communicate with the GPT3.5 model, call the Dalle drawing tool, and call the Serpapi online search tool. Implemented multimodal result output:

show.mp4

File Structure

- .env
- Agents/
  - openai_agents.py  #用来定义基于gpt3.5的agent
- Database/
- Docs/
- Imgs/
- Tools/
  - ImageGeneration.py  #定义了一个基于openai dalle的文本生成图像的工具
- Utils/
  - stdio.py            #实现了如何截获当前程序的日志信息,主要是用来获取agent的verbose信息
  - utils_image.py      #关于图像处理的一些功能函数
  - utils_json.py       #从已有的log日志信息中提取相关的有用字段(服务stdio) 
- debug.py
- web.py
- readme.md

About

Multi-Agent-GPT: 一款基于RAG和agent构建的多模态专家助手GPT。它集成了文本、图像和音频等模态工具。支持本地部署和私有数据库建设。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%