Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web2api-agent

一个基于 Web2API 项目的智能 Agent 框架。

功能特性

  • 智能对话助手,支持多模型切换
  • LLM 决策工具调用(计算、时间、图片、计划)
  • 记忆管理与上下文压缩
  • Web GUI 界面

项目结构

web2api-agent/
├── agent.py      # Agent 核心逻辑
├── brain.py      # LLM 调用封装
├── memory.py     # 记忆管理模块
├── tools.py      # 工具集合
├── gui.py        # Web 界面
└── memory_store.json  # 记忆存储

快速开始

# 安装依赖
pip install openai gradio

# 运行 Web 界面
python gui.py

工具说明

工具 功能 参数
calculate 数学计算 expression
get_time 获取时间
show_image 显示图片 keyword
make_schedule 制定计划 steps

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages