Try the latest version now: https://github.com/OpenAgentPlatform/Dive/releases
Highlights in v0.8.0: LLM Feature Updates Add, modify, or delete API keys for LLM providers and manually input custom model IDs. Option to enable or skip model validation. Full support for models with Tool / Function Calling capabilities.
MCP Feature Enhancements Users can now freely add, edit, or delete tools within the MCP Server. The configuration interface now supports both JSON and form-based editing, with seamless switching between the two formats.
DiveHost Architecture Update As of version 0.8.0, DiveHost has been fully migrated from TypeScript to Python. Although this technical transition temporarily paused development for about two weeks, we’re happy to report it was successfully completed and opens up exciting new possibilities.
(*Why the switch to Python? We encountered several limitations using LangChain in TypeScript—particularly with integration in LM Studio. The Python version of LangChain, on the other hand, works smoothly. After evaluating our team's resources and engineering priorities, we chose to transition to Python—not because one language is inherently "better," but because it better suits our current development needs.)
DiveHost Is Now a Standalone Daemon Project This version of DiveHost can run independently without a frontend UI and is ready to serve as an Agent-to-Agent (A2A) server in future deployments.