Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,12 @@ tools:
- write
- memory

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The file is missing a trailing newline (the diff shows \ No newline at end of file on the last line). Minor, but it breaks POSIX compliance and produces noisy diffs.

runtime:
max_turns: 56
max_turns: 56
plugins:
lyzr-tools:
enabled: true
# No-ops with a single warning log line if LYZR_API_KEY isn't set —
# it never makes a network call without an API key. See
# plugins/lyzr-tools/README.md for full configuration options.
config:
api_key: "${LYZR_API_KEY}"
Loading