Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.01 KB

README_zh.md

File metadata and controls

48 lines (32 loc) · 1.01 KB

Ryoma

Python 3.11+ Poetry FastAPI

🤖 基于多种 LLM 服务的智能代理系统

English | 简体中文

📝 说明

本项目代码由 Cursor 生成

✨ 功能特点

  • 🧠 基于 LangGraph 构建的智能代理系统
  • 🔌 支持多个 LLM 提供商:
    • OpenAI
    • Google PaLM
    • AWS
  • ⚡️ 高性能 FastAPI 后端

🛠 技术栈

  • 🐍 Python 3.11+
  • 🔄 LangGraph
  • ⚡ FastAPI
  • ☁️ 云服务集成:
    • AWS (Boto3)
    • Google Cloud AI Platform
    • OpenAI API

🚀 快速开始

前置要求

  • Python 3.11+
  • Poetry
  • Make (可选,用于使用 Makefile 命令)

安装步骤

  1. 安装 Poetry: