yao/agent/test
Max d21f9c3769 Enhance Logging Functionality in RequestLogger
- Added a `noop` check in multiple logging methods (`LLMComplete`, `ToolStart`, `ToolComplete`, `HookStart`, `HookComplete`, and `HistoryLoad`) to prevent logging when the logger is in no-operation mode.
- Improved command handling in `root.go` by removing minimum argument requirements for commands and providing help output when no arguments are given.
- Introduced an `agent` command for better organization of agent-related functionalities in the CLI.
- Implemented automatic detection of the application root directory in `run.go` to streamline the application startup process.
- Cleaned up debug print statements in `config.go` to reduce clutter in the output.
2025-12-17 12:33:34 +08:00
..
context.go Enhance Logging Functionality in RequestLogger 2025-12-17 12:33:34 +08:00
DESIGN.md Enhance Logging Functionality in RequestLogger 2025-12-17 12:33:34 +08:00
input.go Enhance Logging Functionality in RequestLogger 2025-12-17 12:33:34 +08:00
interfaces.go Enhance Logging Functionality in RequestLogger 2025-12-17 12:33:34 +08:00
loader.go Enhance Logging Functionality in RequestLogger 2025-12-17 12:33:34 +08:00
output.go Enhance Logging Functionality in RequestLogger 2025-12-17 12:33:34 +08:00
reporter.go Enhance Logging Functionality in RequestLogger 2025-12-17 12:33:34 +08:00
resolver.go Enhance Logging Functionality in RequestLogger 2025-12-17 12:33:34 +08:00
runner.go Enhance Logging Functionality in RequestLogger 2025-12-17 12:33:34 +08:00
types.go Enhance Logging Functionality in RequestLogger 2025-12-17 12:33:34 +08:00