Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 2 KB

README_EN.md

File metadata and controls

52 lines (29 loc) · 2 KB
XBrain

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.

✨Features

  • 🌈 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.

🖥 Competitors

  • LangChain
  • Coze
  • Dify

⌨️ Who Needs It?

  1. Small and medium-sized companies with traditional internet businesses looking to expand new business through AI.
  2. Developers who have a basic understanding of Python syntax, do not understand agents, but wish to integrate functionalities into large language models.

🍬 User Guide

Use pip install -U pyxbrain to install the latest version. After installation, enter xb in the command line to start a conversation.

Automatically Analyze Existing Code and Integrate into AI

By conversing with XBrain in the terminal and selecting ConvertAction, you can transform any ordinary Python function into an action recognizable by XBrain.

convert

Chat with XBrain to Generate Code and Integrate into AI

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.

img

One-click Deployment of a Chat Server

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.

img