Back to MCP directory
publicPublicdnsLocal runtime

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

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client