让AI开发触手可及 | 开发者首选 | 小白友好 | 全场景覆盖
Making AI Development Accessible | Developers' Choice | Beginner-Friendly | Full Scenario Coverage
👉 Project under active development (since March 15, 2025), welcome to join early-stage co-creation!
📧 Contact: flyf@94209420.xyz
- 🤖 Full OpenAI Compatibility: Seamless integration with GPT series and compatible APIs
OpenAI全兼容: 无缝对接GPT系列及兼容API - ⚡ Smart Workflow Engine: One-click automated testing/deployment
智能工作流引擎: 自动化测试/部署一键完成 - 🧩 Modular Design: Freely combine AI components
模块化设计: 自由组合AI功能组件
- 🖥️ Native Multi-Platform: Perfectly runs on Windows/Linux/macOS
全平台原生支持: Windows/Linux/macOS 完美运行 - ☁️ Cloud/Local Dual Mode: Flexible environment switching
云端/本地双模式: 灵活切换开发环境
- 📦 One-Line Install:
pip install flyf[all]
一行安装: 同上 - 🎯 Zero-Config Startup: Built-in free API trial key
零配置启动: 内置免费API测试密钥 - 🌈 Visual WebUI: Access AI power via browser
可视化WebUI: 浏览器即享AI能力
| Milestone | Timeline | Status |
|---|---|---|
| Project Initiation | 2025.03.15 | ✅ Completed |
| Core Framework | 2025.Q3 | 🚧 Ongoing |
| First Stable Release | 2025.Q4 | ⌛ Planned |
# Basic installation
pip install flyf
# Full version (with WebUI)
pip install flyf[all]from flyf import FlyAI
assistant = FlyAI(api_key="free_trial_key") # Using built-in trial key
print(assistant.chat("Implement quicksort in Python"))flyf web --port 8000Visit ➡️ http://localhost:8000
- 🐛 Submit Issues
提交Issue 报告问题/建议 - 🔧 Fork repo & submit PR (mention related Issue)
Fork仓库提交PR(注明关联Issue) - 📊 Send test reports to flyf@94209420.xyz
发送测试报告至邮箱
Apache License 2.0 | 本项目基于Apache-2.0协议开源
开发版API可能发生变化,生产环境请等待稳定版本