A framework that simplifies the process of connecting developers with large models
[🎞️]Introduction Video | 🗨中文
Chat with XBrain, and it will generate integration code for you without the need to focus on specific details.
- 🌈 Automatically analyze existing code and integrate it into AI.
- 🔍 Chat with XBrain to generate code and integrate it into AI.
- 📦 One-click deployment of a chat server.
- LangChain
- Coze
- Dify
- Small and medium-sized companies with traditional internet businesses looking to expand new business through AI.
- Developers who have a basic understanding of Python syntax, do not understand agents, but wish to integrate functionalities into large language models.
Use pip install -U pyxbrain
to install the latest version. After installation, enter xb
in the command line to start a conversation.
By conversing with XBrain in the terminal and selecting ConvertAction
, you can transform any ordinary Python function into an action recognizable by XBrain.
By conversing with XBrain in the terminal and selecting CreateAction
, input your requirements to intelligently generate actions from scratch and automatically integrate them into XBrain.
By conversing with XBrain in the terminal and selecting deploy
, you can deploy a chat server with one click and interact with it via API.