Skip to content
Open
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
6 changes: 6 additions & 0 deletions skills/agenteye-python-sdk/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ Work with these; none of them raise, so none of them show up in testing.
| `environment` | `$AGENTEYE_ENVIRONMENT`, else `"dev"` |
| `flush_interval` | `0.5` (seconds) |

`base_dir` has one further opt-in: with `AGENTEYE_SPOOL_TO_FAILPROOFAI` set to
a truthy value **and** `~/.failproofai/custom-agents` already present, the SDK
spools there instead. Set it only on hosts where a daemon that watches that
directory is installed — the standard collector does not, and events written
somewhere nothing reads simply pile up with no error on either side.

Each call *sets all three* — omitted arguments are **reset to default
resolution**, not left alone. So a later `configure(flush_interval=1.0)`
silently moves your events back to the default directory and re-resolves the
Expand Down