Discover and explore top open-source AI tools and projects—updated daily.
Haohao-endEnd-to-end LLMOps platform for AI agents
Top 90.0% on SourcePulse
LMForge provides an end-to-end LLMOps platform for developing AI agents, supporting multiple LLM providers and offering features like knowledge base management and workflow automation. It targets developers and enterprises seeking a streamlined way to build, deploy, and manage AI agents, benefiting from a unified platform with Flask, Vue3, and LangChain components.
How It Works
The platform leverages a Flask backend and Vue3 frontend, integrated with LangChain for agent orchestration. It supports multiple AI providers (OpenAI, DeepSeek, Wenxin, Tongyi, Moonshot) and optional vector databases (Pinecone, Weaviate). Core functionality includes knowledge base management, workflow automation, and API gateway access, designed for ease of deployment via Docker.
Quick Start & Requirements
llmops/docker directory, configure the .env file with necessary credentials (PostgreSQL, Redis, AI providers, etc.), and run docker compose up -d --build.http://localhost:3000, API Gateway: http://localhost:80, Swagger Docs: http://localhost:80/docs.Highlighted Details
Maintenance & Community
Information regarding maintainers, community channels (like Discord/Slack), or roadmap is not detailed in the provided README. The copyright is listed as © 2025 Open-CozeTeam.
Licensing & Compatibility
The project is released under the MIT License, permitting commercial use and integration with closed-source projects, subject to the terms of the MIT license.
Limitations & Caveats
Deployment requires significant manual configuration of sensitive credentials and service settings within the .env file and docker-compose.yaml. While described as "enterprise-grade," users must ensure robust security practices, including generating strong secrets and potentially configuring additional security layers beyond the basic CSRF protection mentioned. The platform's production readiness depends heavily on correct user configuration.
2 weeks ago
Inactive
TransformerOptimus