返回 MCP 目录
public公开dns本地运行

gofannon工具集合

gofannon`是一个旨在增强支持函数调用的语言模型/代理能力的工具集合。它提供了跨框架兼容性,支持多个主流框架如 smolagents、LangChain、AWS Bedrock 和 Google ADK,并持续扩展更多框架。gofannon`还提供了强大的工具集合,每天都有新工具加入,且对新手友好,提供了精选的贡献路径和游戏化的贡献流程。项目通过每周部署到 PyPi 保持更新,用户可以通过 pip install gofannon 快速安装并使用最新功能。gofannon`是一个快速发展的开源项目,鼓励社区贡献,并采用 ASFv2 许可证。

article

README

logo

PyPI License Issues GitHub stars

gofannon

gofannon is now a web app that helps subject matter experts rapidly prototype AI agents and the web UIs that wrap them. Build flows, preview interactions, and share working agent-driven experiences without having to become a framework specialist.

Professional support and advisory services are available from AtA Systems—learn more at ramenata.ai.

🌟🌟 What you can do 🌟🌟

  1. Prototype agents fast
    • Compose tools, data sources, and decision paths through a guided interface.
    • Preview responses and iterate with real-time feedback.
  2. Design lightweight web UIs
    • Pair your agents with forms, chat surfaces, and dashboards to validate user journeys quickly.
    • Export or embed prototypes to share with stakeholders.
  3. Stay flexible
    • Keep using your preferred AI stack—gofannon focuses on prototyping and handoff, not lock-in.
  4. Get expert help when you need it
    • AtA Systems offers professional support, integration help, and custom extensions for teams building on gofannon.

🎓🎓 Why the name gofannon? 🎓🎓

See why_the_name_gofannon for the rich story on why we chose to honor this Celtic Diety

⚡️⚡️Quickstart ⚡️⚡️

git clone https://github.com/The-AI-Alliance/gofannon.git
cd gofannon/webapp/infra/docker
docker-compose up --build

For more information, see our quickstart guide.

🏆🏆 Acknowledgments 🏆🏆

We would like to thank the open-source community for their contributions and support in making this project possible.

Made with contrib.rocks.

🗞️🗞️ Stay Up To Date 🗞️🗞️

Star gofannon for good karma (and to receive updates in your github feed).

gif showng how to star

🚲🚲 Roadmap 🚲🚲

For a detailed overview of planned features and their current status, please refer to the ROADMAP.

📘📘 Documentation 📘📘

Documentation can be found here. Each tool comes with its own documentation, which can be found in the docs/ directory. The documentation provides detailed information on how to use each tool, including required parameters and example usage.

Testing Documentation

For information about running tests and contributing code with tests, see the Testing Documentation:

☎️☎️ Contact Us ☎️☎️

Contact Information

🧑‍⚖️🧑‍⚖️ License 🧑‍⚖️🧑‍⚖️

This project is licensed under the ASFv2 License. See the LICENSE file for more details.

help

运行方式说明

cloud

托管运行

托管运行通常表示这个 MCP Server 由服务方环境承载,用户一般按页面提供的连接方式或授权流程接入,不需要在本地长期启动一个 MCP 进程

  1. 打开服务方连接页
  2. 完成授权或复制端点
  3. 在 MCP 客户端中连接
terminal

本地运行 / 其它方式

本地运行通常需要用户在自己的电脑或服务器上安装依赖,把 server_config 复制到 MCP 客户端,并按 env_schema 补齐环境变量、密钥或其它配置

  1. 复制 server_config
  2. 安装所需依赖
  3. 补齐环境变量后重启客户端