Commit Graph

19 Commits

Author SHA1 Message Date
serversdwn
89988da472 Security: Update .gitignore to exclude runtime data, sessions, and logs
- Add session files exclusion (core/relay/sessions/)
- Add log directories exclusion (logs/, *-logs/, intake-logs/)
- Add runtime database files exclusion (*.db, *.sqlite*)
- Add temporary files exclusion (.cache/, *.tmp, *.temp)
- Remove previously tracked session and database files from git

These files contain runtime data and should not be version controlled.
2026-01-02 13:41:28 -05:00
serversdwn
6716245a99 v0.9.1 2025-12-29 22:44:47 -05:00
serversdwn
a900110fe4 primary backend added to standard mode. 2025-12-29 02:10:59 -05:00
serversdwn
794baf2a96 0.9.0 - Added Trilium ETAPI integration.
Lyra can now: Search trilium notes and create new notes. with proper ETAPI auth.
2025-12-29 01:58:20 -05:00
serversdwn
64429b19e6 feat: Implement Trillium notes executor for searching and creating notes via ETAPI
- Added `trillium.py` for searching and creating notes with Trillium's ETAPI.
- Implemented `search_notes` and `create_note` functions with appropriate error handling and validation.

feat: Add web search functionality using DuckDuckGo

- Introduced `web_search.py` for performing web searches without API keys.
- Implemented `search_web` function with result handling and validation.

feat: Create provider-agnostic function caller for iterative tool calling

- Developed `function_caller.py` to manage LLM interactions with tools.
- Implemented iterative calling logic with error handling and tool execution.

feat: Establish a tool registry for managing available tools

- Created `registry.py` to define and manage tool availability and execution.
- Integrated feature flags for enabling/disabling tools based on environment variables.

feat: Implement event streaming for tool calling processes

- Added `stream_events.py` to manage Server-Sent Events (SSE) for tool calling.
- Enabled real-time updates during tool execution for enhanced user experience.

test: Add tests for tool calling system components

- Created `test_tools.py` to validate functionality of code execution, web search, and tool registry.
- Implemented asynchronous tests to ensure proper execution and result handling.

chore: Add Dockerfile for sandbox environment setup

- Created `Dockerfile` to set up a Python environment with necessary dependencies for code execution.

chore: Add debug regex script for testing XML parsing

- Introduced `debug_regex.py` to validate regex patterns against XML tool calls.

chore: Add HTML template for displaying thinking stream events

- Created `test_thinking_stream.html` for visualizing tool calling events in a user-friendly format.

test: Add tests for OllamaAdapter XML parsing

- Developed `test_ollama_parser.py` to validate XML parsing with various test cases, including malformed XML.
2025-12-26 03:49:20 -05:00
serversdwn
f1471cde84 docs updated v0.7.0 2025-12-22 01:40:24 -05:00
serversdwn
b4613ac30c sessions improved, v0.7.0 2025-12-21 15:50:52 -05:00
serversdwn
01d4811717 mode selection, settings added to ui 2025-12-21 14:30:32 -05:00
serversdwn
d09425c37b v0.7.0 - Standard non cortex mode enabled 2025-12-20 04:15:22 -05:00
serversdwn
6bb800f5f8 Cortex debugging logs cleaned up 2025-12-20 02:49:20 -05:00
serversdwn
fe86759cfd v0.5.2 - fixed: llm router async, relay-UI mismatch, intake summarization failure, among others.
Memory relevance thresh. increased.
2025-12-12 02:58:23 -05:00
serversdwn
6a20d3981f v0.6.1 - reinstated UI, relay > cortex pipeline working 2025-12-11 16:28:25 -05:00
serversdwn
4acaddfd12 intake/relay rewire 2025-12-06 04:32:42 -05:00
serversdwn
320bf4439b intake internalized by cortex, removed intake route in relay 2025-11-29 19:08:15 -05:00
serversdwn
d9281a1816 docs updated 2025-11-28 18:05:59 -05:00
serversdwn
a83405beb1 Major rewire, all modules connected. Intake still wonkey 2025-11-28 15:14:47 -05:00
serversdwn
734999e8bb Cortex rework in progress 2025-11-26 18:01:48 -05:00
serversdwn
a087de9790 Fixin' crap so relay works again. pre llm redo 2025-11-26 14:20:47 -05:00
serversdwn
94fb091e59 Initial clean commit - unified Lyra stack 2025-11-16 03:17:32 -05:00