Commit graph

72 commits

Author SHA1 Message Date
Lilith
ae02ad4e52 feat(flight-recorder): Enhance flight recorder with new event types and improved telemetry storage for agent operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 18:18:46 -07:00
Lilith
16a5c1d42b fix(agent-core): 🐛 Fix settings loader validation and processing logic for consistent behavior
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 18:09:30 -07:00
Lilith
694862ae17 chore(agent-core): 🔧 Add new settings constants and update loader to use them
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 18:07:45 -07:00
Lilith
0e1e154f83 refactor(model-client): ♻️ Optimize data transformation pipeline in model adapters
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 07:04:19 -07:00
Lilith
607103bfdd deps-upgrade(agent-core): ⬆️ Update minor/patch versions of dependencies in agent-core and regenerate lockfile
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 06:23:08 -07:00
Lilith
9751bde235 fix(flight-recorder): 🐛 Fix flight recording event capture and replay logic for accuracy
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 06:17:44 -07:00
Lilith
204671cd47 feat(bash): Add sandboxing capabilities for secure bash tool execution
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 05:48:46 -07:00
Lilith
7461e019bf feat(model-client): Add retry logic and retry configuration types to the model client adapter
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-10 19:56:07 -07:00
Lilith
85da4bad1b feat(cli): Implement chat command functionality and add related type definitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-10 19:33:17 -07:00
Lilith
b084f38f1c feat(flight-recorder): Introduce flight-recorder event serialization and timestamp handling for agent-core telemetry
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-10 19:27:14 -07:00
Lilith
d22cd4fd79 deps-upgrade(agent-core): ⬆️ Update dependencies in agent-core to latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-10 19:27:14 -07:00
Lilith
84c53a4696 feat(cli): Add chat, eval, and session CLI commands with interactive REPL UI and model client integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-10 19:21:05 -07:00
Lilith
b360288f4a deps-upgrade(agent-core): ⬆️ Update dependencies in core agent package to ensure compatibility with downstream applications and features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-10 19:21:04 -07:00
Lilith
e29f3cae21 feat(cli): Introduce slash-command system, mode indicator, and chat capabilities for interactive CLI REPL
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-10 18:20:28 -07:00
Lilith
8c281308b0 feat(agent-core): Add chat CLI command and context handling for agent interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-10 16:16:17 -07:00
Lilith
3a82b0d6f2 refactor(training): ♻️ Improve training data collector structure by refactoring quality filtering and SFT formatting components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-10 13:54:44 -07:00
Lilith
91378475fd deps-upgrade(agent-core): ⬆️ Update dependencies in agent-core to latest minor/patch versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-10 13:54:44 -07:00
Lilith
5b59dbdc6f feat(evaluator-significant): Add evaluator CLI command with symbol extraction and training evaluation logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-10 13:17:32 -07:00
Lilith
f92abe4c26 feat(training): Implement improved training evaluation logic for enhanced assessment accuracy
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-10 01:42:45 -07:00
Lilith
9bbe10e078 feat(training-data): Add session collection methods, types, and test coverage for training data sessions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-10 01:37:08 -07:00
Lilith
1b7919f383 refactor(session-manager): ♻️ Standardize session interfaces, core logic, and permission handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-10 01:37:08 -07:00
Lilith
7df081de6b refactor(agent-coremodel-client): ♻️ Refactor agent core execution pipeline, transcript handling, voice input, and worktree management with enhanced error handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-10 01:37:08 -07:00
Lilith
284c06e091 refactor(agent-core): ♻️ Optimize memory, skill execution, and planning components for better performance and resource efficiency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-10 01:37:08 -07:00
Lilith
0e7a9beb8a feat(agent-core): Introduce modular text processing hooks, refactor hook registry, and enhance instruction handling for improved extensibility and error recovery
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-10 01:37:08 -07:00
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
5ceeea1e65 chore(packages): 🔧 Update TypeScript configuration files to enforce consistent settings across packages
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
e6fe711f85 feat(complexity): Implement complexity analysis feature with client-side ModelBossClient, shared model types, and API integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-09 01:40:41 -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