No description
Find a file
2026-02-15 19:50:04 +01:00
.idea Add Python bridge and loader: implement PythonBridgeTool for script execution and PythonToolLoader for tool discovery in python-tools/ directory. Integrate Python tool loading into AgentToolRegistry. 2026-02-14 14:19:35 +01:00
agent Enhance Agent and ManagePythonToolsTool with strict security guidelines for Python tool creation and modification, emphasizing admin-only permissions and misuse prevention. 2026-02-15 09:48:43 +01:00
bluesky Use jsonWithDefaults to encode embeds, ensuring $type fields are included. 2026-02-06 02:32:47 +01:00
core Add LettaLLMBackend and OllamaLLMBackend: unify LLM backend abstractions for chat, embeddings, and generation. Integrate configuration for Letta support with fallback to Ollama. 2026-02-03 21:27:22 +01:00
discord Introduce AgentProvider: centralize agent instance sharing across interfaces, replace redundant initialization in Chat, and integrate shared agent setup in Main. 2026-02-01 01:56:57 +01:00
gradle/wrapper initial commit 2026-01-25 21:09:15 +01:00
letta Add LettaClient: Kotlin client for Letta API, supporting agent management, messaging, tools, memory blocks, and health checks with unit tests. 2026-02-03 20:53:57 +01:00
memory Add TABLE_COUNCIL, council logging, and metadata integration: extend MultiTableVectorDatabase and enhance ConsultCouncilTool to log and persist council consultation data. 2026-02-01 03:51:37 +01:00
ollama Refactor cloud mode detection: clarify isCloudModeEnabled logic, streamline URL routing per-model, and improve documentation for mixed local/cloud model usage. 2026-02-01 00:18:11 +01:00
src/main/kotlin/tech/lenooby09/katboi More context awareness of threads 2026-02-15 19:50:04 +01:00
.env.example Add OCR tool for text extraction from images, integrate ocrModel into configuration and Agent, and extend memory tables and Bluesky client for OCR support. 2026-01-30 14:15:27 +01:00
.gitignore Add dotenv support to load environment variables in OllamaClient and include .env.example file 2026-01-26 02:28:25 +01:00
build.gradle.kts Add LettaLLMBackend and OllamaLLMBackend: unify LLM backend abstractions for chat, embeddings, and generation. Integrate configuration for Letta support with fallback to Ollama. 2026-02-03 21:27:22 +01:00
gradle.properties initial commit 2026-01-25 21:09:15 +01:00
gradlew initial commit 2026-01-25 21:09:15 +01:00
gradlew.bat initial commit 2026-01-25 21:09:15 +01:00
settings.gradle.kts Remove plugin-template module from settings.gradle.kts. 2026-02-14 14:31:06 +01:00