Wirasm

Results 16 issues of Wirasm

- Add docling_pydantic_ai_docs.py as alternative parser - Update README with docling usage instructions - Update requirements.txt with new dependencies inspiration taken from https://www.youtube.com/watch?v=9lBTS5dM27c (first ever pr on a opensource project)

enhancement
future

## Summary Phase 3 of the TanStack Query migration - migrating the Knowledge Base feature to the modern `/features` architecture. ## Changes This PR will: - [ ] Move KnowledgeBasePage...

## Current Issues with Theme Implementation Our current theming system has several issues that don't follow best practices for modern React applications with Radix UI: ### 🔴 Problems Identified 1....

enhancement
refactor

## Issue Description Two bugs identified in `archon-ui-main/src/services/api.ts`: ### 1. Header Merge Order Bug Current code in `apiRequest` function (lines 85-91): ```typescript const response = await fetch(url, { headers: {...

bug
enhancement
tech debt

## Summary The MCP server tools have been refactored in PR #421 to use individual functions instead of action-based patterns, but the agent code still references the old non-existent functions....

bug

## Problem The codebase uses `source_id` for both URL-based crawls and file uploads, but with fundamentally different generation strategies and purposes: ### Current Implementation **URL source_id:** - Location: `python/src/server/services/crawling/helpers/url_handler.py:186-240` -...

documentation
enhancement

## Context During code review, we identified a potential silent data loss scenario in the document storage operations where chunks can be created but fail to store in the database,...

enhancement
discussion

## Issue The file `archon-ui-main/src/services/mcpService.ts` appears to be unused in the codebase and duplicates functionality that exists in other services. ## Current State - **Not imported anywhere** - No components...

refactor

## Bug Description The MCP API crashes when accessing the logs streaming endpoint (`/api/mcp/logs/stream`) due to incorrect logging syntax mixing standard Python logging with Logfire keyword arguments. ## Error Details...

bug

## Problem We currently have multiple competing health endpoints that create confusion and maintenance overhead: ### Current Problematic Architecture: - **Main app**: `/health` and `/api/health` (in `main.py`) - **Knowledge API**:...

bug
python