kthulu/codebase/@packages/agent-core/src
2026-03-08 18:33:40 -07:00
..
__tests__ feat(flight-recorder): Implement FlightRecorder, FlightReader, and JsonlStore for debugging agent behavior with CLI integration 2026-03-08 18:33:40 -07:00
agent-definitions arch(agent-core): 🏗️ Refactor agent memory management with modular MemoryManager and Skill/ToolExecutor abstractions 2026-03-08 06:02:15 -07:00
background feat(agent-core): Implement background agent system with checkpointing, sub-agent coordination, and CLI streaming support 2026-03-08 06:13:37 -07:00
checkpoints feat(agent-core): Implement background agent system with checkpointing, sub-agent coordination, and CLI streaming support 2026-03-08 06:13:37 -07:00
flight-recorder feat(flight-recorder): Implement FlightRecorder, FlightReader, and JsonlStore for debugging agent behavior with CLI integration 2026-03-08 18:33:40 -07:00
hooks feat(agent-core-hooks): Implement spell-fix hook, update hook execution system, extend type definitions, and add chat CLI command 2026-03-08 15:10:33 -07:00
instructions feat(agent-core): Add instruction context builder, system prompt handling, headless permission resolver, and CLI command for headless execution mode with test coverage 2026-03-08 05:56:38 -07:00
memory arch(agent-core): 🏗️ Refactor agent memory management with modular MemoryManager and Skill/ToolExecutor abstractions 2026-03-08 06:02:15 -07:00
skills feat(agent-core): Introduce worktree management and enhance skill execution with new SkillExecutor class and sub-agent integration 2026-03-08 06:07:54 -07:00
transcript feat(agent-core/transcript): Add transcript writer and flight recorder CLI functionality with REPL integration 2026-03-08 16:30:38 -07:00
voice feat(agent-core): Add multimodal processing with voice interaction, chat commands, session management, notifications, and built-in hooks 2026-03-08 06:31:04 -07:00
worktree feat(agent-core): Introduce worktree management and enhance skill execution with new SkillExecutor class and sub-agent integration 2026-03-08 06:07:54 -07:00
agent-team.ts feat(agent-core): Add strategic planning and reflection features with new CLI commands and enhanced presentation 2026-03-08 01:05:54 -08:00
complexity-analyzer.ts feat(flight-recorder): Implement FlightRecorder, FlightReader, and JsonlStore for debugging agent behavior with CLI integration 2026-03-08 18:33:40 -07:00
context-builder.ts feat(agent-core): Add instruction context builder, system prompt handling, headless permission resolver, and CLI command for headless execution mode with test coverage 2026-03-08 05:56:38 -07:00
context-cache.ts feat(agent-core): Add planner, verifier, complexity-analyzer, context-cache, error-recovery, and rollback components with CLI support and MCP bridge integration 2026-03-06 16:51:59 -08:00
context-manager.ts feat(sub-agent): Implement sub-agent context management, CLI commands, tool registry, and streaming UI renderer 2026-03-07 23:07:55 -08:00
context-summarizer.ts feat(agent-core): Add strategic planning and reflection features with new CLI commands and enhanced presentation 2026-03-08 01:05:54 -08:00
conversation-loop.ts feat(agent-core): Add conversation state persistence with type-safe conversation loop improvements 2026-03-08 18:21:30 -07:00
error-recovery.ts feat(agent-core): Add planner, verifier, complexity-analyzer, context-cache, error-recovery, and rollback components with CLI support and MCP bridge integration 2026-03-06 16:51:59 -08:00
index.ts feat(flight-recorder): Implement FlightRecorder, FlightReader, and JsonlStore for debugging agent behavior with CLI integration 2026-03-08 18:33:40 -07:00
json-parser.ts feat(agent-core): Add enhanced team coordination, advanced JSON parsing, new message formatting, improved model inference, and expanded tool execution with REPL UI support 2026-03-08 00:59:58 -08:00
message-formatter.ts feat(agent-core): Add enhanced team coordination, advanced JSON parsing, new message formatting, improved model inference, and expanded tool execution with REPL UI support 2026-03-08 00:59:58 -08:00
model-inference.ts feat(agent-core): Add enhanced team coordination, advanced JSON parsing, new message formatting, improved model inference, and expanded tool execution with REPL UI support 2026-03-08 00:59:58 -08:00
multimodal.ts feat(agent-core): Add multimodal processing with voice interaction, chat commands, session management, notifications, and built-in hooks 2026-03-08 06:31:04 -07:00
planner.ts feat(agent-core): Add strategic planning and reflection features with new CLI commands and enhanced presentation 2026-03-08 01:05:54 -08:00
reflector.ts feat(agent-core): Add strategic planning and reflection features with new CLI commands and enhanced presentation 2026-03-08 01:05:54 -08:00
repo-map.ts feat(agent-core): Add advanced planning capabilities and enhance type system for agent-core functionality 2026-03-07 23:01:54 -08:00
rollback.ts feat(agent-core): Add planner, verifier, complexity-analyzer, context-cache, error-recovery, and rollback components with CLI support and MCP bridge integration 2026-03-06 16:51:59 -08:00
session-training-collector.ts feat(sub-agent): Implement sub-agent context management, CLI commands, tool registry, and streaming UI renderer 2026-03-07 23:07:55 -08:00
sub-agent.ts feat(agent-core): Implement background agent system with checkpointing, sub-agent coordination, and CLI streaming support 2026-03-08 06:13:37 -07:00
system-prompt.ts 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 2026-03-08 06:19:40 -07:00
token-budget.ts 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 2026-03-08 06:19:40 -07:00
token-estimator.ts arch(agent-core): 🏗️ Redesign conversation loop, implement context management system, and enhance tool handling and model/session interfaces 2026-03-06 16:43:05 -08:00
tool-executor.ts feat(agent-core): Implement background agent system with checkpointing, sub-agent coordination, and CLI streaming support 2026-03-08 06:13:37 -07:00
tool-formatter.ts arch(agent-core): 🏗️ Redesign conversation loop, implement context management system, and enhance tool handling and model/session interfaces 2026-03-06 16:43:05 -08:00
types.ts feat(agent-core): Add conversation state persistence with type-safe conversation loop improvements 2026-03-08 18:21:30 -07:00
verifier.ts feat(agent-core): Add planner, verifier, complexity-analyzer, context-cache, error-recovery, and rollback components with CLI support and MCP bridge integration 2026-03-06 16:51:59 -08:00