Commit graph

37 commits

Author SHA1 Message Date
Lilith
80df4d2b50 refactor(agent-core): ♻️ Restructure agent definitions, background tracking, checkpoint management, and context utilities for improved modularity and maintainability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-10 01:37:07 -07:00
Lilith
0e273a3b4f deps-upgrade(dependencies): ⬆️ Update all dependencies in agent-core, model-client, session-manager, tool-protocol, training-data, api, cli, and bash/tools packages to latest compatible versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-10 01:37:07 -07:00
Lilith
40d41b64da test(agent-core): Add/update test cases for complexity analyzer functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 22:08:40 -07:00
Lilith
074aa7e651 refactor(flight-recorder): ♻️ Implement JSONL storage format for flight recorder telemetry system and restructure core service logic with potential API adjustments
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 20:02:43 -07:00
Lilith
12e8400fc8 deps-upgrade(agent-core): ⬆️ Update dependencies in agent-core to latest compatible versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 20:02:43 -07:00
Lilith
1e08158471 chore(agent-core): 🔧 Update SWC compiler configuration for build optimizations and parsing settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 19:03:33 -07:00
Lilith
e25f5eea4b feat(flight-recorder): Add persistent flight recording entity with PostgreSQL storage, API endpoints, and CLI integration for agent activity logging
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 18:57:34 -07:00
Lilith
74ce21c671 chore(agent-core): 🔧 Update TypeScript compiler options in tsconfig.json for agent-core
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 18:57:34 -07:00
Lilith
7d797fb6d7 deps-upgrade(agent-coreapi): ⬆️ Update dependencies in agent-core and api packages to newer versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 18:57:33 -07:00
Lilith
5d8989610d feat(flight-recorder): Implement FlightRecorder, FlightReader, and JsonlStore for debugging agent behavior with CLI integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 18:33:40 -07:00
Lilith
cd562e5827 feat(agent-core): Add multi-turn conversation handling, complexity analysis, and model coordination capabilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 18:27:44 -07:00
Lilith
061c3c6d3c feat(agent-core): Add conversation state persistence with type-safe conversation loop improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 18:21:30 -07:00
Lilith
64214cb1b0 feat(complexity): Implement complexity analysis feature with core analyzer, model client integration, and API module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 18:15:36 -07:00
Lilith
9cdb26dc8c feat(agent-core/transcript): Add transcript writer and flight recorder CLI functionality with REPL integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 16:30:38 -07:00
Lilith
7c577d9316 feat(flight-recorder): Add comprehensive operation tracing with optimized transcript generation for flight recorder agents
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 16:24:42 -07:00
Lilith
fb48d72b83 feat(agent-core-hooks): Implement spell-fix hook, update hook execution system, extend type definitions, and add chat CLI command
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 15:10:33 -07:00
Lilith
26d08a9b77 deps-upgrade(agent-core): ⬆️ Update agent-core dependencies to latest versions and regenerate lockfile
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 15:10:33 -07:00
Lilith
d43fe7ca5d refactor(executor): ♻️ Optimize hook execution logic in HookExecutor for better performance and maintainability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 06:36:48 -07:00
Lilith
6d895094f7 feat(agent-core): Add multimodal processing with voice interaction, chat commands, session management, notifications, and built-in hooks
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 06:31:04 -07:00
Lilith
4ed8f9eee6 feat(code-search): Implement semantic search tool with embedding indexer, integrate conversation loop, and add CLI commands and types
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 06:25:19 -07:00
Lilith
0b099fb256 feat(agent-core): Add browser and code search tools with semantic search, enhance conversation handling and token management, and update CLI chat command and stream renderer UI
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 06:19:40 -07:00
Lilith
a201061d7f feat(agent-core): Implement background agent system with checkpointing, sub-agent coordination, and CLI streaming support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 06:13:37 -07:00
Lilith
85bb9037ea feat(agent-core): Introduce worktree management and enhance skill execution with new SkillExecutor class and sub-agent integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 06:07:54 -07:00
Lilith
e2563de784 deps-upgrade(agent-core): ⬆️ Update dependencies to latest stable versions in agent-core
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 06:07:54 -07:00
Lilith
b34a678ef4 arch(agent-core): 🏗️ Refactor agent memory management with modular MemoryManager and Skill/ToolExecutor abstractions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 06:02:15 -07:00
Lilith
a844d57955 feat(agent-core): Add instruction context builder, system prompt handling, headless permission resolver, and CLI command for headless execution mode with test coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 05:56:38 -07:00
Lilith
162af4ce43 feat(agent-core): Add strategic planning and reflection features with new CLI commands and enhanced presentation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 01:05:54 -08:00
Lilith
4fa216d75b feat(agent-core): Add enhanced team coordination, advanced JSON parsing, new message formatting, improved model inference, and expanded tool execution with REPL UI support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 00:59:58 -08:00
Lilith
7411e39cbc feat(sub-agent): Implement sub-agent context management, CLI commands, tool registry, and streaming UI renderer
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-07 23:07:55 -08:00
Lilith
8177b8bd5b feat(agent-core): Add advanced planning capabilities and enhance type system for agent-core functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-07 23:01:54 -08:00
Lilith
e2ef66f2f5 feat(agent-core): Implement ConversationLoop with state management and multi-turn message processing pipeline
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-06 17:17:19 -08:00
Lilith
9c2c472794 feat(agent-core): Add multi-turn conversation capabilities with new type definitions and training data pipeline
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-06 17:00:16 -08:00
Lilith
a1b57d7f70 feat(agent-core): Add planner, verifier, complexity-analyzer, context-cache, error-recovery, and rollback components with CLI support and MCP bridge integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-06 16:51:59 -08:00
Lilith
c4db6d70d0 arch(agent-core): 🏗️ Redesign conversation loop, implement context management system, and enhance tool handling and model/session interfaces
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-06 16:43:05 -08:00
Lilith
04b19c4d9c feat(agent-core): Introduce ConversationLoop with state management, refactor ModelBossClient for orchestration, and extend shared types for messages/sessions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-05 19:08:59 -08:00
Lilith
e0e0bf683a deps-upgrade(typescript-typescript): ⬆️ Update TypeScript compiler settings and ignored files for build consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-05 19:08:59 -08:00
Lilith
6796bf672a deps-upgrade(dependencies-package.json): ⬆️ Update all dependencies to latest compatible versions in pnpm-lock.yaml
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-05 19:08:59 -08:00