drjmf
- 15 skills
- 0 followers
- 8 hours ago last updated
- ▌ Langfuse · drjmf bundleInteract with Langfuse and access its documentation. Use when needing to (1) query or modify Langfuse data programmatically via the CLI — traces, prompts, datasets, scores, sessions, and any other API resource, (2) look up Langfuse documentation, concepts, integration guides, or SDK usage, or (3) understand how any Langfuse feature works. This skill covers CLI-based API access (via npx) and multiple documentation retrieval methods.
- ▌ Mycelia Update · drjmfUpdates services in the Mycelia AI Stack while ensuring data persistence and configuration reuse. Use when the user requests updates for any service (RagFlow, Open WebUI, Langfuse, Postgres, etc.) within the /opt/mycelia-ai-stack environment.
- ▌ Ragflow Update · drjmfUpdates RAGFlow to the latest version while persisting configuration in the mycelia-ai-stack.
- ▌ Open Webui Update · drjmfUpdates OpenWebUI to a specified or latest version while persisting configuration in the mycelia-ai-stack.
- ▌ Langflow DB Repair · drjmf bundleDiagnostics and automated repair for Langflow database migration mismatches and Alembic "Ambiguous walk" errors. Use when Langflow fails to start with "mismatch between the models and the database" or when migration fixes fail.
- ▌ Ragflow Agent Repair · drjmf bundleSafely repairs and updates RagFlow agent DSLs (graphs) without causing UI corruption. Use when an agent is not responding, has broken node references, or disappears from the UI after an update.
- ▌ Ragflow Agent Report · drjmf bundleGenerates a performance and diagnostic report for a RagFlow agent. Use when the user asks for logs, tool usage, or internal steps of a specific RagFlow dialogue or agent ID.
- ▌ Akash Services Status · drjmf bundleChecks the status of all configured services and applications running on the Akash server, including PostgreSQL, Open WebUI, pgAdmin, and others.
- ▌ Langfuse Installation · drjmfGuide for installing and configuring Langfuse with Redis and ClickHouse on Akash. Use when setting up or repairing a Langfuse installation.
- ▌ Ragflow Dataset Config · drjmf bundleUpdates RagFlow dataset configurations (language, metadata generation settings) via API. Fixes the "uneditable UI" issue by using the dedicated metadata endpoint.
- ▌
- ▌ Ragflow Clone Agent Nodes · drjmf bundleClones a specific node (logic and visual representation) from one RagFlow agent to another using unique IDs to ensure UI visibility.
- ▌ Ragflow Performance Report · drjmf bundleDiagnoses and provides optimization recommendations for slow RagFlow agents by analyzing their DSL configuration for bottlenecks like TOC enhancement overhead, excessive top_k, or missing rerankers.
- ▌ Langfuse Ragflow Connection · drjmfGuide for troubleshooting and resolving connection and telemetry issues between Ragflow and a self-hosted Langfuse instance (specifically addressing Langfuse SDK version conflicts, missing start_generation, and pydantic validation errors).
- ▌ Ragflow Create Categorize Node From JSON · drjmf bundleCreates or updates a categorization node in a RagFlow agent using definitions (categories, examples, and descriptions) from an external JSON file. Ensures both logic and UI list items are synchronized.