FRANCO FERNANDES NETO

Results 8 issues of FRANCO FERNANDES NETO

This commit addresses several issues I identified during a detailed review of `kag/solver/pipeline/kag_iterative_pipeline.py`: 1. **Correct `max_iteration` Docstring:** The docstring for `max_iteration` in `__init__` now correctly states `(default: 5)` to match...

This commit significantly revamps the main README.md to improve its clarity, visual appeal, and overall usefulness for both new and existing users. Key changes include: - Simplified language in introductory...

This commit addresses several issues identified during a code analysis, focusing on improving the robustness, error handling, and clarity of various components within the KAG solver. The following changes have...

This commit introduces LiteLLM as a new optional service and provides a mechanism to selectively load Docker services. Key changes: - Added `litellm` service to `docker-compose.yml`. - Uses `ghcr.io/berriai/litellm:main-stable` image....

enhancement

This commit introduces support for Podman Compose as an alternative to Docker Compose for starting and managing services. This easy solution will minimize some security issue ( https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html) Changes include:...

enhancement

This commit introduces Cloudflare Tunnel (cloudflared) integration to allow you to easily expose your self-hosted services to the internet. Key changes: - Added a `cloudflared` service to `docker-compose.yml`. This service...

enhancement

This commit addresses several documentation shortcomings: - Corrected a broken link in the main README's Table of Contents. - Added a link to the existing MCP setup guide (`docs/mcp_setup.md`) in...

docs: improve documentation for models and MCP servers Updated README.md to better direct users to the detailed documentation. Enhanced models.mdx with instructions and examples for configuring Google Gemini 2.5-flash. Improved...