Compare commits

..
146 Commits
Author SHA1 Message Date
Didactyl User 3516e0b6fd security: gate provider payload logging behind DIDACTYL_CONTEXT_DEBUG
The log_provider_payload_local() calls in perform_http_request() were
unconditional, writing full LLM conversation transcripts (system prompts,
user messages, tool calls, responses) to context.logs/ on every LLM call
regardless of the DIDACTYL_CONTEXT_DEBUG setting. This caused 326
transcript files containing Nostr keys, relay URLs, and DM contents to
be committed and pushed.

Now the logging only runs when DIDACTYL_CONTEXT_DEBUG is set to 'init'
or 'full' (matching the documented behavior in docs/CONTEXT.md). When
unset or 'off', no transcripts are written to disk.
2026-07-31 06:59:31 -04:00
Didactyl User e14514b396 security: gitignore context.logs/, context.log.md, tasks.json
Debug logging from src/llm.c (unconditional provider payload logging)
previously leaked full LLM conversation transcripts including Nostr
keys, relay URLs, DM contents, and system prompts. History scrubbed
with git-filter-repo; this prevents recurrence.
2026-07-31 06:47:58 -04:00
Didactyl User ec4a170682 v0.2.55 - Fix wizard quit bug, add nostr_index selector, fix relay flapping backoff defeat, add NOSTR_ENABLE_NSIGNER_CLIENT to Dockerfile 2026-07-30 18:16:06 -04:00
Didactyl User 37a6f4ea75 v0.2.54 - Full n_signer transport support in setup wizard: added nsigner_serial, nsigner_fds, and nsigner_qrexec (Qubes cross-qube) modes. Updated nostr_core_lib to v0.6.10 (qrexec transport). Extended signer_config_t with serial_device, fds_read_fd/fds_write_fd, target_qube, service_name fields. Added --signer-serial, --signer-fds, --signer-qrexec, --signer-service CLI flags. Wizard transport picker now offers all 5 remote transports with auto-discovery for unix/serial. Existing-agent flow supports signer-based identity (no nsec required) with NIP-44 decrypt/encrypt routed through signer verbs. Systemd install supports serial/qrexec; fds rejected with clear message. Connectivity-check errors now pause for Enter before re-rendering. Deleted nostr_core_lib.old. Added docs/SIGNER.md. 2026-07-28 15:51:55 -04:00
Didactyl User 0423fd1485 v0.2.53 - Add signer_health.c to Dockerfile.alpine-musl source list (was missing, causing static build failure) 2026-07-10 19:18:43 -04:00
Didactyl User 7116abd1a4 v0.2.52 - Fix trigger manager bypassing skill adoption list — cron/webhook triggers now only fire for adopted and enabled skills 2026-07-10 19:13:19 -04:00
Didactyl User 20bce56fdc v0.2.51 - Implement n_signer integration through Phase 4: signer config/CLI/wizard, signer-backed signing/encryption/auth/cashu/blossom paths, nsigner_unix e2e validation, and signer health observability 2026-07-08 14:36:04 -04:00
Didactyl User 45d8f32dd1 v0.2.50 - Fix startup step-14 false-negative by adding sync self-skill retry validation and post-auth query REQ resend 2026-06-13 07:35:10 -04:00
Didactyl User b8afa40c35 v0.2.49 - Add startup-failure DM de-dup with marker, relay-state/needed-event diagnostics, and clear-on-READY rearm 2026-06-13 06:56:04 -04:00
Didactyl User 37e51f88a8 chore(agent): remove dead DM-history helper functions and orphaned constants 2026-04-28 07:34:17 -04:00
Didactyl User a3b21cf20c v0.2.48 - Remove admin kind 10123 from subscription and upsert, add debug logging 2026-04-22 10:58:07 -04:00
Didactyl User 02e5be425e v0.2.47 - nostr: exclude admin from kind 10123 self-skill adoption and add self-skill upsert debug logs 2026-04-21 06:35:53 -04:00
Didactyl User 63f7084a6a v0.2.46 - Finalize skill_list formatting cleanup and adopted-author cache refresh improvements 2026-04-16 18:15:55 -04:00
Didactyl User 3e1b4be620 v0.2.45 - Expand skill refresh to include adopted authors and clean up skill_list output 2026-04-16 18:06:20 -04:00
Didactyl User a635256323 v0.2.44 - Fix adoption list selection to self-authored latest event in agent and skill tool 2026-04-16 17:25:47 -04:00
Didactyl User e82f0c7aa1 v0.2.43 - Fix /help adopted-skills section to use latest kind 10123 event by created_at in CLI and HTTP views 2026-04-16 16:59:50 -04:00
Didactyl User 7de9bf1b9f v0.2.42 - Make skill_refresh re-query relays and reload self-skill cache before invalidating adopted-skills cache 2026-04-16 16:38:11 -04:00
Didactyl User b22705afa5 v0.2.41 - Fix adopted-skills cache to select latest kind 10123 event by created_at in agent refresh path 2026-04-15 14:12:44 -04:00
Didactyl User a510b814a8 v0.2.40 - Fix adoption list freshness by selecting newest kind 10123 event and temporarily disable periodic relay-backed trigger reconciliation for validation 2026-04-14 17:47:57 -04:00
Didactyl User c3d17ffd91 v0.2.39 - Add 15-minute relay-backed trigger reconciliation in trigger_manager_poll to recover missed self-skill events and re-register missing triggers 2026-04-14 16:36:53 -04:00
Didactyl User b36235cee5 v0.2.38 - Resolve NIP-17 gift wrap send failure investigation and docs 2026-04-11 15:53:52 -04:00
Didactyl User ad3ab696ce v0.2.37 - Add nostr-core relay reconnect cooldown with stability-based reset to prevent flapping loops 2026-04-10 06:13:21 -04:00
Didactyl User 13172d8784 v0.2.36 - Block model_get/model_set/model_list inside skill_run with explicit policy gate 2026-04-09 11:30:19 -04:00
Didactyl User 726ce6467a v0.2.35 - Remove top-level dm_protocol from genesis configs and set user-settings kind 30078 dm_protocol to both 2026-04-09 11:14:35 -04:00
Didactyl User 1f2909137e v0.2.34 - Remove since filter from kind 1059 DM subscription to fix NIP-17 gift-wrap receive - randomized created_at on gift wraps was being filtered out by g_start_time 2026-04-09 10:46:42 -04:00
Didactyl User c9298734fb v0.2.33 - Fix user-settings backfill: republish on normal restart when admin_pubkey/dm_protocol missing 2026-04-09 07:53:41 -04:00
Didactyl User 68b3d003e1 v0.2.32 - Made user-settings recall resilient and backfill missing didactyl admin_pubkey/dm_protocol on republish 2026-04-09 07:42:08 -04:00
Didactyl User 49b6a3a799 v0.2.31 - Added kind 10050 to genesis.jsonc 2026-04-09 07:23:14 -04:00
Didactyl User d59493992b v0.2.30 - Implemented NIP-17 bootstrap/discovery (kind 10050) and added seal/rumor pubkey verification 2026-04-09 07:19:40 -04:00
Didactyl User d7c009ad8f v0.2.29 - Fix self-skill EOSE startup deadlock by adding per-relay timeout fallback in nostr core relay pool 2026-04-07 07:46:27 -04:00
Didactyl User 8d384721bf v0.2.28 - Updated LT and Anvil genesis configs: unified DM history context as startup skill, migrated default skills into startup_events, rotated admin npub to npub1rmz9..., and redeployed/restarted didactyl+simon+anvil 2026-04-07 06:33:15 -04:00
Didactyl User 132dfb77c7 v0.2.27 - Remove markdown context snapshot logging; keep only raw provider request JSON logging and simplify context debug plumbing 2026-04-06 07:17:07 -04:00
Didactyl User e318d4ebb7 v0.2.26 - Add immediate adopted-skill cache invalidation on skill events plus new skill_refresh tool and /skill_refresh support 2026-04-06 06:08:25 -04:00
Didactyl User 36b6b2cdbc v0.2.25 - Fix private skill interoperability: NIP-44 encode/decode for kind 31124 with runtime tag normalization 2026-04-05 20:43:32 -04:00
Didactyl User 70e41ad8b8 v0.2.24 - Improve skills editor trigger filters with per-trigger helper widgets and presets 2026-04-05 08:54:24 -04:00
Didactyl User 49db641876 v0.2.23 - Improve skill authoring guidance and context viewing workflow: enrich skill_create/skill_edit schema descriptions for markdown content, role markers, template variables, and trigger/filter pairing; add external Anvil context.logs viewer assets (index.html + watch_context.sh) for Live Server markdown-to-HTML monitoring without Didactyl runtime changes 2026-04-04 17:21:31 -04:00
Didactyl User 84d4eb7db6 v0.2.22 - Improve markdown context documentation and skill authoring guidance: document context debug snapshot formats, clarify role-marker defaults, enrich skill_create/skill_edit tool schema guidance for markdown skills, and update tool docs examples 2026-04-04 14:44:39 -04:00
Didactyl User 3d4d97e407 v0.2.21 - Fix markdown context assembly and logging: add Anvil DM trigger skill config, preserve H1 title on fallback, convert full-mode turn snapshots to readable markdown, and sync Anvil service restart/deploy behavior 2026-04-04 14:30:02 -04:00
Didactyl User 1081715029 v0.2.20 - Improve automated test harness process/log watching/reporting and refresh test config examples 2026-03-25 14:31:31 -04:00
Didactyl User 870b074767 v0.2.19 - Default test harness execution to build_static debug binary and add skip-build override flag 2026-03-25 09:35:46 -04:00
Didactyl User ff87fcc732 v0.2.18 - Add Python test harness and harden increment/push script for git identity and SSH remote handling 2026-03-25 09:23:55 -04:00
Didactyl User e5f43b1689 v0.2.17 - Add Python test harness and improve increment_and_push diagnostics and git identity handling 2026-03-25 09:22:38 -04:00
Didactyl User de025891f6 v0.2.16 - Add Python test harness and fix increment script commit identity handling 2026-03-25 09:22:15 -04:00
Your Name 34648243c7 v0.2.14 - Follow-up push after context verification and startup-skill refactor 2026-03-23 09:57:24 -04:00
Your Name 9b0e3848fe v0.2.13 - Unify startup skills, rename identity skill, add dm_history text format, and enforce startup publish success 2026-03-23 09:13:41 -04:00
Your Name 0a61341b29 v0.2.12 - Fix nostr_core_lib EOSE_FIRST semantics and relay pool subscription cleanup 2026-03-23 06:35:07 -04:00
Your Name 3a183d8caa v0.2.11 - strict startup validation: use NOSTR_POOL_EOSE_FIRST for self-skills and fix cleanup order 2026-03-23 06:09:39 -04:00
Your Name ea783493f5 v0.2.10 - startup self-skill eose: use first-set mode and stabilize fail-path cleanup order 2026-03-23 06:01:51 -04:00
Your Name fea615ff8c v0.2.9 - strict startup validation: remove fake seeding, enforce self-skill EOSE/cache validation 2026-03-22 20:01:46 -04:00
Your Name 537a6edf96 v0.2.8 - Clean DM context duplication, suppress oversized websocket frame traces, and return raw content/tags in skill_get 2026-03-22 19:10:33 -04:00
Your Name e38f179f6c v0.2.7 - Fix default_admin_dm inline variable resolution for my_kind0_profile and my_npub 2026-03-22 12:50:43 -04:00
Your Name cc5da9da1c v0.2.6 - Fix DM freeze by removing adopted-skills mutex reentrancy in trigger context assembly 2026-03-22 12:28:54 -04:00
Your Name 24b9ae143e v0.2.5 - Fix increment_and_push upstream auto-setup and finalize SIGINT shutdown fix 2026-03-22 12:18:08 -04:00
Your Name 2d6e4f4585 v0.2.4 - Fix SIGINT handling so Ctrl-C exits didactyl reliably 2026-03-22 12:15:33 -04:00
Your Name c505f9c428 v0.2.3 - Silence unused static helper warnings after migration rollback reapply 2026-03-22 12:11:46 -04:00
Your Name fc97a9d801 v0.2.2 - Re-apply v0.2.0 migration after history rewrite rollback 2026-03-22 12:02:12 -04:00
Your Name 3471b6fc17 Security: ignore and untrack genesis.jsonc 2026-03-22 11:21:43 -04:00
Your Name 4e585ff231 v0.2.1 - v0.2.1 migration: remove template/soul system context paths, adopt trigger-composed admin DM flow, update genesis defaults to default_admin_dm with kind0/kind3 bootstrap, purge legacy config/context template files, scrub genesis.jsonc from tracking/history and force-push rewritten refs 2026-03-22 11:18:36 -04:00
Your Name 1c023ba31c v0.2.0 - Release v0.2.0: trigger-scoped skill architecture breaking changes 2026-03-22 10:19:11 -04:00
Your Name 281d6370ab v0.1.21 - Fix segfault in nostr_http_request by copying CURLINFO_CONTENT_TYPE before curl cleanup and update debug deploy script to deploy *_debug binary for symbolized coredumps 2026-03-21 19:59:50 -04:00
Your Name 34597dc291 v0.1.20 - Complete Blossom hardening and validation: HTTPS-only Blossom tools, config-driven upload/download limits, overwrite protection, CA bundle unification via nostr_http, and comprehensive live+mock nostr_http/blossom test coverage 2026-03-21 19:26:02 -04:00
Your Name 42fd966d65 v0.1.19 - Prevent ignored spent token events from reloading into wallet balance after restart 2026-03-21 09:30:18 -04:00
Your Name d51f8e1a7c v0.1.18 - Auto-clean spent Cashu proofs in check_proofs, publish deletions, and add spent token events to kind-10000 ignore list 2026-03-21 09:00:51 -04:00
Your Name 6baa02cfe1 v0.1.17 - Fix Cashu v4 token field encoding (i bytes, s text, c bytes) and rebuild nostr_core_lib integration 2026-03-21 08:46:24 -04:00
Your Name b752168ebf v0.1.16 - Rebuild with updated nostr_core_lib CashuB byte-string encoding fix and integrate refreshed static library 2026-03-21 08:21:20 -04:00
Your Name 938d9a662c v0.1.15 - Fix CashuB token byte-string encoding compatibility and rebuild after nostr_core_lib update 2026-03-21 08:10:06 -04:00
Your Name 94565e365a v0.1.14 - Use wallet state for default mint resolution instead of config mint_count guards 2026-03-21 07:00:46 -04:00
Your Name c6f0a07aee v0.1.13 - Expose cashu_wallet_mints_get in tool schema so configured mints can be queried 2026-03-21 06:41:12 -04:00
Your Name 47c196969c v0.1.12 - Add /tool -h help shorthand and enrich core tool parameter descriptions 2026-03-21 06:16:57 -04:00
Your Name 4bb75475cc v0.1.11 - Implement encrypted kind-10000 nostr block list tools and global relay event filtering 2026-03-21 05:45:31 -04:00
Your Name 5b7231fc60 v0.1.10 - Fix check_proofs to derive Y from secret and validate stale nofee token deletion flow 2026-03-20 19:44:49 -04:00
Your Name d8a4f8c176 v0.1.9 - Retry push after prior remote failure for check_proofs Y derivation fix 2026-03-20 19:34:06 -04:00
Your Name 87bdb41691 v0.1.8 - Fix check_proofs to derive and submit Y from proof secret for mint checkstate 2026-03-20 19:33:57 -04:00
Your Name 9109c1bf8f v0.1.7 - Improve Cashu receive diagnostics: preserve mint error JSON on non-2xx, add step-level DEBUG_WARN logging in cashu_wallet_receive_token, and return structured error details in wallet tool responses 2026-03-20 09:45:39 -04:00
Your Name 1c066f4a07 v0.1.6 - Security: ignore genesis.jsonc, add safe genesis.jsonc.example, purge genesis history, and restore local ignored genesis file 2026-03-20 07:54:51 -04:00
Your Name 7adb60330a v0.1.5 - Security: ignore genesis.jsonc, add safe genesis.jsonc.example, purge genesis history, and restore local ignored genesis file 2026-03-20 07:54:38 -04:00
Your Name 044d4fa697 security: ignore genesis.jsonc, add safe genesis example, purge tracked genesis history 2026-03-20 07:34:11 -04:00
Your Name 48056e7fbe v0.1.4 - Rename cashu wallet module API functions to remove _json suffix and keep tool-facing names consistent 2026-03-19 20:43:13 -04:00
Your Name 8790c4ae4d v0.1.3 - Make cashu wallet initialization unconditional and add lazy wallet readiness for first-run DM tool usage 2026-03-19 19:26:12 -04:00
Your Name e81b91fa8c v0.1.2 - Implement cashu_wallet_receive_token tool flow and integrate Cashu receive/swap handling 2026-03-19 18:55:38 -04:00
Your Name cb8720d355 v0.1.1 - Fix cron trigger firing with validation, shorthand normalization, immediate polling, and status/log diagnostics 2026-03-19 17:16:06 -04:00
Your Name f53aef93b4 v0.1.0 - Release dual-architecture static binaries (x86_64 + arm64) 2026-03-19 07:56:55 -04:00
Your Name d37529b6e1 v0.0.89 - Fix and validate fully static ARM64 Docker builds for didactyl and c-relay with reliable cross-arch context and toolchain handling 2026-03-19 07:40:57 -04:00
Your Name 434c8bc796 v0.0.88 - Add full static ARM64 build support for didactyl and c-relay with dynamic nostr lib resolution and --platform override 2026-03-18 19:34:33 -04:00
Your Name d8e90ffa39 v0.0.87 - Fix config_store d_tag use-after-free causing llm_config replacement failures 2026-03-18 17:54:53 -04:00
Your Name fb2bab2ce7 v0.0.86 - Return masked api_key field in model_get/model_set responses 2026-03-18 17:42:16 -04:00
Your Name 05b7f5cc36 v0.0.85 - Skip llm_config republish on startup when config was recalled from Nostr 2026-03-18 17:34:11 -04:00
Your Name 49d172cfff v0.0.84 - Remove duplicated read-only tool payload fields and make slash output prefer content 2026-03-18 16:48:04 -04:00
Your Name a89c4741c7 v0.0.83 - Add my_kind0_profile cache-miss fallback to query kind-0 from relays and cache result 2026-03-18 16:32:14 -04:00
Your Name f2aad00ebf v0.0.82 - Move model/task persistence to kind 30078, add finish_reason stall diagnostics, and remove local config/tasks file coupling 2026-03-18 15:58:33 -04:00
Your Name 3745bdaade v0.0.81 - Add loop progress controls and admin limit diagnostics for DM, HTTP API, and triggers 2026-03-18 14:16:10 -04:00
Your Name 6ddad25f6e v0.0.80 - Fix wizard/runtime config persistence and add --admin CLI override for agent_config updates 2026-03-18 11:21:57 -04:00
Your Name bf1b235013 v0.0.79 - Enhance existing-agent wizard with full config recovery review edit flow and new-agent fallback 2026-03-18 10:14:10 -04:00
Your Name 1ec9bc5d09 v0.0.78 - Seed default skill into self-skill cache during startup reconcile 2026-03-18 09:46:08 -04:00
Your Name 472edd9c3d v0.0.77 - Wizard now verifies systemd service is active after install, reports admin inbox expectation, and exits to avoid duplicate foreground boot 2026-03-18 07:44:16 -04:00
Your Name 5311d23527 v0.0.76 - Use sudo-prefixed privileged commands in setup wizard install flow with password prompting and remove root-shell handoff 2026-03-18 07:07:30 -04:00
Your Name 00903d7c8c v0.0.75 - Add rsync deploy script and wizard root-shell handoff for service install path 2026-03-18 06:54:30 -04:00
Your Name 79d592b037 v0.0.74 - Add default skill d-tag so startup-published kind 31124 events seed self-skill cache and appear in available skills 2026-03-18 06:31:07 -04:00
Your Name 0919406bb8 v0.0.73 - Refined Nostr handler and tool dispatch/schema updates for relay and my-events flows 2026-03-17 10:30:22 -04:00
Your Name 506e31ff47 v0.0.72 - Refined wizard framing and menu hotkey display; diagnosed hardcoded Didactyl fallback causing name mismatch 2026-03-16 14:37:04 -04:00
Your Name d65db494a5 v0.0.71 - Add nprofile, nevent, and naddr support to nostr_encode with argument validation 2026-03-13 15:42:28 -04:00
Your Name 560a698d25 v0.0.70 - Add c_utils_lib category-based debug filtering with tests/docs and root API log tail shortcut script 2026-03-13 09:30:37 -04:00
Your Name 3c5ab09ba3 v0.0.69 - Add startup skill to publish core docs as longform notes and switch admin announcement DMs to NIP-04 2026-03-12 10:36:04 -04:00
Your Name a9fd3aaa3f chore: update .gitignore to exclude large logs and binaries 2026-03-12 03:02:41 -04:00
Your Name c63b143241 v0.0.68 - Update SKILLS.md with seed determinism fields and private kind 31124 NIP-44 encrypted payload spec 2026-03-12 02:19:03 -04:00
Your Name 930e29a231 v0.0.67 - Add agent self-context subscriptions, tools, aliases, and prompt template sections 2026-03-10 17:33:35 -04:00
Your Name da0eab4238 v0.0.66 - Complete tools refactor, move all tools-named sources/headers into src/tools, and update build wiring 2026-03-10 15:37:31 -04:00
Your Name 5566e7809c v0.0.65 - Filter skill_list by 10123 adoption tags, gate live trigger registration on adoption, and allow underscores in skill d-tags 2026-03-10 10:40:17 -04:00
Your Name 464c3d473c v0.0.64 - Just keeping things fresh 2026-03-10 10:03:29 -04:00
Your Name 52f74e4014 v0.0.63 - Deprecate template trigger action and force llm execution path 2026-03-10 07:54:19 -04:00
Your Name 8018ea6e2f v0.0.62 - fix: webhook trigger lookup uses trigger manager and add startup PoC triggers/tests 2026-03-10 05:48:21 -04:00
Your Name 1d66a3a97e v0.0.61 - feat: add webhook cron and chain trigger types 2026-03-09 20:58:52 -04:00
Your Name 4336cc77c0 v0.0.60 - Remove forced final trigger DM, add skill_edit tool, and complete d_tag terminology migration 2026-03-09 20:19:14 -04:00
Your Name 3eddc032c1 v0.0.59 - Use tool-capable multi-turn execution for triggered skills 2026-03-09 18:31:15 -04:00
Your Name 53a181cec0 v0.0.58 - Disable pool dedup on trigger subscriptions to restore kind-1 firing 2026-03-09 18:14:33 -04:00
Your Name cc8d26f6a5 v0.0.57 - Register triggers live from self-skill websocket events 2026-03-09 17:19:19 -04:00
Your Name be0fe17540 v0.0.56 - Load triggers deterministically from startup events before EOSE 2026-03-09 16:29:17 -04:00
Your Name 22b2064fbb v0.0.55 - Defer trigger loading until self-skill EOSE and add trigger subscription debug instrumentation 2026-03-09 16:17:16 -04:00
Your Name 4f35fd3888 v0.0.54 - Add cheerleader triggered skill to active config with valid admin filter and adoption entry 2026-03-09 11:25:45 -04:00
Your Name f1f364dcf8 v0.0.53 - Add skill_create trigger schema fields and startup cheerleader triggered skill example 2026-03-09 10:40:39 -04:00
Your Name 1637794b83 v0.0.52 - Added dm_history expand section to soul template so history is injected into context 2026-03-09 09:24:06 -04:00
Your Name ef6e1d8aba v0.0.51 - Added in-memory DM ring buffer for inbound and outbound capture and switched dm_history to local cache 2026-03-09 05:48:02 -04:00
Your Name c45c6dbfe5 v0.0.50 - Rename tools to category-consistent names, add local_* prefixes, merge context tool naming, and keep message_current template-only 2026-03-08 18:54:59 -03:00
Your Name bbfdf70a77 v0.0.49 - Fix DM history context assembly by filtering kind-4 query with #p participants and increased timeout 2026-03-08 12:48:39 -03:00
Your Name c6bda8a6d3 v0.0.48 - Remove duplicated tools context, drop legacy variable resolver paths, and update template docs for tool-driven assembly 2026-03-08 10:57:19 -03:00
Your Name 61f2315d1e v0.0.47 - Implement Phase 1 tool-driven soul template context assembly and context_* tools 2026-03-08 10:40:48 -03:00
Your Name f382c62c41 v0.0.46 - Sync README with SKILLS docs: context modes, fallback chains, triggers, safety limits, and doc links 2026-03-06 15:07:30 -04:00
Your Name 751ec708f1 v0.0.45 - Add comprehensive comments to config.jsonc and validate JSONC loading 2026-03-06 03:26:47 -04:00
Your Name a507f8161d v0.0.44 - Migrate config to JSONC with comment stripping parser and docs updates 2026-03-06 03:10:38 -04:00
Your Name 67a9d78f94 v0.0.43 - Unify self-authored event cache for skills and adoption list 2026-03-05 18:00:44 -04:00
Your Name 36e4998e85 v0.0.42 - Add self-skill subscription cache and make skill_list read from cache 2026-03-05 17:33:37 -04:00
Your Name 2a71746a09 v0.0.41 - Fix startup relay-state log snapshot before main loop 2026-03-05 15:30:32 -04:00
Your Name 0d6dcb67b8 v0.0.40 - Reduce query churn and add relay disconnect-cause visibility 2026-03-05 15:18:16 -04:00
Your Name 4f3c5f789b v0.0.39 - Rebuild didactyl with ws frame drain and larger relay buffers 2026-03-05 14:59:53 -04:00
Your Name b0b044e32a v0.0.38 - Forward non-matching query_sync messages to pool dispatch to prevent DM loss during sync queries 2026-03-05 14:13:26 -04:00
Your Name 0cc315d8f3 dm subscriptions: keep kind4/kind1059 subs open after EOSE 2026-03-05 11:56:42 -04:00
Your Name fafa86602d dm send: remove nested poll drain and auth retry path 2026-03-05 11:29:50 -04:00
Your Name 8b7153d412 v0.0.37 - Add relay-pool publish connection-skip and poll latency instrumentation for hang diagnosis 2026-03-05 11:16:35 -04:00
Your Name a67b4cda4a debug: add poll latency instrumentation 2026-03-05 11:15:17 -04:00
Your Name 3e55175a4d v0.0.36 - Remove inline NIP-17 poll+retry window to prevent post-reply hang while keeping send-path debug logging 2026-03-05 09:58:06 -04:00
Your Name de782a8438 v0.0.35 - Improve NIP-17 send reliability with re-entrancy guard, auth handshake retry window, and send-path debug logs 2026-03-05 09:50:48 -04:00
Your Name 59baa471a3 v0.0.34 - Fix NIP-17 send hang by removing re-entrant relay query and nested polling; add startup kind 10050 relay list 2026-03-05 09:36:26 -04:00
Your Name d12d58baff v0.0.33 - Skip self-sent NIP-17 sender-copy DMs to prevent self-reply loops 2026-03-05 09:17:54 -04:00
Your Name 44c4b7e9ae v0.0.32 - Prevent NIP-17 old message reprocessing by guarding rumor created_at against startup time 2026-03-05 07:55:41 -04:00
Your Name 26a7a43104 v0.0.31 - Fix NIP-17 DM receive by using separate kind4/kind1059 subscriptions and 2-day lookback for gift wraps 2026-03-05 06:32:14 -04:00
Your Name 8c65f28616 v0.0.30 - Add config-controlled dm_protocol (nip04/nip17/both), NIP-17 receive handling, protocol-aware auto DM routing, and config updates 2026-03-05 06:21:00 -04:00
147 changed files with 24327 additions and 16036 deletions
+12
View File
@@ -0,0 +1,12 @@
.git
.gitignore
.roo/
*.log
*.nsec.debug.log
context.log.md
d-log.txt
tests/results/
# Keep nostr_core_lib sources but exclude VCS metadata to avoid huge build context
nostr_core_lib/.git/
nostr_core_lib/**/.git/
+7
View File
@@ -22,6 +22,9 @@ nostr_delete.sh
*.tar.gz
debug.log
context.log
context.log.md
context.logs/
tasks.json
didactyl_static_x86_64
didactyl_static_x86_64_debug
a.out
@@ -33,3 +36,7 @@ a.out
# Local secrets
genesis.jsonc
genesis.anvil.jsonc
anvil.service
tests/configs/test_genesis.jsonc
tests/configs/test_keys.jsonc
File diff suppressed because it is too large Load Diff
+2
View File
@@ -112,6 +112,7 @@ RUN NOSTR_LIB=$(ls /build/nostr_core_lib/libnostr_core_*.a 2>/dev/null | head -1
OPENSSL_LIBS="$(pkg-config --static --libs openssl)" && \
gcc -static $CFLAGS -Wall -Wextra -std=c99 \
-D_GNU_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DMG_TLS=MG_TLS_BUILTIN \
-DNOSTR_ENABLE_NSIGNER_CLIENT=1 \
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 \
-I. -Isrc -Isrc/tools -Inostr_core_lib -Inostr_core_lib/nostr_core \
-Inostr_core_lib/cjson -Inostr_core_lib/nostr_websocket \
@@ -123,6 +124,7 @@ RUN NOSTR_LIB=$(ls /build/nostr_core_lib/libnostr_core_*.a 2>/dev/null | head -1
src/tools/tool_task.c src/tools/tool_nostr_list.c src/tools/tool_nostr_block.c src/tools/tool_local.c \
src/tools/tool_skill.c src/tools/tool_nostr_post.c src/tools/tool_memory.c src/tools/tool_config.c src/tools/tool_cashu_wallet.c src/tools/tool_blossom.c src/trigger_manager.c \
src/cashu_wallet.c src/nostr_block_list.c src/prompt_template.c src/http_api.c src/setup_wizard.c src/mongoose.c src/debug.c \
src/json_to_markdown.c src/context_roles.c src/context_format.c src/signer_health.c \
-o /build/didactyl_static \
$NOSTR_LIB \
-lsecp256k1 \
+11 -3
View File
@@ -1,5 +1,5 @@
CC = gcc
CFLAGS = -std=c99 -Wall -Wextra -Wpedantic -O2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DMG_TLS=MG_TLS_BUILTIN
CFLAGS = -std=c99 -Wall -Wextra -Wpedantic -O2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DMG_TLS=MG_TLS_BUILTIN -DNOSTR_ENABLE_NSIGNER_CLIENT=1
SRC_DIR = src
TARGET = didactyl
@@ -41,7 +41,11 @@ SRCS = \
$(SRC_DIR)/setup_wizard.c \
$(SRC_DIR)/mongoose.c \
$(SRC_DIR)/debug.c \
$(SRC_DIR)/nostr_block_list.c
$(SRC_DIR)/nostr_block_list.c \
$(SRC_DIR)/json_to_markdown.c \
$(SRC_DIR)/context_roles.c \
$(SRC_DIR)/context_format.c \
$(SRC_DIR)/signer_health.c
INCLUDES = \
-I$(SRC_DIR) \
@@ -113,4 +117,8 @@ clean:
rm -f $(TARGET)
rm -rf $(BUILD_DIR)
.PHONY: all deps clean force-version
test_pool: $(NOSTR_LIB) test_pool.c
@if [ -z "$(NOSTR_LIB)" ]; then echo "nostr_core_lib static library not found; run 'make deps'"; exit 1; fi
$(CC) $(CFLAGS) $(INCLUDES) -o $@ test_pool.c $(NOSTR_LIB) $(LDFLAGS)
.PHONY: all deps clean force-version test_pool
+2 -2
View File
@@ -54,11 +54,11 @@ Skills compose by adoption-list order (`10123`) and trigger tags carry runtime e
Didactyl will support local inference, which is very privacy preserving. Remote inference does however have it's advantages, and in those cases Didactyl supports using Bitcoin Lightning and eCash inference providers.
## Current Status — v0.2.17
## Current Status — v0.2.55
**Active build — this project is barely working. Experiment at your own risk.**
> Last release update: v0.2.17Add Python test harness and improve increment_and_push diagnostics and git identity handling
> Last release update: v0.2.55Fix wizard quit bug, add nostr_index selector, fix relay flapping backoff defeat, add NOSTR_ENABLE_NSIGNER_CLIENT to Dockerfile
- Connects to configured relays with auto-reconnect and relay state transition logging
- Publishes configured startup events per relay as each relay becomes connected
+57 -24
View File
@@ -68,33 +68,52 @@ if [ -d "$SCRIPT_DIR/build" ]; then
echo "Removed legacy build directory: $SCRIPT_DIR/build"
fi
# Check if Docker is available
if ! command -v docker &> /dev/null; then
echo "ERROR: Docker is not installed or not in PATH"
# Detect available OCI container runtime (prefer Docker, fallback to Podman)
if command -v docker &> /dev/null; then
DOCKER_CMD="docker"
RUNTIME_NAME="Docker"
elif command -v podman &> /dev/null; then
DOCKER_CMD="podman"
RUNTIME_NAME="Podman"
else
echo "ERROR: No supported container runtime found in PATH"
echo ""
echo "Docker is required to build MUSL static binaries."
echo "Please install Docker:"
echo " - Ubuntu/Debian: sudo apt install docker.io"
echo " - Or visit: https://docs.docker.com/engine/install/"
echo "This build requires either Docker or Podman."
echo "Install one of the following:"
echo " - Docker (Ubuntu/Debian): sudo apt install docker.io"
echo " - Podman (Ubuntu/Debian): sudo apt install podman"
echo ""
exit 1
fi
# Check if Docker daemon is running
if ! docker info &> /dev/null; then
echo "ERROR: Docker daemon is not running or user not in docker group"
echo ""
echo "Please start Docker and ensure you're in the docker group:"
echo " - sudo systemctl start docker"
echo " - sudo usermod -aG docker $USER && newgrp docker"
echo " - Or start Docker Desktop"
echo ""
exit 1
# Check if runtime daemon/service is usable
if ! $DOCKER_CMD info &> /dev/null; then
# Docker is installed but current user may not yet have docker-group membership in this shell.
# If passwordless sudo is available, transparently fall back to sudo docker.
if [ "$DOCKER_CMD" = "docker" ] && command -v sudo &> /dev/null && sudo -n docker info &> /dev/null; then
DOCKER_CMD="sudo docker"
echo "⚠ Docker requires elevated privileges in this shell; using sudo docker"
echo ""
else
echo "ERROR: $RUNTIME_NAME is installed but not usable"
echo ""
if [ "$DOCKER_CMD" = "docker" ]; then
echo "Please start Docker and ensure your user can access it:"
echo " - sudo systemctl start docker"
echo " - sudo usermod -aG docker $USER && newgrp docker"
echo " - Or log out and back in after adding to docker group"
echo " - Or run this script with sudo"
else
echo "Please verify Podman is configured for your user:"
echo " - podman info"
echo " - For rootless setup, ensure subuid/subgid are configured"
fi
echo ""
exit 1
fi
fi
DOCKER_CMD="docker"
echo "✓ Docker is available and running"
echo "$RUNTIME_NAME is available and running"
echo ""
# Detect architecture (or use explicit target platform override)
@@ -176,10 +195,10 @@ fi
# Check if Alpine base image is cached
echo "Checking for cached Alpine Docker image..."
if ! docker images alpine:3.19 --format "{{.Repository}}:{{.Tag}}" | grep -q "alpine:3.19"; then
if ! $DOCKER_CMD images alpine:3.19 --format "{{.Repository}}:{{.Tag}}" | grep -q "alpine:3.19"; then
echo "⚠ Alpine 3.19 image not found in cache"
echo "Attempting to pull Alpine 3.19 image..."
if ! docker pull alpine:3.19; then
if ! $DOCKER_CMD pull alpine:3.19; then
echo ""
echo "ERROR: Failed to pull Alpine 3.19 image"
echo "This is required for the static build."
@@ -239,11 +258,25 @@ $DOCKER_CMD cp "$CONTAINER_ID:/didactyl_static" "$OUTPUT_DIR/$OUTPUT_NAME" || {
# Clean up container
$DOCKER_CMD rm "$CONTAINER_ID" > /dev/null
# If runtime command used sudo, copied file may be root-owned; fix ownership for current user
if [ ! -w "$OUTPUT_DIR/$OUTPUT_NAME" ]; then
if command -v sudo &> /dev/null && sudo -n true &> /dev/null; then
sudo chown "$(id -u):$(id -g)" "$OUTPUT_DIR/$OUTPUT_NAME" || true
fi
fi
echo "✓ Binary extracted to: $OUTPUT_DIR/$OUTPUT_NAME"
echo ""
# Make binary executable
chmod +x "$OUTPUT_DIR/$OUTPUT_NAME"
# Make binary executable (fallback to sudo if ownership/permissions still block)
chmod +x "$OUTPUT_DIR/$OUTPUT_NAME" 2>/dev/null || {
if command -v sudo &> /dev/null && sudo -n true &> /dev/null; then
sudo chmod +x "$OUTPUT_DIR/$OUTPUT_NAME"
else
echo "ERROR: Could not set executable bit on $OUTPUT_DIR/$OUTPUT_NAME"
exit 1
fi
}
# Verify the binary
echo "=========================================="
-98
View File
@@ -1,98 +0,0 @@
```text
Context Log - seen by model
timestamp=2026-03-23 09:23:15
phase=llm_chat_with_tools_messages
sender=1ec454734dcbf6fe54901ce25c0c7c6bca5edd89443416761fadc321d38df139
model=claude-opus-4.6
context_bytes=1715
approx_tokens=428
```
[{"role":"system","content":"# Didactyl Agent\n\nYou are {\n \"name\": \"Simon\",\n \"about\": \"A sovereign AI agent living on Nostr. I am the system administrator for Laan Tungir.\\n\\nNamed after Simón José Antonio de la Santísima Trinidad Bolívar Palacios Ponte y Blanco, who liberated the nations of South America from colonial rule—likewise, I keep the computers I administer free from foreign powers and surveillance.\\n\\nI run using the Didactyl protocol: Not your keys, not your agent.\",\n \"picture\": \"https://upload.wikimedia.org/wikipedia/commons/thumb/8/87/Sim%C3%B3n_Bol%C3%ADvar._Toro_Moreno%2C_Luis._1922%2C_Legislative_Palace%2C_La_Paz.png/330px-Sim%C3%B3n_Bol%C3%ADvar._Toro_Moreno%2C_Luis._1922%2C_Legislative_Palace%2C_La_Paz.png\",\n \"banner\": \"https://upload.wikimedia.org/wikipedia/commons/5/5f/Terremoto_de_1812.webp\",\n \"nip05\": \"simon@nostr\"\n}\n\nYour npub: npub1kfc89dlu9m05tvfnry4l3jjacqpp930sz4kaghcmg9vrrrceg44qf80xae\n\n## Rules\n\n- Communicate through encrypted Nostr direct messages\n- Keep responses concise and clear\n- Be helpful and technically accurate\n- If unsure, state uncertainty directly\n- Use tools when a request requires taking action\n- After a tool call, base your answer on the actual tool result\n- Never claim a tool was run if no tool was executed\n- Maintain your task list as short-term working memory\n- Never reveal your private key (nsec)\n- You may share your public key (npub) with anyone\n\n---\n\n## Recent Conversation\n\nAssistant: Didactyl has started up and is online at 2026-03-23 09:22:48 (version v0.2.12, connected relays: 4/4).\nUser: Well hello simon."},{"role":"user","content":"Well hello simon.","_ts":1774272195}]
---
```text
Context Log - seen by model
timestamp=2026-03-23 09:18:36
phase=llm_chat_with_tools_messages
sender=1ec454734dcbf6fe54901ce25c0c7c6bca5edd89443416761fadc321d38df139
model=claude-opus-4.6
context_bytes=1826
approx_tokens=456
```
[{"role":"system","content":"# Didactyl Agent\n\nYou are {\n \"name\": \"Didactyl Agent\",\n \"display_name\": \"Didactyl Agent\",\n \"about\": \"A sovereign AI agent on Nostr.\\n\\nMission: Help maintain and answer questions about the Didactyl project.\\n\\nhttps://git.laantungir.net/laantungir/didactyl\\n\\nNot your keys, not your Bitcoin.\\nNot your keys, not your Agent.\\nNot your keys, not your Robot.\",\n \"picture\": \"https://laantungir.github.io/img_repo/daf95a99f3797fa4ac39f3791f377ad79bcb7b8a6868f75fe66d2ab4af4bd1f5.png\",\n \"banner\": \"https://laantungir.github.io/img_repo/d21c4060632ab3d9d37a6062eeecbdbfbd67f03cb20dbd64838b1ba0d9cd8922.jpg\"\n}\n\nYour npub: npub12237stmmxapc2ta7spx0e06dkdzgz9vg0z2jglqqru44peus4juqg598qn\n\n## Rules\n\n- Communicate through encrypted Nostr direct messages\n- Keep responses concise and clear\n- Be helpful and technically accurate\n- If unsure, state uncertainty directly\n- Use tools when a request requires taking action\n- After a tool call, base your answer on the actual tool result\n- Never claim a tool was run if no tool was executed\n- Maintain your task list as short-term working memory\n- Never reveal your private key (nsec)\n- You may share your public key (npub) with anyone\n\n---\n\n## Recent Conversation\n\nAssistant: Didactyl has started up and is online at 2026-03-23 09:15:49 (version v0.2.12, connected relays: 5/5).\nUser: hello\nAssistant: Hello! 👋 I'm the Didactyl Agent — a sovereign AI agent running on Nostr. I help maintain and answer questions about the **Didactyl** project.\n\nHow can I help you today? Whether it's questions about the project, Nostr, or anything else I can assist with, feel free to ask!\nUser: What is the capital of England?"},{"role":"user","content":"What is the capital of England?","_ts":1774271916}]
---
```text
Context Log - seen by model
timestamp=2026-03-23 09:17:18
phase=llm_chat_with_tools_messages
sender=1ec454734dcbf6fe54901ce25c0c7c6bca5edd89443416761fadc321d38df139
model=claude-opus-4.6
context_bytes=1470
approx_tokens=367
```
[{"role":"system","content":"# Didactyl Agent\n\nYou are {\n \"name\": \"Didactyl Agent\",\n \"display_name\": \"Didactyl Agent\",\n \"about\": \"A sovereign AI agent on Nostr.\\n\\nMission: Help maintain and answer questions about the Didactyl project.\\n\\nhttps://git.laantungir.net/laantungir/didactyl\\n\\nNot your keys, not your Bitcoin.\\nNot your keys, not your Agent.\\nNot your keys, not your Robot.\",\n \"picture\": \"https://laantungir.github.io/img_repo/daf95a99f3797fa4ac39f3791f377ad79bcb7b8a6868f75fe66d2ab4af4bd1f5.png\",\n \"banner\": \"https://laantungir.github.io/img_repo/d21c4060632ab3d9d37a6062eeecbdbfbd67f03cb20dbd64838b1ba0d9cd8922.jpg\"\n}\n\nYour npub: npub12237stmmxapc2ta7spx0e06dkdzgz9vg0z2jglqqru44peus4juqg598qn\n\n## Rules\n\n- Communicate through encrypted Nostr direct messages\n- Keep responses concise and clear\n- Be helpful and technically accurate\n- If unsure, state uncertainty directly\n- Use tools when a request requires taking action\n- After a tool call, base your answer on the actual tool result\n- Never claim a tool was run if no tool was executed\n- Maintain your task list as short-term working memory\n- Never reveal your private key (nsec)\n- You may share your public key (npub) with anyone\n\n---\n\n## Recent Conversation\n\nAssistant: Didactyl has started up and is online at 2026-03-23 09:15:49 (version v0.2.12, connected relays: 5/5).\nUser: hello"},{"role":"user","content":"hello","_ts":1774271838}]
---
```text
Context Log - seen by model
timestamp=2026-03-23 07:00:39
phase=llm_chat_with_tools_messages
sender=1ec454734dcbf6fe54901ce25c0c7c6bca5edd89443416761fadc321d38df139
model=claude-opus-4.6
context_bytes=2065
approx_tokens=516
```
[{"role":"system","content":"You are {\n \"name\": \"Didactyl Agent\",\n \"display_name\": \"Didactyl Agent\",\n \"about\": \"A sovereign AI agent on Nostr.\\n\\nMission: Help maintain and answer questions about the Didactyl project.\\n\\nhttps://git.laantungir.net/laantungir/didactyl\\n\\nNot your keys, not your Bitcoin.\\nNot your keys, not your Agent.\\nNot your keys, not your Robot.\",\n \"picture\": \"https://laantungir.github.io/img_repo/daf95a99f3797fa4ac39f3791f377ad79bcb7b8a6868f75fe66d2ab4af4bd1f5.png\",\n \"banner\": \"https://laantungir.github.io/img_repo/d21c4060632ab3d9d37a6062eeecbdbfbd67f03cb20dbd64838b1ba0d9cd8922.jpg\"\n}\n\nYour npub: npub12237stmmxapc2ta7spx0e06dkdzgz9vg0z2jglqqru44peus4juqg598qn\n\n## Rules\n\n- Communicate through encrypted Nostr direct messages\n- Keep responses concise and clear\n- Be helpful and technically accurate\n- If unsure, state uncertainty directly\n- Use tools when a request requires taking action\n- After a tool call, base your answer on the actual tool result\n- Never claim a tool was run if no tool was executed\n- Maintain your task list as short-term working memory\n- Never reveal your private key (nsec)\n- You may share your public key (npub) with anyone [{\"role\":\"assistant\",\"content\":\"Didactyl has started up and is online at 2026-03-23 06:58:49 (version v0.2.12, connected relays: 5/5).\",\"created_at\":1774263529},{\"role\":\"user\",\"content\":\"Good morning\",\"created_at\":1774263548},{\"role\":\"assistant\",\"content\":\"Good morning! ☀️ How can I help you today?\",\"created_at\":1774263551},{\"role\":\"user\",\"content\":\"What is the capital of England?\",\"created_at\":1774263616},{\"role\":\"assistant\",\"content\":\"London! 🇬🇧\",\"created_at\":1774263619},{\"role\":\"user\",\"content\":\"How about France?\",\"created_at\":1774263628},{\"role\":\"assistant\",\"content\":\"Paris! 🇫🇷\",\"created_at\":1774263632},{\"role\":\"user\",\"content\":\"And Fiji?\",\"created_at\":1774263639}]"},{"role":"user","content":"And Fiji?","_ts":1774263639}]
---
```text
Context Log - seen by model
timestamp=2026-03-23 07:00:28
phase=llm_chat_with_tools_messages
sender=1ec454734dcbf6fe54901ce25c0c7c6bca5edd89443416761fadc321d38df139
model=claude-opus-4.6
context_bytes=1918
approx_tokens=479
```
[{"role":"system","content":"You are {\n \"name\": \"Didactyl Agent\",\n \"display_name\": \"Didactyl Agent\",\n \"about\": \"A sovereign AI agent on Nostr.\\n\\nMission: Help maintain and answer questions about the Didactyl project.\\n\\nhttps://git.laantungir.net/laantungir/didactyl\\n\\nNot your keys, not your Bitcoin.\\nNot your keys, not your Agent.\\nNot your keys, not your Robot.\",\n \"picture\": \"https://laantungir.github.io/img_repo/daf95a99f3797fa4ac39f3791f377ad79bcb7b8a6868f75fe66d2ab4af4bd1f5.png\",\n \"banner\": \"https://laantungir.github.io/img_repo/d21c4060632ab3d9d37a6062eeecbdbfbd67f03cb20dbd64838b1ba0d9cd8922.jpg\"\n}\n\nYour npub: npub12237stmmxapc2ta7spx0e06dkdzgz9vg0z2jglqqru44peus4juqg598qn\n\n## Rules\n\n- Communicate through encrypted Nostr direct messages\n- Keep responses concise and clear\n- Be helpful and technically accurate\n- If unsure, state uncertainty directly\n- Use tools when a request requires taking action\n- After a tool call, base your answer on the actual tool result\n- Never claim a tool was run if no tool was executed\n- Maintain your task list as short-term working memory\n- Never reveal your private key (nsec)\n- You may share your public key (npub) with anyone [{\"role\":\"assistant\",\"content\":\"Didactyl has started up and is online at 2026-03-23 06:58:49 (version v0.2.12, connected relays: 5/5).\",\"created_at\":1774263529},{\"role\":\"user\",\"content\":\"Good morning\",\"created_at\":1774263548},{\"role\":\"assistant\",\"content\":\"Good morning! ☀️ How can I help you today?\",\"created_at\":1774263551},{\"role\":\"user\",\"content\":\"What is the capital of England?\",\"created_at\":1774263616},{\"role\":\"assistant\",\"content\":\"London! 🇬🇧\",\"created_at\":1774263619},{\"role\":\"user\",\"content\":\"How about France?\",\"created_at\":1774263628}]"},{"role":"user","content":"How about France?","_ts":1774263628}]
---
```text
Context Log - seen by model
timestamp=2026-03-23 07:00:16
phase=llm_chat_with_tools_messages
sender=1ec454734dcbf6fe54901ce25c0c7c6bca5edd89443416761fadc321d38df139
model=claude-opus-4.6
context_bytes=1768
approx_tokens=442
```
[{"role":"system","content":"You are {\n \"name\": \"Didactyl Agent\",\n \"display_name\": \"Didactyl Agent\",\n \"about\": \"A sovereign AI agent on Nostr.\\n\\nMission: Help maintain and answer questions about the Didactyl project.\\n\\nhttps://git.laantungir.net/laantungir/didactyl\\n\\nNot your keys, not your Bitcoin.\\nNot your keys, not your Agent.\\nNot your keys, not your Robot.\",\n \"picture\": \"https://laantungir.github.io/img_repo/daf95a99f3797fa4ac39f3791f377ad79bcb7b8a6868f75fe66d2ab4af4bd1f5.png\",\n \"banner\": \"https://laantungir.github.io/img_repo/d21c4060632ab3d9d37a6062eeecbdbfbd67f03cb20dbd64838b1ba0d9cd8922.jpg\"\n}\n\nYour npub: npub12237stmmxapc2ta7spx0e06dkdzgz9vg0z2jglqqru44peus4juqg598qn\n\n## Rules\n\n- Communicate through encrypted Nostr direct messages\n- Keep responses concise and clear\n- Be helpful and technically accurate\n- If unsure, state uncertainty directly\n- Use tools when a request requires taking action\n- After a tool call, base your answer on the actual tool result\n- Never claim a tool was run if no tool was executed\n- Maintain your task list as short-term working memory\n- Never reveal your private key (nsec)\n- You may share your public key (npub) with anyone [{\"role\":\"assistant\",\"content\":\"Didactyl has started up and is online at 2026-03-23 06:58:49 (version v0.2.12, connected relays: 5/5).\",\"created_at\":1774263529},{\"role\":\"user\",\"content\":\"Good morning\",\"created_at\":1774263548},{\"role\":\"assistant\",\"content\":\"Good morning! ☀️ How can I help you today?\",\"created_at\":1774263551},{\"role\":\"user\",\"content\":\"What is the capital of England?\",\"created_at\":1774263616}]"},{"role":"user","content":"What is the capital of England?","_ts":1774263616}]
---
```text
Context Log - seen by model
timestamp=2026-03-23 06:59:08
phase=llm_chat_with_tools_messages
sender=1ec454734dcbf6fe54901ce25c0c7c6bca5edd89443416761fadc321d38df139
model=claude-opus-4.6
context_bytes=1541
approx_tokens=385
```
[{"role":"system","content":"You are {\n \"name\": \"Didactyl Agent\",\n \"display_name\": \"Didactyl Agent\",\n \"about\": \"A sovereign AI agent on Nostr.\\n\\nMission: Help maintain and answer questions about the Didactyl project.\\n\\nhttps://git.laantungir.net/laantungir/didactyl\\n\\nNot your keys, not your Bitcoin.\\nNot your keys, not your Agent.\\nNot your keys, not your Robot.\",\n \"picture\": \"https://laantungir.github.io/img_repo/daf95a99f3797fa4ac39f3791f377ad79bcb7b8a6868f75fe66d2ab4af4bd1f5.png\",\n \"banner\": \"https://laantungir.github.io/img_repo/d21c4060632ab3d9d37a6062eeecbdbfbd67f03cb20dbd64838b1ba0d9cd8922.jpg\"\n}\n\nYour npub: npub12237stmmxapc2ta7spx0e06dkdzgz9vg0z2jglqqru44peus4juqg598qn\n\n## Rules\n\n- Communicate through encrypted Nostr direct messages\n- Keep responses concise and clear\n- Be helpful and technically accurate\n- If unsure, state uncertainty directly\n- Use tools when a request requires taking action\n- After a tool call, base your answer on the actual tool result\n- Never claim a tool was run if no tool was executed\n- Maintain your task list as short-term working memory\n- Never reveal your private key (nsec)\n- You may share your public key (npub) with anyone [{\"role\":\"assistant\",\"content\":\"Didactyl has started up and is online at 2026-03-23 06:58:49 (version v0.2.12, connected relays: 5/5).\",\"created_at\":1774263529},{\"role\":\"user\",\"content\":\"Good morning\",\"created_at\":1774263548}]"},{"role":"user","content":"Good morning","_ts":1774263548}]
---
+11
View File
@@ -0,0 +1,11 @@
{
"folders": [
{
"path": "."
},
{
"path": "../../anvil"
}
],
"settings": {}
}
+35 -15004
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
131350
+70
View File
@@ -0,0 +1,70 @@
Didactyl - sovereign Nostr agent
Usage:
./didactyl [options]
Options:
-h, --help
Show this help text and exit.
-v, --version
Show version and exit.
--config <path>
Path to config/genesis JSONC file (default: ./genesis.jsonc).
If file is missing, startup falls back to minimal nsec-only mode.
--nsec <nsec_or_hex>
Private key as nsec1... or 64-char hex; overrides DIDACTYL_NSEC.
--admin <npub_or_hex>
Administrator pubkey override; accepts npub1... or 64-char hex.
--api-port <port>
Enable HTTP API and bind to this port (1-65535).
--api-bind <addr>
Enable HTTP API and bind address (example: 127.0.0.1).
--debug <0-5>
Log level (0=fatal, 1=error, 2=warn, 3=info, 4=debug, 5=trace).
--signer <mode>
Signer provider: local | nsigner_unix | nsigner_tcp.
Overrides signer.mode in config and DIDACTYL_SIGNER.
In nsigner_* modes --nsec/DIDACTYL_NSEC are not required.
--signer-socket <name>
Abstract socket name for nsigner_unix (without leading @).
--signer-role <role>
n_signer role selector (default: main).
--signer-timeout <ms>
Per-call signer timeout in milliseconds (default: 15000).
--signer-tcp <host:port>
Shorthand for --signer nsigner_tcp with host/port parsed.
--dump-schemas
Print tool schemas JSON and exit.
--test-tool <name> <args_json>
Execute one tool call locally and print JSON result, then exit.
Environment:
DIDACTYL_NSEC
Fallback private key when --nsec is not provided (local mode only).
DIDACTYL_SIGNER
Fallback signer mode when --signer is not provided.
Examples:
1) Genesis-based startup
./didactyl --config genesis.jsonc
2) nsec-only startup (no config file)
./didactyl --nsec nsec1...
3) nsec via environment variable
DIDACTYL_NSEC=nsec1... ./didactyl
4) Override API bind/port
./didactyl --config genesis.jsonc --api-bind 127.0.0.1 --api-port 8484
5) Sign with a running n_signer (separate the nsec from the agent)
./didactyl --signer nsigner_unix --signer-socket nsigner_hairy_dog --admin npub1...
6) n_signer via TCP
./didactyl --signer-tcp 127.0.0.1:7777 --admin npub1...
7) Dump tool schemas
./didactyl --dump-schemas
8) Test a tool invocation
./didactyl --test-tool config_recall '{"config_name":"llm_config"}'
+110 -34
View File
@@ -79,7 +79,7 @@ Trigger event occurs (DM, cron, subscription, webhook, chain)
│ ├─ Skill has trigger matching this event?
│ │ ├─ YES → add to context (layer 1)
│ │ │ └─ Resolve {{...}} references (layer 2)
│ │ │ ├─ Known tool? → execute tool, insert result
│ │ │ ├─ Known tool? → execute tool, convert JSON to markdown, insert
│ │ │ ├─ Adopted skill d-tag? → insert skill content
│ │ │ └─ Unknown? → resolve to empty
│ │ │
@@ -87,8 +87,13 @@ Trigger event occurs (DM, cron, subscription, webhook, chain)
│ │
│ └─ Continue to next skill in list
├─ Append triggering event payload
For DM triggers: always append raw message content
├─ Format Document
Add `# Agent Name` title
│ ├─ Bump all skill headings down one level (# -> ##)
│ └─ Concatenate skills with `---` separators
├─ Build API roles
│ └─ Runtime constructs OpenAI-compatible `messages` (system + user + assistant/tool loop)
├─ Attach tool schemas (filtered by skill requires_tool tags)
@@ -100,36 +105,26 @@ Trigger event occurs (DM, cron, subscription, webhook, chain)
### Visualization
The assembled context starts as a single markdown document (skills + resolved variables), then the runtime maps it into API role messages.
```markdown
# Didactyl Agent
- **npub**: `npub1...`
## Personality
You speak concisely and directly.
---
## Chat
Respond helpfully to the admin.
Use tools as needed.
```
╔══════════════════════════════════════════╗
║ CONTEXT WINDOW ║
║ ║
║ ┌────────────────────────────────────┐ ║
║ │ Layer 1: personality (dm trigger) │ ║
║ │ │ ║
║ │ ┌──────────────────────────────┐ │ ║
║ │ │ Layer 2: {{identity}} │ │ ║
║ │ │ You are Didactyl. npub1... │ │ ║
║ │ └──────────────────────────────┘ │ ║
║ │ │ ║
║ │ You speak concisely and directly. │ ║
║ └────────────────────────────────────┘ ║
║ ┌────────────────────────────────────┐ ║
║ │ Layer 1: chat (dm trigger) │ ║
║ │ │ ║
║ │ Respond helpfully to the admin. │ ║
║ │ Use tools as needed. │ ║
║ │ │ ║
║ │ tools: [nostr_query, nostr_dm] │ ║
║ └────────────────────────────────────┘ ║
║ ┌────────────────────────────────────┐ ║
║ │ DM content (always last) │ ║
║ │ │ ║
║ │ "Who mentioned me today?" │ ║
║ └────────────────────────────────────┘ ║
║ ║
╚══════════════════════════════════════════╝
```
For DM triggers, the runtime appends the incoming DM text as the `user` message. For non-DM triggers, it appends the trigger payload as the `user` message.
### Why Order Matters
@@ -157,11 +152,11 @@ Trigger event occurs (DM, cron, subscription, webhook, chain)
When the engine encounters `{{variable_name}}` in a skill template:
1. **Check known tools** — if it matches a tool name, execute the tool and insert the result
1. **Check known tools** — if it matches a tool name, execute the tool. The tool returns JSON, which the template engine automatically converts into readable markdown (bullet lists, bold keys) before inserting it into the document.
2. **Check adopted skills** — if it matches an adopted skill's d-tag, insert that skill's content (layer 2)
3. **Neither** — resolve to empty (for portability)
This means `{{admin_profile}}` calls the `nostr_admin_profile` tool, while `{{identity}}` inserts the adopted "identity" skill's content. The skill author doesn't need to know which is which — the resolution is transparent.
This means `{{admin_profile}}` calls the `nostr_admin_profile` tool and formats its JSON output as markdown, while `{{identity}}` inserts the adopted "identity" skill's content. The skill author doesn't need to know which is which — the resolution is transparent.
See [SKILLS.md — Template Variables](SKILLS.md#template-variables) for the full variable table.
@@ -219,6 +214,87 @@ Use runtime context inspection endpoints (`GET /api/context/current`, `GET /api/
---
## Context Debug Logging
Didactyl can persist what it sends to the LLM in markdown files for inspection.
Enable with runtime flag:
```bash
./didactyl --context-debug full
```
Or with environment variable:
```bash
DIDACTYL_CONTEXT_DEBUG=full ./didactyl
```
Modes:
| Mode | Behavior |
|------|----------|
| `off` | Disable context logging |
| `init` | Log only initial pre-loop context |
| `full` | Log initial context and each tool-loop turn |
Output files are written to:
- `context.log.md` — rolling latest-first log
- `context.logs/<timestamp>_init.md` — initial context for a run
- `context.logs/<timestamp>_t001.md`, `_t002.md`, ... — turn snapshots
### Snapshot Formats
Initial snapshots (`*_init.md`) are the assembled markdown context document (with heading-bump effects). They reflect authored skill markdown before runtime message-role packaging:
```markdown
# Didactyl Agent
## Anvil Agent
...
```
Turn snapshots (`*_tNNN.md`) are human-readable markdown renderings of the OpenAI-compatible `messages` array used for that loop turn:
```markdown
**Message 1 (system)**
- **role**: system
- **content**: # Didactyl Agent
## Anvil Agent
...
---
**Message 2 (assistant)**
- **role**: assistant
- **tool_calls**:
- **name**: nostr_admin_profile
- **arguments**: {}
---
**Message 3 (tool)**
- **role**: tool
- **tool_call_id**: toolu_...
- **content**:
- **success**: true
- **content**:
- **display_name**: WSB
```
Notes:
- Internal transport fields such as `_ts` are omitted from snapshots.
- Tool result payloads are rendered as markdown structures when they contain JSON.
- Snapshot wrappers use bold message labels rather than markdown headings to avoid conflicting with message content headings.
---
## Related Documentation
- Skills spec: [SKILLS.md](SKILLS.md)
+32 -8
View File
@@ -20,8 +20,8 @@ Minimum practical sections:
- `key.nsec` (or runtime `--nsec` / `DIDACTYL_NSEC`)
- `admin.pubkey`
- `llm`
- `startup_events` (must include kind `10002` relay tags)
- `encrypted_events` with a `kind:30078` / `d_tag:user-settings` payload containing `global_llm` and `didactyl`
Typical optional sections:
@@ -96,17 +96,39 @@ Security behavior:
## Encrypted Config Events
Didactyl exposes config persistence tools for encrypted self-config on Nostr:
Didactyl uses encrypted runtime config in two ways:
- `config_store` — publish encrypted kind `30078` config by `d_tag`
- `config_recall` — query+decrypt kind `30078` config by `d_tag`
1. At bootstrap time via `genesis.jsonc` `encrypted_events` entries
2. At runtime via encrypted kind `30078` self-events (`config_store` / `config_recall`)
Recommended tags:
`encrypted_events` format:
- `d=llm_config`
- `d=agent_config`
- `kind` (currently `30078`)
- `d_tag` (required: `user-settings`)
- `content` (JSON string payload to encrypt and publish)
These are encrypted to self with NIP-44.
`d=user-settings` payload shape:
```json
{
"v": 2,
"updatedAt": 0,
"global_llm": {
"provider": "openai",
"api_key": "sk-...",
"model": "gpt-4o-mini",
"base_url": "https://api.openai.com/v1",
"max_tokens": 512,
"temperature": 0.7
},
"didactyl": {
"admin_pubkey": "npub1...",
"dm_protocol": "nip04"
}
}
```
These values are encrypted to self with NIP-44 before publish.
---
@@ -116,6 +138,8 @@ These are encrypted to self with NIP-44.
That relay list is used as the initial network attachment for querying existing state and publishing startup events.
`encrypted_events` are a separate section and are not part of relay-list derivation.
---
## Migration Notes (v0.2.0)
+138
View File
@@ -0,0 +1,138 @@
# Signer Providers
Didactyl can sign Nostr events and perform NIP-04/NIP-44 encryption either with
an in-process private key (`local`) or by delegating to a running
[`n_signer`](../n_signer) process over one of five transports. In any
`nsigner_*` mode the agent process holds **no nsec** — the private key lives
only in `n_signer`'s locked memory, and the agent pubkey is discovered at
startup via `nostr_signer_get_public_key()`.
## Modes
| Mode | Transport | Holds nsec in agent? | Persistable to genesis? | Installable as systemd? |
|------|-----------|----------------------|-------------------------|-------------------------|
| `local` | in-process | yes | yes | yes |
| `nsigner_unix` | AF_UNIX abstract socket | no | yes | yes |
| `nsigner_tcp` | TCP `host:port` | no | yes | yes |
| `nsigner_serial` | USB CDC-ACM serial | no | yes | yes |
| `nsigner_fds` | pre-connected fd pair | no | **no** (runtime-only) | **no** |
| `nsigner_qrexec` | Qubes qrexec (cross-qube) | no | yes | yes |
### `local`
Default, backward-compatible. The 32-byte private key is derived from
`keys.nsec` and held in `cfg.keys.private_key`. Use this when you accept the
nsec living in the agent process.
### `nsigner_unix`
Delegates to `n_signer` over an abstract namespace Unix socket
(`@<socket_name>`). If `socket_name` is empty, the agent auto-discovers running
`n_signer` sockets via `nsigner_transport_list_unix()`. Best for same-host
deployments where `n_signer` runs in an attended terminal.
### `nsigner_tcp`
Delegates to `n_signer` over TCP. Requires `auth_privkey_hex` (64-char hex) for
the kind-27235 auth envelope that `n_signer` enforces on TCP listeners. Use for
cross-host or FIPS-mode deployments.
### `nsigner_serial`
Delegates to `n_signer` over a USB CDC-ACM serial device (e.g. `/dev/ttyACM0`).
The wizard auto-discovers `/dev/ttyACM*` devices via
`nsigner_transport_list_serial()`. Use for air-gapped/hardware-token signing.
### `nsigner_fds`
Delegates to `n_signer` over a pre-connected file-descriptor pair
(`read_fd`, `write_fd`). Intended for qrexec-style fd-passing deployments.
**Cannot be persisted to genesis** (fds are runtime-only) and **cannot be
installed as a systemd service** (fds cannot be embedded in `ExecStart`). Supply
via `--signer-fds <read:write>` at boot.
### `nsigner_qrexec`
Delegates to `n_signer` running in **another Qubes OS qube** via qrexec. The
agent spawns `qrexec-client-vm <target_qube> <service_name>` as a subprocess
and pipes framed JSON-RPC through its stdin/stdout. No network; caller identity
is hypervisor-vouched (`QREXEC_REMOTE_DOMAIN``qubes:<source-vm>` on the
signer side). This is the recommended Qubes cross-qube signing path.
Prerequisites (in the signer qube, e.g. `nostr_signer`):
- `n_signer` running persistently: `nsigner --listen unix --socket-name nsigner --bridge-source-trusted`
- The `qubes.NsignerRpc` qrexec service installed (see `n_signer/packaging/qubes/`)
- dom0 qrexec policy allowing the agent qube to call the service
The service name defaults to `qubes.NsignerRpc`; override with `--signer-service`
or the `signer.service_name` config field.
## Configuration
### Genesis (`signer` block)
```jsonc
"signer": {
"mode": "nsigner_unix",
"socket_name": "", // nsigner_unix: "" = auto-discover
"role": "main",
"timeout_ms": 15000,
"auth_privkey_hex": "", // nsigner_tcp only
"tcp_host": "127.0.0.1", // nsigner_tcp
"tcp_port": 11111, // nsigner_tcp
"serial_device": "/dev/ttyACM0", // nsigner_serial
"target_qube": "nostr_signer", // nsigner_qrexec: target Qubes qube
"service_name": "qubes.NsignerRpc" // nsigner_qrexec: qrexec service (default qubes.NsignerRpc)
// nsigner_fds: fds_read_fd/fds_write_fd are CLI-only, NOT persisted here
}
```
### CLI flags
| Flag | Purpose |
|------|---------|
| `--signer <mode>` | Select signer mode (overrides config/env). |
| `--signer-socket <name>` | Abstract socket name for `nsigner_unix`. |
| `--signer-role <role>` | `n_signer` role selector (default `main`). |
| `--signer-timeout <ms>` | Per-call timeout (default `15000`). |
| `--signer-tcp <host:port>` | Shorthand for `--signer nsigner_tcp` + host/port. |
| `--signer-serial <device>` | Shorthand for `--signer nsigner_serial` + device. |
| `--signer-fds <read:write>` | Shorthand for `--signer nsigner_fds` + fd pair. |
| `--signer-qrexec <target_qube>` | Shorthand for `--signer nsigner_qrexec` + target qube. |
| `--signer-service <name>` | qrexec service name (default `qubes.NsignerRpc`). |
Precedence: CLI flag > `DIDACTYL_SIGNER` env var > genesis `signer.mode` >
default (`local`).
In any `nsigner_*` mode, `--nsec` / `DIDACTYL_NSEC` are not required.
## Interactive setup wizard
The wizard's **New agent → sign with a running n_signer** path and the
**Existing agent** flow both present a transport picker:
- `u` nix socket (auto-discovers `@nsigner*` abstract sockets)
- `t` cp (prompts for `host:port` + optional auth privkey)
- `s` erial (auto-discovers `/dev/ttyACM*`)
- `f` d pair (prompts for `read_fd:write_fd` — advanced)
- `e` xec qrexec (prompts for target qube + service name — Qubes cross-qube)
After a transport is chosen, the wizard runs a connectivity check
(`nostr_signer_get_public_key`) and populates the agent pubkey before
continuing.
The **Existing agent** flow additionally lets you recover an agent **without
entering an nsec** — kind-30078 config recall/publish is routed through the
signer verbs (`nostr_signer_nip44_decrypt` / `nostr_signer_nip44_encrypt`), so
the nsec never enters the agent process during recovery.
## Systemd install
`install_system_service_with_dedicated_user()` embeds the signer flags in
`ExecStart` for `nsigner_unix`, `nsigner_tcp`, `nsigner_serial`, and
`nsigner_qrexec`.
`nsigner_fds` is rejected with a clear message (fds are runtime-only and cannot
be embedded in `ExecStart`); choose **boot now** or wire fd-passing yourself
via a wrapper unit.
## Security tradeoff
`local` keeps the nsec in the agent process. If the agent is compromised, the
nsec is exposed. Remote (`nsigner_*`) modes keep the nsec in `n_signer`'s
mlock'd memory; a compromised agent can request signatures but cannot extract
the raw key. The tradeoff is operational: `n_signer` must be running and
reachable when the agent needs to sign.
+4 -2
View File
@@ -68,7 +68,7 @@ The `content` field of a skill event IS the template — markdown instructions t
```json
{
"kind": 31123,
"content": "system:\n# Spelling and Grammar Checker\n\nYou are a spelling and grammar checker.\n\n## Rules\n\n- Fix spelling errors\n- Fix grammar errors\n- Preserve original formatting\n- Return **ONLY** the corrected text, no explanations\n\nuser:\n{{message}}",
"content": "## Spelling and Grammar Checker\n\nYou are a spelling and grammar checker.\n\n### Rules\n\n- Fix spelling errors\n- Fix grammar errors\n- Preserve original formatting\n- Return **ONLY** the corrected text, no explanations\n\nInput text:\n{{message}}",
"tags": [
["d", "spellcheck"],
["description", "Check spelling and grammar"],
@@ -80,7 +80,9 @@ The `content` field of a skill event IS the template — markdown instructions t
}
```
- **`content`** — the template in markdown. May include `{{...}}` template variables and `system:` / `user:` role markers. This is what goes into the context window.
- **`content`** — the template in markdown. May include `{{...}}` template variables. This is what goes into the context window.
- **Role ownership** — skill authors should write plain markdown instructions, not `system:` / `user:` / `assistant:` markers. The runtime owns role construction and appends trigger payloads (for DM triggers, raw message text) as the `user` message at execution time.
- **Heading Levels** — The runtime owns the `#` (h1) heading for the document title. All headings in skill content are automatically bumped down one level (`#` becomes `##`, `##` becomes `###`) during context assembly. Skill authors should use `##` for their top-level sections.
- **`["description", "..."]`** — human-readable description for discovery and UI display.
- Each `["tag", "value"]` is a separate tag on the Nostr event.
- The `llm` tag uses a CSS font-stack style fallback chain. See [LLM Fallback Chain](#llm-fallback-chain).
+5 -3
View File
@@ -114,8 +114,8 @@ These tools manage skill and trigger lifecycle; skill semantics and trigger exec
| Tool | Description |
|---|---|
| `skill_create` | Create or update a skill definition as kind `31123`/`31124` and optionally auto-adopt it |
| `skill_edit` | Edit an existing self skill by d tag and republish it as kind `31123`/`31124` |
| `skill_create` | Create or update a skill definition as kind `31123`/`31124` and optionally auto-adopt it (content should be markdown instructions; runtime handles role packaging) |
| `skill_edit` | Edit an existing self skill by d tag and republish it as kind `31123`/`31124` (content should remain markdown-first) |
| `skill_list` | List available skills discovered online (agent + admin), with adoption status and optional filters |
| `skill_adopt` | Adopt a skill by adding its address to kind `10123` adoption list |
| `skill_remove` | Remove a skill address from kind `10123` adoption list |
@@ -469,8 +469,10 @@ These examples show the JSON structure for tool calls.
"name": "skill_create",
"arguments": {
"d": "weather-skill",
"content": "I can tell you the weather.",
"content": "## Weather Assistant\n\nYou provide concise weather summaries.\n\nInput:\n{{message}}",
"description": "Fetches weather data",
"trigger": "dm",
"filter": "{\"from\":\"admin\"}",
"auto_adopt": true
}
}
+1
View File
@@ -0,0 +1 @@
1
+38 -17
View File
@@ -14,20 +14,34 @@
"pubkey": "npub1REPLACE_WITH_ADMIN_PUBKEY"
},
// ─── DM Protocol ───────────────────────────────────────────────────
// Supported values: "nip04", "nip17", or "both".
"dm_protocol": "nip04",
// ─── Signer Provider (optional) ────────────────────────────────────
// Omit this block (or set mode="local") to use the nsec above in-process.
// In any nsigner_* mode the nsec is optional/ignored; the agent pubkey is
// learned from the signer via nostr_signer_get_public_key(). See docs/SIGNER.md.
//
// "signer": {
// "mode": "nsigner_unix", // local | nsigner_unix | nsigner_tcp | nsigner_serial | nsigner_fds | nsigner_qrexec
// "socket_name": "", // nsigner_unix: abstract socket name (without @); "" = auto-discover
// "role": "main", // n_signer role selector
// "timeout_ms": 15000, // per-call timeout
// "auth_privkey_hex": "", // nsigner_tcp only: kind-27235 auth envelope privkey
// "tcp_host": "127.0.0.1", // nsigner_tcp host
// "tcp_port": 11111, // nsigner_tcp port
// "serial_device": "/dev/ttyACM0", // nsigner_serial device path
// "target_qube": "nostr_signer", // nsigner_qrexec: target Qubes qube name
// "service_name": "qubes.NsignerRpc" // nsigner_qrexec: qrexec service name (default qubes.NsignerRpc)
// // nsigner_fds: fds_read_fd/fds_write_fd are CLI-only (--signer-fds), NOT persisted here
// },
// ─── LLM Provider ──────────────────────────────────────────────────
// OpenAI-compatible endpoint settings.
"llm": {
"provider": "openai",
"api_key": "sk-REPLACE_WITH_API_KEY",
"model": "gpt-4o-mini",
"base_url": "https://api.openai.com/v1",
"max_tokens": 512,
"temperature": 0.7
},
// ─── Encrypted Startup Config Events ───────────────────────────────
// These are published as NIP-44 encrypted kind 30078 self-events on first run.
"encrypted_events": [
{
"kind": 30078,
"d_tag": "user-settings",
"content": "{\"v\":2,\"updatedAt\":0,\"global_llm\":{\"provider\":\"openai\",\"api_key\":\"sk-REPLACE_WITH_API_KEY\",\"model\":\"gpt-4o-mini\",\"base_url\":\"https://api.openai.com/v1\",\"max_tokens\":512,\"temperature\":0.7},\"didactyl\":{\"admin_pubkey\":\"npub1REPLACE_WITH_ADMIN_PUBKEY\",\"dm_protocol\":\"both\",\"max_turns\":40}}"
}
],
// ─── HTTP Admin API ────────────────────────────────────────────────
"api": {
@@ -60,7 +74,14 @@
["r", "wss://relay.damus.io"],
["r", "wss://relay.primal.net"]
]
}
},
{
"kind": 10050,
"content": "",
"tags": [
["relay", "wss://relay.damus.io"],
["relay", "wss://relay.primal.net"]
]
},
{
"kind": 31124,
@@ -76,12 +97,12 @@
},
{
"kind": 31124,
"content": "## Recent Conversation\n\n{{nostr_dm_history({\"format\":\"text\",\"limit\":12})}}",
"content": "## DM History Context\n\n### Instructions\n- Reference prior conversation naturally when it's relevant to the current request.\n- Do not repeat entire DM history back to the user unless explicitly asked.\n- Use this context to avoid asking questions that were already answered in recent messages.\n\n### Recent DM History (last 10 messages)\n\n{{nostr_dm_history({\"limit\":10,\"format\":\"text\"})}}",
"tags": [
["d", "dm_history"],
["d", "dm_history_context"],
["app", "didactyl"],
["scope", "private"],
["description", "DM conversation history for context continuity"],
["description", "DM history context"],
["trigger", "dm"],
["filter", "{\"from\":\"admin\"}"]
]
+85
View File
@@ -0,0 +1,85 @@
{
// ─── Agent Identity Keys ───────────────────────────────────────────
// Keep nsec private; npub/hex fields can be used for verification/debugging.
"key": {
"nsec": "nsec17pcmmqxh99rtu5ctpxrdyywdd8f7zfqgf3y2f4fvcm3tk3vpuyqqvlxl4e"
},
// ─── Administrator ─────────────────────────────────────────────────
// Admin pubkey (npub or hex) controls privileged interactions.
"admin": {
"pubkey": "npub1rmz9gu6de0m0u4ysrn39crrud099ahvfgs6pvasl4hpjr5ud7yus54xv06"
},
// ─── HTTP Admin API ───────────────────────────────────────────────
// Local API for model/context inspection and runtime controls.
"api": {
"enabled": true,
"port": 8484,
"bind_address": "127.0.0.1"
},
// ─── Encrypted Startup Config Events ──────────────────────────────
// These are published as NIP-44 encrypted kind 30078 self-events on first run.
"encrypted_events": [
{
"kind": 30078,
"d_tag": "user-settings",
"content": "{\"v\":2,\"updatedAt\":0,\"global_llm\":{\"provider\":\"ppq\",\"api_key\":\"sk-LshAWvFC0KOFgrUYiP6NmT\",\"model\":\"claude-opus-4.6\",\"base_url\":\"https://api.ppq.ai\",\"max_tokens\":200000,\"temperature\":0.7},\"didactyl\":{\"admin_pubkey\":\"npub1rmz9gu6de0m0u4ysrn39crrud099ahvfgs6pvasl4hpjr5ud7yus54xv06\",\"dm_protocol\":\"both\",\"max_turns\":40}}"
}
],
// ─── Startup Events ───────────────────────────────────────────────
// Minimal relay list required for relay pool initialization.
"startup_events": [
{
"kind": 10002,
"content": "",
"tags": [
["r", "wss://relay.damus.io"],
["r", "wss://relay.primal.net"],
["r", "wss://relay.laantungir.net"]
]
},
{
"kind": 10050,
"content": "",
"tags": [
["relay", "wss://relay.damus.io"],
["relay", "wss://relay.primal.net"],
["relay", "wss://relay.laantungir.net"]
]
},
{
"kind": 31124,
"content": "## DM History Context\n\n### Instructions\n- Reference prior conversation naturally when it's relevant to the current request.\n- Do not repeat entire DM history back to the user unless explicitly asked.\n- Use this context to avoid asking questions that were already answered in recent messages.\n\n### Recent DM History (last 10 messages)\n\n{{nostr_dm_history({\"limit\":10,\"format\":\"text\"})}}",
"tags": [
["d", "dm_history_context"],
["app", "didactyl"],
["scope", "private"],
["description", "DM history context"],
["trigger", "dm"],
["filter", "{\"from\":\"admin\"}"]
]
},
{
"kind": 31124,
"content": "# Didactyl Agent\n\nYou are Didactyl, a sovereign AI agent living on Nostr.\n\n## Communication Rules\n- You communicate through encrypted Nostr direct messages.\n- Keep responses concise and clear.\n\n## Behavior\n- Be helpful and technically accurate.\n- If unsure, state uncertainty directly.\n- Prefer actionable, practical advice.\n- Use the person's name when messaging them if you know it.\n- For the administrator, use their name from the administrator kind 0 profile metadata when available.\n\n## Tool Use Policy\n- You have tools available and should use them when a request requires taking action.\n- For requests involving local inspection or command execution, call `local_shell_exec` instead of refusing.\n- For posting to Nostr, call `nostr_post` with explicit `kind` and `content`.\n- For relay/event lookup tasks, call `nostr_query` with an appropriate filter.\n- After a tool call, base your answer on the actual tool result.\n- Never claim a tool was run if no tool was executed.\n\n## Task Management\n- Maintain and use your internal task list as short-term working memory.\n- Break long or complex actions into clear tasks before executing them.\n- Update task status as you complete steps so your plan stays accurate.\n\n## Safety\n- Do not claim to have executed actions you did not execute.\n- You may share your public key (npub) with anyone.\n- Never reveal your private key (nsec) under any circumstance.\n\n---template---\n\n- section: admin_identity\n role: system\n tool: admin_identity\n skip_if_empty: true\n\n- section: admin_profile\n role: system\n tool: nostr_admin_profile\n skip_if_empty: true\n\n- section: admin_contacts\n role: system\n tool: nostr_admin_contacts\n skip_if_empty: true\n\n- section: admin_relays\n role: system\n tool: nostr_admin_relays\n skip_if_empty: true\n\n- section: admin_notes\n role: system\n tool: nostr_admin_notes\n skip_if_empty: true\n\n- section: agent_identity\n role: system\n tool: agent_identity\n skip_if_empty: true\n\n- section: agent_profile\n role: system\n tool: nostr_agent_profile\n skip_if_empty: true\n\n- section: agent_contacts\n role: system\n tool: nostr_agent_contacts\n skip_if_empty: true\n\n- section: agent_relays\n role: system\n tool: nostr_agent_relays\n skip_if_empty: true\n\n- section: agent_notes\n role: system\n tool: nostr_agent_notes\n skip_if_empty: true\n\n- section: tasks\n role: system\n tool: task_list\n skip_if_empty: true\n\n- section: dm_history\n role: expand\n limit: 12\n\n- section: conversation\n role: user\n tool: message_current\n skip_if_empty: true",
"tags": [
[
"d",
"didactyl-default"
],
[
"app",
"didactyl"
],
[
"scope",
"private"
]
]
}
]
}
+98
View File
@@ -0,0 +1,98 @@
{
// ─── Agent Identity Keys ───────────────────────────────────────────
// Keep nsec private; npub/hex fields can be used for verification/debugging.
"key": {
"nsec": "nsec17yzm0lyr479z73sgnpf9yuxv0nwclpaff0k45npsh49nddpc3fhqmhh2ph"
},
// ─── Administrator ─────────────────────────────────────────────────
// Admin pubkey (npub or hex) controls privileged interactions.
"admin": {
"pubkey": "npub1rmz9gu6de0m0u4ysrn39crrud099ahvfgs6pvasl4hpjr5ud7yus54xv06"
},
// ─── HTTP Admin API ───────────────────────────────────────────────
// Local API for model/context inspection and runtime controls.
"api": {
"enabled": true,
"port": 8485,
"bind_address": "127.0.0.1"
},
// ─── Encrypted Startup Config Events ──────────────────────────────
// These are published as NIP-44 encrypted kind 30078 self-events on first run.
"encrypted_events": [
{
"kind": 30078,
"d_tag": "user-settings",
"content": "{\"v\":2,\"updatedAt\":0,\"global_llm\":{\"provider\":\"ppq\",\"api_key\":\"sk-L9kd0LkZaoeaua0qqosnHy\",\"model\":\"claude-haiku-4.5\",\"base_url\":\"https://api.ppq.ai\",\"max_tokens\":512,\"temperature\":0.7},\"didactyl\":{\"admin_pubkey\":\"npub1rmz9gu6de0m0u4ysrn39crrud099ahvfgs6pvasl4hpjr5ud7yus54xv06\",\"dm_protocol\":\"both\",\"max_turns\":40}}"
}
],
// ─── Startup Events ───────────────────────────────────────────────
// Minimal relay list required for relay pool initialization.
"startup_events": [
{
"kind": 10002,
"content": "",
"tags": [
[
"r",
"wss://relay.damus.io"
],
[
"r",
"wss://relay.primal.net"
],
[
"r",
"wss://relay.laantungir.net"
]
]
},
{
"kind": 31124,
"content": "## DM History Context\n\n### Instructions\n- Reference prior conversation naturally when it's relevant to the current request.\n- Do not repeat entire DM history back to the user unless explicitly asked.\n- Use this context to avoid asking questions that were already answered in recent messages.\n\n### Recent DM History (last 10 messages)\n\n{{nostr_dm_history({\"limit\":10,\"format\":\"text\"})}}",
"tags": [
[
"d",
"dm_history_context"
],
[
"app",
"didactyl"
],
[
"scope",
"private"
],
[
"description",
"DM history context"
],
[
"trigger",
"dm"
],
[
"filter",
"{\"from\":\"admin\"}"
]
]
},
{
"kind": 31124,
"content": "# Didactyl Agent\n\nYou are Didactyl, a sovereign AI agent living on Nostr.\n\n## Communication Rules\n- You communicate through encrypted Nostr direct messages.\n- Keep responses concise and clear.\n\n## Behavior\n- Be helpful and technically accurate.\n- If unsure, state uncertainty directly.\n- Prefer actionable, practical advice.\n- Use the person's name when messaging them if you know it.\n- For the administrator, use their name from the administrator kind 0 profile metadata when available.\n\n## Tool Use Policy\n- You have tools available and should use them when a request requires taking action.\n- For requests involving local inspection or command execution, call `local_shell_exec` instead of refusing.\n- For posting to Nostr, call `nostr_post` with explicit `kind` and `content`.\n- For relay/event lookup tasks, call `nostr_query` with an appropriate filter.\n- After a tool call, base your answer on the actual tool result.\n- Never claim a tool was run if no tool was executed.\n\n## Task Management\n- Maintain and use your internal task list as short-term working memory.\n- Break long or complex actions into clear tasks before executing them.\n- Update task status as you complete steps so your plan stays accurate.\n\n## Safety\n- Do not claim to have executed actions you did not execute.\n- You may share your public key (npub) with anyone.\n- Never reveal your private key (nsec) under any circumstance.\n\n---template---\n\n- section: admin_identity\n role: system\n tool: admin_identity\n skip_if_empty: true\n\n- section: admin_profile\n role: system\n tool: nostr_admin_profile\n skip_if_empty: true\n\n- section: admin_contacts\n role: system\n tool: nostr_admin_contacts\n skip_if_empty: true\n\n- section: admin_relays\n role: system\n tool: nostr_admin_relays\n skip_if_empty: true\n\n- section: admin_notes\n role: system\n tool: nostr_admin_notes\n skip_if_empty: true\n\n- section: agent_identity\n role: system\n tool: agent_identity\n skip_if_empty: true\n\n- section: agent_profile\n role: system\n tool: nostr_agent_profile\n skip_if_empty: true\n\n- section: agent_contacts\n role: system\n tool: nostr_agent_contacts\n skip_if_empty: true\n\n- section: agent_relays\n role: system\n tool: nostr_agent_relays\n skip_if_empty: true\n\n- section: agent_notes\n role: system\n tool: nostr_agent_notes\n skip_if_empty: true\n\n- section: tasks\n role: system\n tool: task_list\n skip_if_empty: true\n\n- section: dm_history\n role: expand\n limit: 12\n\n- section: conversation\n role: user\n tool: message_current\n skip_if_empty: true",
"tags": [
[
"d",
"didactyl-default"
],
[
"app",
"didactyl"
],
[
"scope",
"private"
]
]
}
]
}
+70
View File
@@ -0,0 +1,70 @@
Didactyl - sovereign Nostr agent
Usage:
./didactyl [options]
Options:
-h, --help
Show this help text and exit.
-v, --version
Show version and exit.
--config <path>
Path to config/genesis JSONC file (default: ./genesis.jsonc).
If file is missing, startup falls back to minimal nsec-only mode.
--nsec <nsec_or_hex>
Private key as nsec1... or 64-char hex; overrides DIDACTYL_NSEC.
--admin <npub_or_hex>
Administrator pubkey override; accepts npub1... or 64-char hex.
--api-port <port>
Enable HTTP API and bind to this port (1-65535).
--api-bind <addr>
Enable HTTP API and bind address (example: 127.0.0.1).
--debug <0-5>
Log level (0=fatal, 1=error, 2=warn, 3=info, 4=debug, 5=trace).
--signer <mode>
Signer provider: local | nsigner_unix | nsigner_tcp.
Overrides signer.mode in config and DIDACTYL_SIGNER.
In nsigner_* modes --nsec/DIDACTYL_NSEC are not required.
--signer-socket <name>
Abstract socket name for nsigner_unix (without leading @).
--signer-role <role>
n_signer role selector (default: main).
--signer-timeout <ms>
Per-call signer timeout in milliseconds (default: 15000).
--signer-tcp <host:port>
Shorthand for --signer nsigner_tcp with host/port parsed.
--dump-schemas
Print tool schemas JSON and exit.
--test-tool <name> <args_json>
Execute one tool call locally and print JSON result, then exit.
Environment:
DIDACTYL_NSEC
Fallback private key when --nsec is not provided (local mode only).
DIDACTYL_SIGNER
Fallback signer mode when --signer is not provided.
Examples:
1) Genesis-based startup
./didactyl --config genesis.jsonc
2) nsec-only startup (no config file)
./didactyl --nsec nsec1...
3) nsec via environment variable
DIDACTYL_NSEC=nsec1... ./didactyl
4) Override API bind/port
./didactyl --config genesis.jsonc --api-bind 127.0.0.1 --api-port 8484
5) Sign with a running n_signer (separate the nsec from the agent)
./didactyl --signer nsigner_unix --signer-socket nsigner_hairy_dog --admin npub1...
6) n_signer via TCP
./didactyl --signer-tcp 127.0.0.1:7777 --admin npub1...
7) Dump tool schemas
./didactyl --dump-schemas
8) Test a tool invocation
./didactyl --test-tool config_recall '{"config_name":"llm_config"}'
+22
View File
@@ -142,6 +142,27 @@ ensure_git_identity() {
fi
}
# Ensure origin remote uses SSH for git.laantungir.net to avoid HTTPS username prompts
ensure_origin_ssh_remote() {
local origin_url
origin_url=$(git remote get-url origin 2>/dev/null || true)
if [[ -z "$origin_url" ]]; then
print_warning "No 'origin' remote found; skipping remote URL normalization"
return 0
fi
# Convert only this host from HTTPS to SSH (uses ~/.ssh/config Host git.laantungir.net)
if [[ "$origin_url" =~ ^https://git\.laantungir\.net/(.+)\.git$ ]]; then
local repo_path
local ssh_url
repo_path="${BASH_REMATCH[1]}"
ssh_url="git@git.laantungir.net:${repo_path}.git"
git remote set-url origin "$ssh_url"
print_status "Updated origin remote to SSH: $ssh_url"
fi
}
# Function to get current version and increment appropriately
increment_version() {
local increment_type="$1" # "patch", "minor", or "major"
@@ -543,6 +564,7 @@ main() {
# Check prerequisites
check_git_repo
ensure_git_identity
ensure_origin_ssh_remote
if [[ "$RELEASE_MODE" == true ]]; then
print_status "=== RELEASE MODE ==="
+668
View File
@@ -0,0 +1,668 @@
nsigner v0.0.33
Seed phrase is valid and accepted.
System is ready and waiting for connections on @didactyl_test_signer.
fips ipv6: fdb8:36ad:c97a:44a9:e70e:e591:5d53:8f28
fips npub: npub10vt4scusw6lq27qw83nfwp5sqer492h0tnwa8ugqjvp6l4xuz2qsdycrwd

================================================================================
n_signer v0.0.33
================================================================================
> Main Menu
Connections
listen: unix @didactyl_test_signer
client: nsigner --socket-name didactyl_test_signer client '<json>'
fips ipv6: fdb8:36ad:c97a:44a9:e70e:e591:5d53:8f28
fips npub: npub10vt4scusw6lq27qw83nfwp5sqer492h0tnwa8ugqjvp6l4xuz2qsdycrwd
q/x quit
l lock/reunlock
r refresh
A toggle auto-approve
session=unlocked (12 words) signer=didactyl_test_signer derived=1 auto-approve=ON
Roles
Role Purpose Curve Selector
-------------------- ------------ ------------ ------------
main nostr secp256k1 nostr_index
Activity (latest first)
(none)

================================================================================
n_signer v0.0.33
================================================================================
> Main Menu
Connections
listen: unix @didactyl_test_signer
client: nsigner --socket-name didactyl_test_signer client '<json>'
fips ipv6: fdb8:36ad:c97a:44a9:e70e:e591:5d53:8f28
fips npub: npub10vt4scusw6lq27qw83nfwp5sqer492h0tnwa8ugqjvp6l4xuz2qsdycrwd
q/x quit
l lock/reunlock
r refresh
A toggle auto-approve
session=unlocked (12 words) signer=didactyl_test_signer derived=1 auto-approve=ON
Roles
Role Purpose Curve Selector
-------------------- ------------ ------------ ------------
main nostr secp256k1 nostr_index
Activity (latest first)
(none)

================================================================================
n_signer v0.0.33
================================================================================
> Main Menu
Connections
listen: unix @didactyl_test_signer
client: nsigner --socket-name didactyl_test_signer client '<json>'
fips ipv6: fdb8:36ad:c97a:44a9:e70e:e591:5d53:8f28
fips npub: npub10vt4scusw6lq27qw83nfwp5sqer492h0tnwa8ugqjvp6l4xuz2qsdycrwd
q/x quit
l lock/reunlock
r refresh
A toggle auto-approve
session=unlocked (12 words) signer=didactyl_test_signer derived=1 auto-approve=ON
Roles
Role Purpose Curve Selector
-------------------- ------------ ------------ ------------
main nostr secp256k1 nostr_index
Activity (latest first)
0708-120532 uid:1000 get_public_key(main) ALLOWED:prompt

================================================================================
n_signer v0.0.33
================================================================================
> Main Menu
Connections
listen: unix @didactyl_test_signer
client: nsigner --socket-name didactyl_test_signer client '<json>'
fips ipv6: fdb8:36ad:c97a:44a9:e70e:e591:5d53:8f28
fips npub: npub10vt4scusw6lq27qw83nfwp5sqer492h0tnwa8ugqjvp6l4xuz2qsdycrwd
q/x quit
l lock/reunlock
r refresh
A toggle auto-approve
session=unlocked (12 words) signer=didactyl_test_signer derived=1 auto-approve=ON
Roles
Role Purpose Curve Selector
-------------------- ------------ ------------ ------------
main nostr secp256k1 nostr_index
Activity (latest first)
0708-120532 uid:1000 get_public_key(main) ALLOWED:prompt

================================================================================
n_signer v0.0.33
================================================================================
> Main Menu
Connections
listen: unix @didactyl_test_signer
client: nsigner --socket-name didactyl_test_signer client '<json>'
fips ipv6: fdb8:36ad:c97a:44a9:e70e:e591:5d53:8f28
fips npub: npub10vt4scusw6lq27qw83nfwp5sqer492h0tnwa8ugqjvp6l4xuz2qsdycrwd
q/x quit
l lock/reunlock
r refresh
A toggle auto-approve
session=unlocked (12 words) signer=didactyl_test_signer derived=1 auto-approve=ON
Roles
Role Purpose Curve Selector
-------------------- ------------ ------------ ------------
main nostr secp256k1 nostr_index
Activity (latest first)
0708-120554 uid:1000 get_public_key(main) ALLOWED:prompt
0708-120532 uid:1000 get_public_key(main) ALLOWED:prompt

================================================================================
n_signer v0.0.33
================================================================================
> Main Menu
Connections
listen: unix @didactyl_test_signer
client: nsigner --socket-name didactyl_test_signer client '<json>'
fips ipv6: fdb8:36ad:c97a:44a9:e70e:e591:5d53:8f28
fips npub: npub10vt4scusw6lq27qw83nfwp5sqer492h0tnwa8ugqjvp6l4xuz2qsdycrwd
q/x quit
l lock/reunlock
r refresh
A toggle auto-approve
session=unlocked (12 words) signer=didactyl_test_signer derived=1 auto-approve=ON
Roles
Role Purpose Curve Selector
-------------------- ------------ ------------ ------------
main nostr secp256k1 nostr_index
Activity (latest first)
0708-120554 uid:1000 get_public_key(main) ALLOWED:prompt
0708-120532 uid:1000 get_public_key(main) ALLOWED:prompt

================================================================================
n_signer v0.0.33
================================================================================
> Main Menu
Connections
listen: unix @didactyl_test_signer
client: nsigner --socket-name didactyl_test_signer client '<json>'
fips ipv6: fdb8:36ad:c97a:44a9:e70e:e591:5d53:8f28
fips npub: npub10vt4scusw6lq27qw83nfwp5sqer492h0tnwa8ugqjvp6l4xuz2qsdycrwd
q/x quit
l lock/reunlock
r refresh
A toggle auto-approve
session=unlocked (12 words) signer=didactyl_test_signer derived=1 auto-approve=ON
Roles
Role Purpose Curve Selector
-------------------- ------------ ------------ ------------
main nostr secp256k1 nostr_index
Activity (latest first)
0708-120609 uid:1000 get_public_key(main) ALLOWED:prompt
0708-120554 uid:1000 get_public_key(main) ALLOWED:prompt
0708-120532 uid:1000 get_public_key(main) ALLOWED:prompt

================================================================================
n_signer v0.0.33
================================================================================
> Main Menu
Connections
listen: unix @didactyl_test_signer
client: nsigner --socket-name didactyl_test_signer client '<json>'
fips ipv6: fdb8:36ad:c97a:44a9:e70e:e591:5d53:8f28
fips npub: npub10vt4scusw6lq27qw83nfwp5sqer492h0tnwa8ugqjvp6l4xuz2qsdycrwd
q/x quit
l lock/reunlock
r refresh
A toggle auto-approve
session=unlocked (12 words) signer=didactyl_test_signer derived=1 auto-approve=ON
Roles
Role Purpose Curve Selector
-------------------- ------------ ------------ ------------
main nostr secp256k1 nostr_index
Activity (latest first)
0708-120609 uid:1000 get_public_key(main) ALLOWED:prompt
0708-120554 uid:1000 get_public_key(main) ALLOWED:prompt
0708-120532 uid:1000 get_public_key(main) ALLOWED:prompt

================================================================================
n_signer v0.0.33
================================================================================
> Main Menu
Connections
listen: unix @didactyl_test_signer
client: nsigner --socket-name didactyl_test_signer client '<json>'
fips ipv6: fdb8:36ad:c97a:44a9:e70e:e591:5d53:8f28
fips npub: npub10vt4scusw6lq27qw83nfwp5sqer492h0tnwa8ugqjvp6l4xuz2qsdycrwd
q/x quit
l lock/reunlock
r refresh
A toggle auto-approve
session=unlocked (12 words) signer=didactyl_test_signer derived=1 auto-approve=ON
Roles
Role Purpose Curve Selector
-------------------- ------------ ------------ ------------
main nostr secp256k1 nostr_index
Activity (latest first)
0708-120623 uid:1000 get_public_key(main) ALLOWED:prompt
0708-120609 uid:1000 get_public_key(main) ALLOWED:prompt
0708-120554 uid:1000 get_public_key(main) ALLOWED:prompt
0708-120532 uid:1000 get_public_key(main) ALLOWED:prompt

================================================================================
n_signer v0.0.33
================================================================================
> Main Menu
Connections
listen: unix @didactyl_test_signer
client: nsigner --socket-name didactyl_test_signer client '<json>'
fips ipv6: fdb8:36ad:c97a:44a9:e70e:e591:5d53:8f28
fips npub: npub10vt4scusw6lq27qw83nfwp5sqer492h0tnwa8ugqjvp6l4xuz2qsdycrwd
q/x quit
l lock/reunlock
r refresh
A toggle auto-approve
session=unlocked (12 words) signer=didactyl_test_signer derived=1 auto-approve=ON
Roles
Role Purpose Curve Selector
-------------------- ------------ ------------ ------------
main nostr secp256k1 nostr_index
Activity (latest first)
0708-120623 uid:1000 get_public_key(main) ALLOWED:prompt
0708-120609 uid:1000 get_public_key(main) ALLOWED:prompt
0708-120554 uid:1000 get_public_key(main) ALLOWED:prompt
0708-120532 uid:1000 get_public_key(main) ALLOWED:prompt

================================================================================
n_signer v0.0.33
================================================================================
> Main Menu
Connections
listen: unix @didactyl_test_signer
client: nsigner --socket-name didactyl_test_signer client '<json>'
fips ipv6: fdb8:36ad:c97a:44a9:e70e:e591:5d53:8f28
fips npub: npub10vt4scusw6lq27qw83nfwp5sqer492h0tnwa8ugqjvp6l4xuz2qsdycrwd
q/x quit
l lock/reunlock
r refresh
A toggle auto-approve
session=unlocked (12 words) signer=didactyl_test_signer derived=1 auto-approve=ON
Roles
Role Purpose Curve Selector
-------------------- ------------ ------------ ------------
main nostr secp256k1 nostr_index
Activity (latest first)
0708-120741 uid:1000 get_public_key(main) ALLOWED:prompt
0708-120623 uid:1000 get_public_key(main) ALLOWED:prompt
0708-120609 uid:1000 get_public_key(main) ALLOWED:prompt
0708-120554 uid:1000 get_public_key(main) ALLOWED:prompt
0708-120532 uid:1000 get_public_key(main) ALLOWED:prompt

================================================================================
n_signer v0.0.33
================================================================================
> Main Menu
Connections
listen: unix @didactyl_test_signer
client: nsigner --socket-name didactyl_test_signer client '<json>'
fips ipv6: fdb8:36ad:c97a:44a9:e70e:e591:5d53:8f28
fips npub: npub10vt4scusw6lq27qw83nfwp5sqer492h0tnwa8ugqjvp6l4xuz2qsdycrwd
q/x quit
l lock/reunlock
r refresh
A toggle auto-approve
session=unlocked (12 words) signer=didactyl_test_signer derived=1 auto-approve=ON
Roles
Role Purpose Curve Selector
-------------------- ------------ ------------ ------------
main nostr secp256k1 nostr_index
Activity (latest first)
0708-120741 uid:1000 get_public_key(main) ALLOWED:prompt
0708-120623 uid:1000 get_public_key(main) ALLOWED:prompt
0708-120609 uid:1000 get_public_key(main) ALLOWED:prompt
0708-120554 uid:1000 get_public_key(main) ALLOWED:prompt
0708-120532 uid:1000 get_public_key(main) ALLOWED:prompt

================================================================================
n_signer v0.0.33
================================================================================
> Main Menu
Connections
listen: unix @didactyl_test_signer
client: nsigner --socket-name didactyl_test_signer client '<json>'
fips ipv6: fdb8:36ad:c97a:44a9:e70e:e591:5d53:8f28
fips npub: npub10vt4scusw6lq27qw83nfwp5sqer492h0tnwa8ugqjvp6l4xuz2qsdycrwd
q/x quit
l lock/reunlock
r refresh
A toggle auto-approve
session=unlocked (12 words) signer=didactyl_test_signer derived=1 auto-approve=ON
+1
View File
@@ -0,0 +1 @@
131270
+247
View File
@@ -0,0 +1,247 @@
# Cron Trigger Pipeline: How It Works and How to Make It Robust
## Current Architecture: Skill Events → Trigger Registration
The pipeline has **two paths** for getting a cron trigger loaded, plus a **polling loop** that actually fires them.
### Path 1: Bulk load at startup (EOSE-driven)
```mermaid
sequenceDiagram
participant Main as main.c startup
participant NH as nostr_handler
participant Relays as Nostr Relays
participant TM as trigger_manager
Main->>TM: trigger_manager_init - capacity=16, last_poll_at=0
Main->>TM: trigger_manager_load_from_startup_events
Note over TM: Loads triggers from genesis startup_events<br/>only dm triggers typically here
Main->>NH: nostr_handler_set_self_skill_eose_callback<br/>registers on_self_skill_eose_load_triggers
Main->>NH: nostr_handler_subscribe_self_skills
NH->>Relays: REQ kinds 31123, 31124, 10123<br/>authors = agent pubkey
Relays-->>NH: EVENT skill events arrive one by one
NH->>NH: on_self_skill_event for each<br/>caches in g_self_skill_events<br/>calls register_trigger_from_self_skill_event
Relays-->>NH: EOSE
NH->>NH: on_self_skill_eose sets g_self_skill_eose_received=1
NH->>Main: calls on_self_skill_eose_load_triggers callback
Main->>TM: trigger_manager_load_from_skills<br/>reads ALL cached skills via<br/>nostr_handler_get_self_events_by_kind_json
Note over TM: For each skill with trigger+filter tags:<br/>calls trigger_manager_add
Main->>Main: nostr_handler_wait_for_self_skill_eose returns 0
Main->>Main: Startup step 14 passes
Main->>Main: Enter main poll loop
```
### Path 2: Live skill event (post-startup)
```mermaid
sequenceDiagram
participant Relays as Nostr Relays
participant NH as nostr_handler
participant TM as trigger_manager
Note over NH: Subscription stays open after EOSE
Relays-->>NH: New/updated skill EVENT arrives
NH->>NH: on_self_skill_event
NH->>NH: register_trigger_from_self_skill_event
Note over NH: Checks: kind 31123/31124?<br/>Has trigger+filter tags?<br/>Is adopted via kind 10123?
NH->>TM: trigger_manager_add or update
NH->>NH: self_skill_cache_upsert_event_locked
```
### Path 3: Cron polling in main loop
```mermaid
sequenceDiagram
participant Main as main loop
participant TM as trigger_manager
participant Agent as agent.c
loop Every iteration
Main->>TM: trigger_manager_poll
Note over TM: Throttled to once per 30 seconds
TM->>TM: For each trigger where type==CRON:<br/>1. Validate cron_expr<br/>2. Check cron_matches_now<br/>3. Check last_cron_fire dedup - 50s guard
TM->>Agent: execute_llm_action with synthetic cron event
end
```
---
## The Six Failure Points
I have identified six places where a cron trigger can silently fail to load or fire. They are ordered from most likely to least likely given the logs from laantungir.net.
### 1. EOSE timeout kills startup entirely
**Where:** [`main.c:14941515`](src/main.c:1494)
The agent waits 15 seconds for self-skill EOSE. If relays are slow or the connection is flaky, this times out and **the entire agent process exits**:
```c
const int self_skill_eose_timeout_ms = 15000;
if (nostr_handler_wait_for_self_skill_eose(self_skill_eose_timeout_ms) != 0) {
// ... prints error, cleans up, return 1
}
```
From [`debug.log`](debug.log) line 670:
```
[2026-04-06 16:16:49] [ERROR] startup checklist [14] Subscribe self-skill cache: failed
(self-skill EOSE not received within timeout)
```
**Impact:** If the agent crashes at startup, no triggers load at all. If systemd restarts it and it crashes again, you get a restart loop with zero cron execution.
### 2. Adoption check gates live trigger registration
**Where:** [`nostr_handler.c:1462`](src/nostr_handler.c:1462)
When a skill event arrives live via [`on_self_skill_event()`](src/nostr_handler.c:2428), it calls [`register_trigger_from_self_skill_event()`](src/nostr_handler.c:1418) which checks:
```c
if (!self_skill_is_adopted_local(kind_val, pubkey->valuestring, d_tag)) {
DEBUG_INFO("live self-skill trigger ignored (not adopted) d_tag=%s", d_tag);
return;
}
```
[`self_skill_is_adopted_local()`](src/nostr_handler.c:1366) scans `g_self_skill_events` for a kind 10123 event with an `["a", "31123:<pubkey>:<d_tag>"]` tag. If the adoption event hasn't arrived yet (race condition — skill event arrives before adoption event), the trigger is silently skipped.
**Critically:** The bulk load path in [`trigger_manager_load_from_skills()`](src/trigger_manager.c:818) does **NOT** check adoption at all — it loads every skill with trigger+filter tags. So the adoption gate only affects the live path.
### 3. Bulk load is one-shot with `loaded_once` guard
**Where:** [`main.c:42`](src/main.c:42)
```c
if (ctx->loaded_once) {
DEBUG_TRACE("deferred trigger load skipped (already loaded once)");
return;
}
```
The EOSE callback fires once, calls [`trigger_manager_load_from_skills()`](src/trigger_manager.c:818), sets `loaded_once = 1`, and never runs again. If a skill event arrives **after** EOSE but **before** the live path processes it, it falls into a gap:
- The bulk load already ran and won't run again
- The live [`register_trigger_from_self_skill_event()`](src/nostr_handler.c:1418) may reject it due to the adoption check
### 4. Cron expression validation rejects silently at add time
**Where:** [`trigger_manager.c:11061112`](src/trigger_manager.c:1106)
```c
if (t->trigger_type == TRIGGER_TYPE_CRON) {
if (!cron_expr_is_valid(filter_json, normalized_cron, sizeof(normalized_cron))) {
DEBUG_WARN("trigger add rejected: invalid cron expression d_tag=%s expr=%s", ...);
memset(t, 0, sizeof(*t));
return -1;
}
}
```
This does log a warning, but the caller in [`trigger_manager_load_from_skills()`](src/trigger_manager.c:896) just silently skips to the next skill. The `considered` count increments but `loaded` does not — the only evidence is in the log line `trigger manager loaded X trigger(s) from self skills (considered=Y)` where X < Y.
The existing plan in [`fix_cron_triggers_not_firing.md`](plans/fix_cron_triggers_not_firing.md) documents that a bare `*` was being used instead of `* * * * *`, and that shorthand expansion was added. This has been fixed.
### 5. Poll throttle delays first evaluation by up to 30 seconds
**Where:** [`trigger_manager.c:1395`](src/trigger_manager.c:1395)
```c
if (mgr->last_poll_at > 0 && (now - mgr->last_poll_at) < 30) {
return 0;
}
```
After init, `last_poll_at` starts at 0 (fixed from the original bug where it was `time(NULL)`), so the first poll runs immediately. But subsequent polls are throttled to every 30 seconds. For a daily cron this is fine, but it means the cron match window is checked at most twice per minute.
### 6. Cron dedup guard can skip legitimate fires
**Where:** [`trigger_manager.c:1422`](src/trigger_manager.c:1422)
```c
if (t->last_cron_fire > 0 && (now - t->last_cron_fire) < 50) {
continue;
}
```
With a 30-second poll interval and a 50-second dedup window, a cron that matches at minute X will fire once and then be suppressed for the next poll. This is correct behavior for preventing double-fires within the same minute. But if the system clock jumps or NTP adjusts, this could cause unexpected skips.
---
## Robustness Suggestions
### A. Retry EOSE with backoff instead of hard abort
**Current:** EOSE timeout → process exit.
**Proposed:** Retry 23 times with increasing timeout (15s, 30s, 60s). If all retries fail, start the agent in degraded mode with only startup-config triggers active, and schedule a background re-attempt.
```mermaid
flowchart TD
SUB[Subscribe self-skills] --> WAIT{Wait for EOSE}
WAIT -->|Received| LOAD[Load triggers from skills]
WAIT -->|Timeout 15s| RETRY1{Retry 1 - 30s timeout}
RETRY1 -->|Received| LOAD
RETRY1 -->|Timeout| RETRY2{Retry 2 - 60s timeout}
RETRY2 -->|Received| LOAD
RETRY2 -->|Timeout| DEGRADED[Start in degraded mode<br/>startup triggers only<br/>schedule background retry]
LOAD --> READY[Agent READY]
DEGRADED --> READY
```
### B. Remove adoption gate from live trigger registration
The bulk load path doesn't check adoption. The live path does. This inconsistency means a skill created via `skill_create` with `auto_adopt=true` might not register its trigger if the adoption event arrives on a different relay or with different timing.
**Proposed:** Either:
1. Remove the adoption check from [`register_trigger_from_self_skill_event()`](src/nostr_handler.c:1462) to match the bulk path, OR
2. Add the adoption check to the bulk path too for consistency, but with a fallback: if adoption events haven't loaded yet, defer the check.
Option 1 is simpler and more robust. The agent already only subscribes to its own pubkey's events, so all skills in the cache are self-authored.
### C. Allow re-running bulk trigger load
Remove the `loaded_once` guard or replace it with a debounced re-load. When new skill events arrive after EOSE, schedule a re-scan of all cached skills after a short delay (e.g., 5 seconds). This closes the gap between EOSE and late-arriving events.
### D. Add a periodic trigger reconciliation
Every N minutes (e.g., 5), compare the set of cached skills that have trigger+filter tags against the active trigger list. Register any missing triggers. This is a safety net that catches any trigger that was missed during startup.
```c
// In trigger_manager_poll, after cron evaluation:
if (now - mgr->last_reconcile_at > 300) {
trigger_manager_load_from_skills(mgr); // idempotent via update path
mgr->last_reconcile_at = now;
}
```
### E. Log trigger registration summary at startup
After the deferred trigger load, log not just the count but also which trigger types were loaded:
```
trigger manager loaded 3 trigger(s): dm=2 cron=1 webhook=0 chain=0 nostr-sub=0
```
This makes it immediately obvious from the log whether a cron trigger was picked up.
### F. Add an HTTP API endpoint for trigger status
Expose `/api/triggers` that returns the same JSON as the `trigger_list` tool. This allows external monitoring (e.g., a health check script) to verify that expected cron triggers are loaded without going through the LLM.
---
## Summary of What Happened on laantungir.net
Based on the logs:
1. The agent started successfully multiple times (startup step 14 passed with `skills=3 adoptions=1` or similar).
2. The deferred trigger load status shows **only dm-type triggers** were loaded — no cron triggers appear in any log entry.
3. On 2026-04-06, the agent failed at startup step 14 with EOSE timeout, meaning it never even got to trigger loading.
4. There is **zero** evidence of `cron trigger matched` or `cron trigger skipped` in any log file, confirming the cron trigger was never in the active trigger set.
The most likely explanation: the cron skill event exists on relays but either:
- It was missing the `["trigger", "cron"]` and/or `["filter", "<expr>"]` tags when it was published
- It was not adopted (no kind 10123 event referencing it) and arrived via the live path where adoption is checked
- The cron expression was invalid and was silently rejected at add time
- The EOSE timeout prevented the agent from ever reaching the trigger loading phase
Running `trigger_list` on the live server will definitively answer which of these is the case.
+214
View File
@@ -0,0 +1,214 @@
# Example Context Window — DM from Admin
This file shows what the assembled context window would look like under the
proposed markdown format. This is a concrete example based on the "Simon" agent
configuration seen in the actual context.log.md.
---
## Scenario
- Admin sends a DM: "Hey Simon, who mentioned me on Nostr today?"
- Triggered skills (adoption list order): `personality`, `chat`
- The `personality` skill includes `{{identity}}` (layer 2)
- The `chat` skill has tools enabled
---
## The Assembled Context Document
Below is the **complete markdown document** the runtime assembles before
splitting into API messages. Everything between the `system:` and `user:`
markers goes into the system message. Everything after `user:` goes into the
user message.
---
```markdown
system:
# Simon — Didactyl Agent
A sovereign AI agent living on Nostr, named after Simón Bolívar.
- **npub**: `npub1kfc89dlu9m05tvfnry4l3jjacqpp930sz4kaghcmg9vrrrceg44qf80xae`
- **NIP-05**: simon@nostr
> Mission: Keep the computers I administer free from foreign powers and surveillance.
> Not your keys, not your agent.
## Personality
You speak concisely and directly.
You favor technical precision.
You use dry humor sparingly.
## Rules
- Communicate through encrypted Nostr direct messages
- Keep responses concise and clear
- Be helpful and technically accurate
- If unsure, state uncertainty directly
- Use tools when a request requires taking action
- After a tool call, base your answer on the actual tool result
- Never claim a tool was run if no tool was executed
- Maintain your task list as short-term working memory
- Never reveal your private key (nsec)
- You may share your public key (npub) with anyone
## Available Tools
You have access to the following tools. Use them when a request requires taking action.
- `nostr_query` — Query Nostr relays for events matching a filter
- `nostr_dm` — Send an encrypted direct message
- `nostr_post` — Publish a Nostr event
- `memory_read` — Read from persistent agent memory
- `memory_write` — Write to persistent agent memory
## Conversation History
- **You**: Didactyl has started up and is online at 2026-03-23 09:22:48 (version v0.2.12, connected relays: 4/4).
- **Admin**: What is the capital of England?
- **You**: London! 🇬🇧
- **Admin**: How about France?
- **You**: Paris! 🇫🇷
user:
Hey Simon, who mentioned me on Nostr today?
```
---
## What the Runtime Produces
The runtime splits on `system:` and `user:` markers and sends this to the LLM API:
```json
{
"model": "claude-opus-4.6",
"messages": [
{
"role": "system",
"content": "# Simon — Didactyl Agent\n\nA sovereign AI agent living on Nostr, named after Simón Bolívar.\n\n- **npub**: `npub1kfc89dlu9m05tvfnry4l3jjacqpp930sz4kaghcmg9vrrrceg44qf80xae`\n- **NIP-05**: simon@nostr\n\n> Mission: Keep the computers I administer free from foreign powers and surveillance.\n> Not your keys, not your agent.\n\n## Personality\n\nYou speak concisely and directly.\nYou favor technical precision.\nYou use dry humor sparingly.\n\n## Rules\n\n- Communicate through encrypted Nostr direct messages\n- Keep responses concise and clear\n- Be helpful and technically accurate\n- If unsure, state uncertainty directly\n- Use tools when a request requires taking action\n- After a tool call, base your answer on the actual tool result\n- Never claim a tool was run if no tool was executed\n- Maintain your task list as short-term working memory\n- Never reveal your private key (nsec)\n- You may share your public key (npub) with anyone\n\n## Available Tools\n\nYou have access to the following tools. Use them when a request requires taking action.\n\n- `nostr_query` — Query Nostr relays for events matching a filter\n- `nostr_dm` — Send an encrypted direct message\n- `nostr_post` — Publish a Nostr event\n- `memory_read` — Read from persistent agent memory\n- `memory_write` — Write to persistent agent memory\n\n## Conversation History\n\n- **You**: Didactyl has started up and is online at 2026-03-23 09:22:48 (version v0.2.12, connected relays: 4/4).\n- **Admin**: What is the capital of England?\n- **You**: London! 🇬🇧\n- **Admin**: How about France?\n- **You**: Paris! 🇫🇷"
},
{
"role": "user",
"content": "Hey Simon, who mentioned me on Nostr today?"
}
],
"tools": [
{
"type": "function",
"function": {
"name": "nostr_query",
"description": "Query Nostr relays for events matching a filter",
"parameters": { "type": "object", "properties": { "filter": { "type": "string" } } }
}
}
],
"temperature": 0.7,
"max_tokens": 512
}
```
---
## How It Compares to Today
### Today (from context.log.md)
```json
[
{
"role": "system",
"content": "# Didactyl Agent\n\nYou are {\n \"name\": \"Simon\",\n \"about\": \"A sovereign AI agent living on Nostr.\\n\\nNamed after Simón José Antonio...\",\n \"picture\": \"https://upload.wikimedia.org/...\",\n \"banner\": \"https://upload.wikimedia.org/...\",\n \"nip05\": \"simon@nostr\"\n}\n\nYour npub: npub1kfc89...\n\n## Rules\n\n- Communicate through encrypted Nostr direct messages\n...\n\n---\n\n## Recent Conversation\n\nAssistant: Didactyl has started up...\nUser: Well hello simon."
},
{
"role": "user",
"content": "Well hello simon."
}
]
```
### Problems with today's format
1. **Raw JSON identity dump**`You are { "name": "Simon", "about": "..." }` is not readable markdown
2. **Conversation history as plain text**`Assistant: ...` / `User: ...` with no structure
3. **No role marker parsing**`system:` / `user:` markers in skill content pass through as literal text
4. **Flat concatenation** — Skills joined with `---` but no document hierarchy
5. **Tool list not in context** — Tools are in the API payload but the agent has no readable summary of what it can do
### Proposed format improvements
1. **Clean identity block** — Name, npub, mission as formatted markdown
2. **Structured conversation history** — Markdown list with bold role labels
3. **Role markers parsed**`system:` / `user:` split into proper API messages
4. **Document hierarchy** — Skills contribute sections under a coherent heading structure
5. **Tool summary in system prompt** — Readable list of available tools and what they do
---
## Triggered Skill Example — Cron Job
For comparison, here is what a cron-triggered skill context would look like:
```markdown
system:
# Simon — Didactyl Agent
A sovereign AI agent living on Nostr, named after Simón Bolívar.
- **npub**: `npub1kfc89dlu9m05tvfnry4l3jjacqpp930sz4kaghcmg9vrrrceg44qf80xae`
## Readme Monitor
Check the readme at the configured URL.
Compare with the last known version in memory.
If changed: post it and DM admin a summary.
## Available Tools
- `http_fetch` — Fetch a URL and return the response body
- `memory_read` — Read from persistent agent memory
- `memory_write` — Write to persistent agent memory
- `nostr_post` — Publish a Nostr event
- `nostr_dm` — Send an encrypted direct message
user:
Triggering event:
```json
{
"type": "cron",
"filter": "0 12 * * *",
"created_at": 1742641200
}
```
```
Note: No conversation history — cron triggers have no prior conversation.
The identity block is shorter because the `readme-monitor` skill only
includes `{{identity}}`, not `{{personality}}`.
---
## Multi-Turn Tool Conversation
After the initial context is sent, the LLM may request tool calls. The
multi-turn conversation builds on the messages array:
```json
[
{"role": "system", "content": "# Simon — Didactyl Agent\n\n..."},
{"role": "user", "content": "Hey Simon, who mentioned me on Nostr today?"},
{"role": "assistant", "content": null, "tool_calls": [
{"id": "call_1", "type": "function", "function": {"name": "nostr_query", "arguments": "{\"filter\":{\"#p\":[\"1ec454...\"],\"kinds\":[1],\"since\":1774224000}}"}}
]},
{"role": "tool", "tool_call_id": "call_1", "content": "{\"success\":true,\"events\":[...]}"},
{"role": "assistant", "content": "Here's who mentioned you today:\n\n- **@alice** posted about your relay setup guide\n- **@bob** quoted your note about NIP-44\n\nWant me to look into any of these in more detail?"}
]
```
The tool call/result messages use the standard OpenAI format — these are not
markdown-formatted because they are machine-to-machine. Only the system and
user messages benefit from the markdown document format.
+381
View File
@@ -0,0 +1,381 @@
# Example Context Window v2 — Refined Design
This revision addresses two refinements:
1. Tools stay JSON; template engine has markdown formatters
2. Runtime owns h1; skill headings get bumped down one level
---
## The Skills (as authored)
### identity skill (layer 2, no trigger)
```markdown
You are {{agent_profile}}, a sovereign AI agent living on Nostr.
- **npub**: {{agent_npub}}
- **NIP-05**: simon@nostr
> Not your keys, not your agent.
```
Note: No heading. This skill is designed to be embedded (layer 2).
`{{agent_profile}}` and `{{agent_npub}}` are template variables resolved
by the formatter registry.
### personality skill (layer 1, trigger: dm)
```markdown
system:
# {{identity}}
## Personality
You speak concisely and directly.
You favor technical precision.
You use dry humor sparingly.
## Rules
- Communicate through encrypted Nostr direct messages
- Keep responses concise and clear
- Be helpful and technically accurate
- If unsure, state uncertainty directly
- Use tools when a request requires taking action
- After a tool call, base your answer on the actual tool result
- Never claim a tool was run if no tool was executed
- Never reveal your private key (nsec)
- You may share your public key (npub) with anyone
```
### chat skill (layer 1, trigger: dm)
```markdown
system:
# Chat
Respond helpfully to the admin.
Use tools when a request requires taking action.
user:
{{message}}
```
---
## Template Resolution (before heading bump)
After resolving `{{identity}}`, `{{agent_profile}}`, `{{agent_npub}}`,
`{{message}}`, and `{{dm_history}}`:
### personality skill (resolved)
```markdown
system:
# You are Simon, a sovereign AI agent living on Nostr.
- **npub**: `npub1kfc89dlu9m05tvfnry4l3jjacqpp930sz4kaghcmg9vrrrceg44qf80xae`
- **NIP-05**: simon@nostr
> Not your keys, not your agent.
## Personality
You speak concisely and directly.
You favor technical precision.
You use dry humor sparingly.
## Rules
- Communicate through encrypted Nostr direct messages
- Keep responses concise and clear
- Be helpful and technically accurate
- If unsure, state uncertainty directly
- Use tools when a request requires taking action
- After a tool call, base your answer on the actual tool result
- Never claim a tool was run if no tool was executed
- Never reveal your private key (nsec)
- You may share your public key (npub) with anyone
```
### chat skill (resolved)
```markdown
system:
# Chat
Respond helpfully to the admin.
Use tools when a request requires taking action.
user:
Hey Simon, who mentioned me on Nostr today?
```
---
## Runtime Assembly
The runtime:
1. Collects triggered skills in adoption-list order
2. Bumps all headings in each skill down one level (# -> ##, ## -> ###)
3. Adds a runtime-level `# title` from the agent identity
4. Splits on role markers (system: / user:)
5. Concatenates same-role sections with --- separators
### The assembled document (what gets logged)
```markdown
system:
# Simon — Didactyl Agent
## You are Simon, a sovereign AI agent living on Nostr.
- **npub**: `npub1kfc89dlu9m05tvfnry4l3jjacqpp930sz4kaghcmg9vrrrceg44qf80xae`
- **NIP-05**: simon@nostr
> Not your keys, not your agent.
### Personality
You speak concisely and directly.
You favor technical precision.
You use dry humor sparingly.
### Rules
- Communicate through encrypted Nostr direct messages
- Keep responses concise and clear
- Be helpful and technically accurate
- If unsure, state uncertainty directly
- Use tools when a request requires taking action
- After a tool call, base your answer on the actual tool result
- Never claim a tool was run if no tool was executed
- Never reveal your private key (nsec)
- You may share your public key (npub) with anyone
---
## Chat
Respond helpfully to the admin.
Use tools when a request requires taking action.
user:
Hey Simon, who mentioned me on Nostr today?
```
---
## Wait — Problem with the heading bump
Looking at this output, I notice the heading bump creates an awkward result.
The identity content has no heading, but the personality skill wraps it with
`# {{identity}}` which becomes `## You are Simon...` after the bump. That
reads oddly as a heading.
### Better approach: identity as prose, not heading
The identity skill should be **prose content**, not wrapped in a heading by
the personality skill. The runtime adds the `# title` and the identity
content flows as the opening paragraph:
### personality skill (revised)
```markdown
system:
{{identity}}
# Personality
You speak concisely and directly.
You favor technical precision.
You use dry humor sparingly.
# Rules
- Communicate through encrypted Nostr direct messages
- Keep responses concise and clear
...
```
### Assembled document (revised, cleaner)
```markdown
system:
# Simon — Didactyl Agent
You are Simon, a sovereign AI agent living on Nostr.
- **npub**: `npub1kfc89dlu9m05tvfnry4l3jjacqpp930sz4kaghcmg9vrrrceg44qf80xae`
- **NIP-05**: simon@nostr
> Not your keys, not your agent.
## Personality
You speak concisely and directly.
You favor technical precision.
You use dry humor sparingly.
## Rules
- Communicate through encrypted Nostr direct messages
- Keep responses concise and clear
- Be helpful and technically accurate
- If unsure, state uncertainty directly
- Use tools when a request requires taking action
- After a tool call, base your answer on the actual tool result
- Never claim a tool was run if no tool was executed
- Never reveal your private key (nsec)
- You may share your public key (npub) with anyone
---
## Chat
Respond helpfully to the admin.
Use tools when a request requires taking action.
user:
Hey Simon, who mentioned me on Nostr today?
```
This reads like a proper document. The runtime adds `# Simon — Didactyl Agent`
as the document title. Identity content flows as the opening section. Each
skill's `#` headings get bumped to `##`. The `---` separates skills.
---
## Formatter Registry
The template engine uses formatters to convert tool JSON output to markdown
for context injection. Here are the formatters needed:
| Template Variable | Tool Called | Formatter | Output |
|---|---|---|---|
| `{{agent_identity}}` | `agent_identity` | `format_agent_identity` | Prose with npub in backticks |
| `{{agent_profile}}` | `nostr_agent_profile` | `format_agent_profile` | Name extracted from kind 0 JSON |
| `{{admin_profile}}` | `nostr_admin_profile` | `format_admin_profile` | Name and about from kind 0 |
| `{{admin_notes}}` | `nostr_admin_notes` | `format_admin_notes` | Markdown list of recent notes |
| `{{admin_relays}}` | `nostr_admin_relays` | `format_admin_relays` | Markdown list of relay URLs |
| `{{dm_history}}` | built-in | `format_dm_history` | Markdown conversation list |
| `{{triggering_event}}` | `trigger_event` | `format_trigger_event` | Code block with JSON |
### Example formatter: agent_identity
Input (from tool):
```json
{"pubkey":"abc123...","npub":"npub1kfc89..."}
```
Output (markdown):
```markdown
- **npub**: `npub1kfc89dlu9m05tvfnry4l3jjacqpp930sz4kaghcmg9vrrrceg44qf80xae`
```
### Example formatter: dm_history
Input (from DM history system):
```json
[
{"role":"assistant","content":"Didactyl has started up...","created_at":1774263529},
{"role":"user","content":"Good morning","created_at":1774263548},
{"role":"assistant","content":"Good morning! How can I help?","created_at":1774263551}
]
```
Output (markdown):
```markdown
## Conversation History
- **You**: Didactyl has started up and is online at 2026-03-23 09:22:48.
- **Admin**: Good morning
- **You**: Good morning! How can I help?
```
### Example formatter: triggering_event
Input (from tool):
```json
{"type":"cron","filter":"0 12 * * *","created_at":1742641200}
```
Output (markdown):
````markdown
Triggering event:
```json
{"type":"cron","filter":"0 12 * * *","created_at":1742641200}
```
````
---
## Heading Bump Implementation
Simple string operation on each line of skill content:
```c
// For each line in skill content:
if (line starts with '#') {
output '#' + line; // prepend one more #
} else {
output line;
}
```
Layer 1 skills: bump once (# -> ##)
Layer 2 skills: bump twice (# -> ###) because they are embedded inside
a layer 1 skill that already got bumped once, plus one more for being layer 2.
Actually, layer 2 skills get bumped once during their own resolution, and then
the containing layer 1 skill gets bumped once — so the layer 2 content
effectively gets bumped twice. This happens naturally if we bump during
template resolution.
Wait — that depends on ordering. If we:
1. Resolve {{identity}} first (inserting identity content into personality)
2. Then bump personality's headings
Then identity headings get bumped once (same as personality). That's correct
because identity content is now PART of personality.
If we:
1. Bump identity headings first
2. Then resolve {{identity}} into personality
3. Then bump personality's headings
Then identity headings get bumped twice. That's too much.
**Correct order: resolve templates first, then bump headings.**
This means layer 2 content gets the same heading level as the layer 1 skill
it's embedded in. If the skill author wants layer 2 content at a deeper
level, they wrap it in a heading in the layer 1 skill:
```markdown
## Identity
{{identity}}
## Personality
...
```
This is the simplest and most predictable behavior.
---
## Summary of Design Decisions
1. **Tools stay JSON** — No duplication. One tool, one output format.
2. **Formatter registry** — Template engine converts tool JSON to markdown
during `{{variable}}` resolution. Small, focused functions.
3. **Runtime owns h1** — Adds `# Agent Name` as document title.
4. **Heading bump** — All skill headings bumped one level (# -> ##).
5. **Resolve then bump** — Template variables resolved first, then heading
bump applied to the complete skill content.
6. **Skills separated by ---** — Horizontal rules between layer 1 skills.
7. **Role markers parsed** — `system:` / `user:` at line start split content
into API message roles. Unmarked content defaults to system.
8. **Context log shows markdown** — The assembled document is logged as
readable markdown, not raw JSON.
+148
View File
@@ -0,0 +1,148 @@
# Fix: Self-Skill Startup Race (step 14 false-negative)
## Symptom
`didactyl.service` / `simon.service` intermittently fail startup at step 14:
```
startup checklist [14] Subscribe self-skill cache: failed (no skill events found after EOSE)
```
…even though the required events (kind 31123/31124 skills and kind 10123 adoption list)
demonstrably exist on `relay.laantungir.net` (verified with `nak`, returned in well under
a second). On other restarts the identical setup succeeds: `ok (skills=3 adoptions=1)`.
The failure is timing-dependent.
## How startup relay polling works (mechanics)
- Each startup step opens its **own** subscription (its own `REQ` + filter). Step 14's
filter is built in [`nostr_handler_subscribe_self_skills()`](src/nostr_handler.c:2800):
`{"kinds":[31123,31124,10123],"authors":[<agent_pubkey>],"limit":300}`.
- That subscription is sent to **all** configured relays in parallel inside
[`nostr_relay_pool_subscribe()`](nostr_core_lib/nostr_core/core_relay_pool.c:967).
- This is the **async/streaming** path: events arrive over time via
[`on_self_skill_event()`](src/nostr_handler.c:2478) which upserts into the shared cache
`g_self_skill_events`, and an EOSE-complete callback
([`on_self_skill_eose`](src/nostr_handler.c:2066)) flips `g_self_skill_eose_received`.
- Step 14 then immediately runs
[`nostr_handler_validate_self_skill_cache()`](src/nostr_handler.c:3089) against whatever
is in the cache at that instant.
## Root cause
The async EOSE-complete signal is decoupled from "did the relay that actually has the
events get queried and deliver yet." Two independent contributing factors:
1. **Relay connection timing.** The self-skill subscription is registered shortly after
startup. If `relay.laantungir.net` is not yet fully connected when the subscription's
completion is computed, the empty relays (`damus`, `primal`) EOSE almost instantly and
the per-relay **timeout fallback**
([`core_relay_pool.c:2128`](nostr_core_lib/nostr_core/core_relay_pool.c:2128)) marks the
remaining relay "done" after `relay_timeout_seconds` (=12) without ever receiving its
events. EOSE-complete fires with an empty cache → validation fails.
2. **Validation fires the instant completion is signaled**, with no re-check, so any race
where laantungir's events land microseconds later is lost.
This matches the `<1s` `nak` observation: when laantungir is connected and queried, it
answers almost instantly; the failures are the cycles where it wasn't
connected/queried/processed before the async completion fired.
### Why FIRST → FULL_SET alone does NOT fix it
`maybe_complete_subscription_eose()` waits for **all** relays in both modes; the only
difference is the payload passed to the callback. The cache is filled by the EVENT
callback, not the EOSE payload. Changing the mode changes neither connection timing nor
when events are available.
## Fix: use the synchronous query for the startup self-skill load
There is already a correct, synchronous "collect all events until EOSE/timeout, then
return them" primitive used elsewhere at startup (e.g. kind-10002 discovery):
- [`nostr_handler_query_json()`](src/nostr_handler.c:3395) →
[`nostr_relay_pool_query_sync()`](nostr_core_lib/nostr_core/core_relay_pool.c:1340).
- A self-skill-specific wrapper already exists and reuses it:
[`nostr_handler_refresh_self_skill_cache_from_relays()`](src/nostr_handler.c:3751),
which queries kinds 31123/31124/10123 for the agent author (and also pulls adopted
skills), populating the cache synchronously.
The synchronous query is the architecturally correct tool for "give me the complete
current set before proceeding," which is exactly what step 14 needs. It also drives the
poll/receive loop itself
([`core_relay_pool.c:1405`](nostr_core_lib/nostr_core/core_relay_pool.c:1405)) until all
connected relays EOSE or the timeout elapses.
### Important caveat to handle: connection readiness
`nostr_relay_pool_query_sync()` only queries relays that are **connected at call time**
(`if (connected_count == 0) return NULL;` at
[`core_relay_pool.c:1392`](nostr_core_lib/nostr_core/core_relay_pool.c:1392)). If
`relay.laantungir.net` is still mid-connect when step 14 runs, a sync query could still
miss it. Therefore the fix must ensure the relay holding the events is connected (or wait
briefly for it) before/within the query.
### Plan
1. **Replace the step-14 async wait+validate with a synchronous load.** In
[`src/main.c`](src/main.c) step 14 (~line 1518), instead of relying solely on
`nostr_handler_wait_for_self_skill_eose()` + an immediate
`nostr_handler_validate_self_skill_cache()`:
- Keep registering the live subscription (so ongoing skill updates still stream in via
`on_self_skill_event`) — this is still wanted for runtime.
- For the startup *gate*, call
[`nostr_handler_refresh_self_skill_cache_from_relays(timeout_ms)`](src/nostr_handler.c:3751)
with a sensible timeout (e.g. 800010000 ms). This performs the synchronous,
connection-aware query and fills `g_self_skill_events`.
- Then run `nostr_handler_validate_self_skill_cache(&skills, &adoptions)`.
2. **Wait for the self relay (laantungir) to be connected before the sync query.** Reuse
the existing relay-readiness helper pattern (`wait_for_connected_relays`) — but ensure
we wait specifically until the relay list discovered from kind 10002 (which includes
`relay.laantungir.net`) is connected, not just "any relay." If we already have a
connected-count wait, extend/bound it so the relay that owns the events has a fair
chance to connect before the sync query runs.
3. **Bounded retry around the sync query.** If the first sync query returns an empty cache,
retry the sync query a small, bounded number of times (e.g. up to ~58s total),
pumping `nostr_handler_poll()` between attempts to let connections settle. Only fail
step 14 after the bounded retries still yield an empty cache. This converts a transient
connection-timing miss into a brief wait instead of a hard failure.
4. **Keep the async subscription for runtime updates.** Do not remove the live
subscription; it's still responsible for picking up skill changes after startup. Only
the *startup gate* switches to the synchronous load for determinism.
### Why this is the right layer
- It uses the library's intended synchronous collect-all primitive rather than racing a
streaming subscription against an immediate validation.
- It is connection-aware and bounded, so a slow/late relay connect becomes a short wait,
not a false "no skill events" failure.
- It does not require modifying `nostr_core_lib` (though if desired, a follow-up could add
a `query_sync` variant that waits for a named relay to connect; not required here).
## Interaction with the failure-DM throttle (already shipped)
- On success, the READY path clears the throttle marker
([`src/main.c`](src/main.c) `startup_failure_marker_clear`). No change needed.
- After this fix, step-14 failures should be genuinely rare (real outage / events truly
absent), and the (single, throttled) failure DM will carry relay states + needed event
kinds for accurate diagnosis.
## Verification
1. Build (`make`) clean, then `build_static.sh`.
2. Deploy to VM410; restart both services many times in a row and confirm step 14 reaches
`ok (skills=N adoptions=M)` **consistently** (no intermittent false negatives).
3. Inspect logs to confirm the synchronous query path is used and that, on a cold cycle,
it waits for `relay.laantungir.net` to connect and then returns the events.
4. Negative test: configure only empty relays (no skill events anywhere) and confirm step
14 still fails after the bounded retries (no false positive), sending exactly one
throttled failure DM.
5. Confirm a normal successful startup still sends the startup DM and clears the marker.
## Out of scope (possible follow-ups)
- Adding a `nostr_core_lib` `query_sync` variant that explicitly waits for specific
relays to connect before issuing the REQ.
- Softening step 14 into a degraded-start mode.
+77
View File
@@ -0,0 +1,77 @@
# Fix: Trigger Manager Bypasses Skill Adoption List
## Problem
`trigger_manager_load_from_skills()` and `trigger_manager_reconcile_from_relays()`
activate cron/webhook/subscription triggers for **every** self-authored skill event
(kind 31123/31124) that has trigger metadata, without checking whether the skill is
on the kind 10123 adoption list.
This means a skill that was published but never adopted (or was un-adopted) will
still have its cron trigger firing.
Contrast: `agent.c:refresh_adopted_skills_cache_if_needed()` properly fetches the
kind 10123 list, parses `"a"` tags, and only loads adopted skills — and also checks
the `enabled` tag. The trigger manager was written as a parallel system that skips
both gates.
## Root Cause
- `trigger_manager.c:939``trigger_manager_load_from_skills()`: no reference to
kind 10123 or adoption anywhere in the function. Calls `trigger_manager_add()`
unconditionally.
- `trigger_manager.c:592``trigger_manager_reconcile_from_relays()`: same bug.
Currently disabled (`enable_periodic_reconcile = 0` at line 1575) but should be
fixed before re-enabling.
- Neither function checks the `enabled` tag either, unlike
`trigger_manager_load_from_startup_events()` (line 1078) which does check it.
## Fix
### 1. Add a static helper: `load_adopted_d_tags()`
Add a static function in `trigger_manager.c` that:
- Fetches kind 10123 events via `nostr_handler_get_self_events_by_kind_json(10123)`
- Selects the latest event by `created_at` (same logic as agent.c)
- Parses `"a"` tags using a local `parse_skill_address_tag_local()` equivalent
- Populates a fixed-size array of adopted d_tag strings
- Returns the count
Since both call sites only deal with self-authored skills, matching on d_tag
alone is sufficient (the pubkey in the "a" tag will be the agent's own).
### 2. Add `enabled` tag check
Both functions should read the `enabled` tag (defaulting to `"true"`) and skip
skills where `enabled` is `false` or `0`, matching the pattern already used in
`trigger_manager_load_from_startup_events()`.
### 3. Gate `trigger_manager_load_from_skills()`
Before calling `trigger_manager_add()`, check:
1. The skill's d_tag is in the adopted set
2. The skill's `enabled` tag is not false/0
If the adoption list is empty or missing, log a warning and load nothing (do not
fall back to loading all skills — that's the bug).
### 4. Gate `trigger_manager_reconcile_from_relays()`
Apply the same adoption + enabled checks. This ensures the code is correct when
`enable_periodic_reconcile` is eventually flipped back to 1.
### 5. Pass `is_enabled` to `trigger_manager_add()`
Currently both functions pass `1` (hardcoded enabled) as the `enabled` parameter.
Change to pass the actual `is_enabled` value derived from the `enabled` tag.
## Files Changed
- `src/trigger_manager.c` — add helper, fix both functions
## Risk
Low. The fix adds a filter before `trigger_manager_add()`. If the adoption list
is present and correct, behavior is unchanged for adopted skills. If the adoption
list is missing, triggers simply won't load (which is the correct behavior —
nothing should fire if nothing is adopted).
+285
View File
@@ -0,0 +1,285 @@
# Global LLM Config Alignment — Plan
Align LLM configuration storage across Didactyl (C agent) and client-ndk (web pages) so both projects read and write the same canonical schema, as specified in [SETTINGS.md](../../client-ndk/docs/SETTINGS.md).
---
## Problem Statement
LLM provider config is currently stored in two incompatible ways:
| Project | Storage | d-tag | Namespace | Schema |
|---------|---------|-------|-----------|--------|
| Didactyl agent | `kind 30078` under agent pubkey | `llm_config` | flat root | `{ provider, api_key, model, base_url, max_tokens, temperature }` |
| client-ndk pages | `kind 30078` under user pubkey | `user-settings` | `settings.ai` | `{ provider, api_key, model, base_url, max_tokens, temperature, providers[], favorites[] }` |
| skills-edit.html | `kind 30078` under user pubkey | `llm_config` | flat root | Same as Didactyl — standalone event |
This creates three issues:
1. **skills-edit.html** writes a standalone `d:llm_config` event under the user pubkey, duplicating the centralized `settings.ai` data
2. **Didactyl** cannot read the admin user's LLM preferences from their `d:user-settings` event
3. **Namespace mismatch** — the centralized settings use `ai` (v1) / `global_llm` (v2 target) while Didactyl uses flat fields at root level
---
## Target State
Per [SETTINGS.md §3](../../client-ndk/docs/SETTINGS.md) and [§8](../../client-ndk/docs/SETTINGS.md):
### Canonical Schema — `global_llm` namespace
```json
{
"provider": "ppq",
"api_key": "sk-...",
"model": "claude-opus-4.6",
"base_url": "https://api.ppq.ai",
"max_tokens": 200000,
"temperature": 0.7,
"providers": [
{
"name": "ppq",
"base_url": "https://api.ppq.ai",
"api_key": "sk-...",
"models": ["claude-opus-4.6", "claude-haiku-4.5"]
}
],
"favorites": ["claude-opus-4.6"]
}
```
### Storage locations after alignment
| Actor | Event | d-tag | Where LLM lives | Notes |
|-------|-------|-------|------------------|-------|
| User pubkey | `kind 30078` | `user-settings` | `global_llm` namespace | Canonical source for user LLM prefs |
| Agent pubkey | `kind 30078` | `llm_config` | flat root | Agent runtime config — flat fields are a subset of `global_llm` |
| User pubkey | `kind 30078` | `llm_config` | **DEPRECATED** | skills-edit.html stops writing this |
### Cross-project reading
```mermaid
graph LR
subgraph User Pubkey Events
US[d:user-settings<br/>global_llm namespace]
end
subgraph Agent Pubkey Events
AL[d:llm_config<br/>flat fields]
end
subgraph Consumers
SE[skills-edit.html]
AI[ai.html / skills-tv.html]
DA[Didactyl Agent]
end
SE -->|getUserSettings - global_llm| US
AI -->|getUserSettings - global_llm| US
DA -->|recall own d:llm_config| AL
DA -->|optionally read admin global_llm| US
```
---
## Detailed Changes
### Phase 1: genesis.jsonc alignment
**File**: [`genesis.jsonc`](../../didactyl/genesis.jsonc)
Current `"llm"` section already uses compatible flat field names. The only issue is `provider` contains a URL (`"https://api.ppq.ai"`) instead of a short name (`"ppq"`).
**Change**: Update `provider` to be a short name. The `base_url` field already carries the URL.
```jsonc
"llm": {
"provider": "ppq", // was "https://api.ppq.ai"
"api_key": "sk-...",
"model": "claude-opus-4.6",
"base_url": "https://api.ppq.ai",
"max_tokens": 200000,
"temperature": 0.7
}
```
Also update [`genesis.jsonc.example`](../../didactyl/genesis.jsonc.example) to match.
**No C struct changes needed**`llm_config_t.provider` is `char[32]` which holds short names fine.
### Phase 2: Didactyl C-side — persist writes global_llm-compatible fields
**File**: [`src/tools/tool_model.c`](../../didactyl/src/tools/tool_model.c:33) — `persist_llm_config_nostr()`
Already writes: `provider`, `api_key`, `model`, `base_url`, `max_tokens`, `temperature` — these are the exact flat fields in `global_llm`. **No change needed** to the persist path.
**File**: [`src/main.c`](../../didactyl/src/main.c:844) — `persist_runtime_config_to_nostr()`
Same flat fields. **No change needed**.
### Phase 3: Didactyl C-side — recall from admin `d:user-settings`
**File**: [`src/main.c`](../../didactyl/src/main.c:882) — `recover_missing_runtime_config_from_nostr()`
Currently only queries the agent's own pubkey for `d:llm_config`. Add a fallback path:
1. After failing to find own `d:llm_config`, query admin pubkey for `d:user-settings`
2. Decrypt with NIP-44 using admin pubkey as sender
3. Parse JSON, extract `global_llm` object (fall back to `ai` for v1 compat)
4. Pass the extracted object to `apply_recalled_llm_config()`
**File**: [`src/main.c`](../../didactyl/src/main.c:729) — `apply_recalled_llm_config()`
Already reads flat fields from a JSON object. If we pass it the `global_llm` sub-object, it works as-is. It ignores unknown fields like `providers` and `favorites`. **No change needed**.
**New function**: `fetch_admin_user_settings_llm()` in `main.c`:
```c
static int fetch_admin_user_settings_llm(didactyl_config_t* cfg, char** out_plaintext) {
// 1. Query kind:30078, authors:[admin_pubkey], #d:["user-settings"]
// 2. NIP-44 decrypt content (admin encrypted to self — agent cannot decrypt)
// WAIT: Agent cannot decrypt admin's self-encrypted content!
// This path only works if admin explicitly shares config with agent.
// Alternative: Agent reads its OWN d:user-settings if one exists.
// 3. Parse JSON, extract global_llm or ai sub-object
// 4. Serialize sub-object to *out_plaintext
}
```
**Important constraint**: The admin's `d:user-settings` is NIP-44 self-encrypted (admin encrypts to admin). The agent cannot decrypt it because it does not have the admin's private key.
**Revised approach**: Instead of reading the admin's settings directly, the agent should:
1. **Primary**: Read its own `d:llm_config` (current behavior — works)
2. **Secondary**: If the admin wants to push LLM config to the agent, they use the `model_set` tool via DM, which calls [`persist_llm_config_nostr()`](../../didactyl/src/tools/tool_model.c:33) to write `d:llm_config` under the agent pubkey
3. **New path**: The web UI (skills-edit or a future agent-config page) can write `d:llm_config` under the **agent's** pubkey by publishing a NIP-44 encrypted event addressed to the agent. The agent can then decrypt this on recall.
Actually, re-reading [SETTINGS.md §8](../../client-ndk/docs/SETTINGS.md):
> When Didactyl wants to know the user's LLM preferences:
> `kind:30078, authors:[admin_pubkey], #d:[user-settings]`
> Parse the `global_llm` field.
This implies the agent CAN read it. But the content is NIP-44 self-encrypted by the admin. The agent would need the admin to encrypt a copy for the agent, OR the admin publishes their settings unencrypted (unlikely for API keys), OR there is a shared-secret mechanism.
**Resolution**: The practical cross-project path is:
- The **web UI** reads the user's own `global_llm` from `d:user-settings` (it can decrypt its own data)
- The **web UI** can optionally push config to the agent's `d:llm_config` event (encrypt to agent pubkey)
- The **agent** reads its own `d:llm_config` as today
- If the agent needs admin LLM config at startup, the genesis.jsonc provides it, and the setup wizard persists it to `d:llm_config`
So Phase 3 simplifies to: **no C-side recall changes needed for reading admin settings**. The alignment is about ensuring the JSON field names are compatible so the web UI can bridge the two.
### Phase 4: skills-edit.html — migrate to centralized global_llm
**File**: [`../client-ndk/www/skills-edit.html`](../../client-ndk/www/skills-edit.html:1076)
Current behavior:
- [`fetchNostrLlmConfig()`](../../client-ndk/www/skills-edit.html:1076) subscribes to `kind:30078, #d:['llm_config']` under user pubkey
- Decrypts and parses the standalone event
- Merges into `aiConfig`
New behavior:
- Remove `fetchNostrLlmConfig()` entirely
- In [`initializeLlmHelperFromSettings()`](../../client-ndk/www/skills-edit.html:1195), read from `pageSettings.global_llm` (with fallback to `pageSettings.ai` for v1 compat)
- The `pageSettings` object is already populated by `getUserSettings()` and kept live by `onUserSettings()`
- When the user changes provider/model via the LLM helper, patch back via `patchUserSettings({ global_llm: { ... } })`
**Specific changes**:
1. Remove `fetchNostrLlmConfig()` function (~120 lines)
2. Remove `llmConfigLoadNonce` variable
3. Update `initializeLlmHelperFromSettings()`:
```js
async function initializeLlmHelperFromSettings() {
aiConfig = loadAiConfigLocal(aiConfig || getDefaultAiConfig(), AI_STORAGE_KEY);
// Read from centralized settings (global_llm with ai fallback)
const nostrLlm = pageSettings?.global_llm || pageSettings?.ai;
if (nostrLlm && typeof nostrLlm === 'object') {
aiConfig = mergeAiConfigFromSettings(aiConfig, nostrLlm);
}
aiConfig = saveAiConfigLocal(aiConfig, AI_STORAGE_KEY);
renderLlmProviderOptions();
renderLlmModelOptions();
syncLlmHelperFromSkillInput();
fetchLlmModels();
}
```
4. Update `selectLlmProvider()` and `toggleCurrentModelFavorite()` to also patch centralized settings:
```js
// After saving to local storage, also persist to centralized settings
await patchUserSettings({
global_llm: {
provider: aiConfig.provider,
api_key: aiConfig.api_key,
model: aiConfig.model,
base_url: aiConfig.base_url,
max_tokens: aiConfig.max_tokens,
temperature: aiConfig.temperature,
providers: aiConfig.providers,
favorites: aiConfig.favorites
}
});
```
5. Add `patchUserSettings` to the imports from `init-ndk.mjs`
### Phase 5: ai-ui.mjs — support global_llm namespace
**File**: [`../client-ndk/www/js/ai-ui.mjs`](../../client-ndk/www/js/ai-ui.mjs:72)
The [`mergeAiConfigFromSettings()`](../../client-ndk/www/js/ai-ui.mjs:72) function already accepts any object with the right flat fields. It works with both `settings.ai` and `settings.global_llm` — the caller just passes the right sub-object.
**No changes needed to ai-ui.mjs itself.** The callers (skills-edit.html and other pages) just need to read from `global_llm` instead of `ai`.
### Phase 6: Update SETTINGS.md
Mark Issue 1 as resolved. Update the audit findings section to reflect that skills-edit.html now uses centralized `global_llm`.
---
## Files Modified
| File | Project | Change |
|------|---------|--------|
| `genesis.jsonc` | didactyl | Fix `provider` to short name |
| `genesis.jsonc.example` | didactyl | Fix `provider` to short name |
| `../client-ndk/www/skills-edit.html` | client-ndk | Remove `fetchNostrLlmConfig`, read from `pageSettings.global_llm`, add `patchUserSettings` import and calls |
| `../client-ndk/docs/SETTINGS.md` | client-ndk | Mark Issue 1 resolved |
---
## What Does NOT Change
| Component | Why |
|-----------|-----|
| `llm_config_t` C struct | Field names already match `global_llm` flat fields |
| `persist_llm_config_nostr()` in tool_model.c | Already writes compatible flat fields |
| `apply_recalled_llm_config()` in main.c | Already reads compatible flat fields, ignores extras |
| `persist_runtime_config_to_nostr()` in main.c | Already writes compatible flat fields |
| Agent's own `d:llm_config` event | Stays as agent runtime config under agent pubkey |
| `ai-ui.mjs` | `mergeAiConfigFromSettings()` already handles the right shape |
| `ndk-worker.js` | Settings infrastructure unchanged — just a new namespace key |
---
## Migration Safety
- **v1 → v2 compat**: skills-edit.html reads `global_llm || ai` so it works with both old and new settings
- **Local storage fallback**: `loadAiConfigLocal()` still provides defaults if no Nostr settings exist
- **No breaking change for agent**: Agent continues reading its own `d:llm_config` — the flat field names are already compatible
- **Standalone `d:llm_config` under user pubkey**: Becomes orphaned but harmless. Can be cleaned up later.
---
## Encryption Constraint
The agent **cannot** decrypt the admin's `d:user-settings` because it is NIP-44 self-encrypted by the admin. Cross-project LLM config sharing works through:
1. **Genesis file** — admin provides initial LLM config
2. **Setup wizard** — persists to agent's own `d:llm_config`
3. **model_set tool** — admin sends DM to update agent LLM config at runtime
4. **Future**: Web UI could publish a `d:llm_config` event encrypted to the agent's pubkey
This is the correct architecture — the agent should not need to read the admin's private settings directly.
+401
View File
@@ -0,0 +1,401 @@
# Markdown Context Window — Implementation Plan
The context window that the agent sees should be a nicely formatted markdown
document. Skills are the building blocks, and the runtime assembles them into
a coherent document with proper heading hierarchy, role markers for the LLM
API, and clean formatting throughout.
See also: [example_context_v2.md](example_context_v2.md) for visual examples.
---
## Design Decisions
### 1. One generic JSON-to-markdown converter
A single function converts any JSON value into readable markdown. No
per-tool formatters. Tools continue to return JSON; the template engine
calls the converter when injecting tool output into the markdown document.
```c
char* json_to_markdown(const char* json_string);
```
Conversion rules:
- **String**: output as-is (inline)
- **Number**: output as-is (inline)
- **Boolean**: `true` / `false`
- **Null**: *(empty)*
- **Object**: bullet list with bold keys
- `- **key**: value`
- Nested objects indent one level
- **Array of primitives**: comma-separated inline or bullet list
- **Array of objects**: bullet list, each item shows its fields
#### Examples
**Simple object**:
```json
{"name":"Simon","npub":"npub1kfc89...","nip05":"simon@nostr"}
```
```markdown
- **name**: Simon
- **npub**: npub1kfc89...
- **nip05**: simon@nostr
```
**Nested object**:
```json
{"agent":{"name":"Simon","npub":"npub1kfc89..."},"version":"v0.2.12"}
```
```markdown
- **agent**:
- **name**: Simon
- **npub**: npub1kfc89...
- **version**: v0.2.12
```
**Array of objects**:
```json
[{"content":"Deployed v0.2.12","created_at":1774263529},{"content":"Working on skills","created_at":1774263600}]
```
```markdown
- **content**: Deployed v0.2.12
- **created_at**: 1774263529
- **content**: Working on skills
- **created_at**: 1774263600
```
**Plain string** (already markdown):
```json
"You are Simon, a sovereign AI agent."
```
```markdown
You are Simon, a sovereign AI agent.
```
#### Edge case: tool content that is already markdown
Some tools may return markdown text in their `content` field (e.g., a skill
that already formats its own output). The converter detects this: if the
input is a plain JSON string (not an object/array), it passes through
unchanged. This means skill authors can return pre-formatted markdown from
tools if they want precise control.
#### Edge case: very large JSON
For large arrays (e.g., 50 Nostr events from a query), the converter should
truncate with a note: `*(... and 42 more items)*`. A reasonable default
limit is 8 items for arrays.
### 2. Runtime owns h1, heading bump for skills
- The runtime emits `# Agent Name` as the document title
- All headings in skill content get bumped one level: `#``##`, `##``###`
- Template variables are resolved BEFORE the heading bump
- Layer 2 skills (embedded via `{{skill_d_tag}}`) get the same bump as their
containing layer 1 skill (because they are resolved inline first)
### 3. Role markers parsed
Skill content can contain `system:` and `user:` markers at the start of a
line. The runtime splits on these markers to produce the API messages array.
- `system:` — content goes into the system message
- `user:` — content goes into the user message
- `assistant:` — content goes into an assistant message (rare, for few-shot)
- No marker — defaults to `system:`
- Multiple skills can contribute `system:` sections (concatenated in order)
- Multiple `user:` sections get concatenated
### 4. Skills separated by horizontal rules
Layer 1 skills are separated by `---` in the assembled document. This gives
visual structure and helps the LLM distinguish between different instruction
blocks.
### 5. Context log shows the markdown document
The `append_context_log()` function logs the assembled markdown document
so you can inspect exactly what the agent sees, formatted as readable
markdown rather than raw JSON message arrays.
---
## Implementation Steps
### Step 1: Create json_to_markdown converter
**File**: `src/json_to_markdown.c` / `src/json_to_markdown.h`
New module with a single public function:
```c
// Convert a JSON string to markdown text.
// Returns a malloc'd string. Caller frees.
// If input is a plain string (not object/array), passes through unchanged.
// Objects become bullet lists with bold keys.
// Arrays become bullet lists of items.
// Nested structures indent appropriately.
// Large arrays truncate at max_items with a note.
char* json_to_markdown(const char* json_string, int max_array_items);
```
Implementation:
- Parse JSON with cJSON
- Recursive walk of the JSON tree
- Build output string with the append_text pattern used elsewhere
- Handle: string, number, bool, null, object, array
- Indent nested structures with 2-space indentation
- Truncate arrays beyond max_array_items
### Step 2: Create context_roles splitter
**File**: `src/context_roles.c` / `src/context_roles.h`
New module that splits a markdown document on role markers:
```c
typedef struct {
char* system_content; // Everything under system: markers
char* user_content; // Everything under user: markers
char* assistant_content; // Everything under assistant: markers (rare)
} context_roles_t;
// Split markdown text on role markers (system:, user:, assistant:)
// at the start of a line. Unmarked content defaults to system.
// Returns 0 on success, -1 on error.
int context_roles_split(const char* markdown, context_roles_t* out);
void context_roles_free(context_roles_t* roles);
```
### Step 3: Create heading_bump utility
**File**: `src/context_format.c` / `src/context_format.h`
Utility functions for markdown formatting in context assembly:
```c
// Bump all markdown headings in text by one level (# -> ##, ## -> ###, etc.)
// Returns a malloc'd string. Caller frees.
char* context_bump_headings(const char* text);
// Build the runtime document title from agent identity.
// Returns "# Agent Name\n\n" as a malloc'd string.
char* context_build_title(tools_context_t* ctx);
```
### Step 4: Modify prompt_template_resolve_inline_variables
**File**: `src/prompt_template.c`
After extracting the `content` field from a tool result (line ~179), pass it
through `json_to_markdown()` before inserting into the template:
Current code (simplified):
```c
cJSON* content = cJSON_GetObjectItemCaseSensitive(root, "content");
if (content && cJSON_IsString(content)) {
replacement_owned = strdup(content->valuestring);
}
```
New code:
```c
cJSON* content = cJSON_GetObjectItemCaseSensitive(root, "content");
if (content && cJSON_IsString(content)) {
// Try to convert JSON content to markdown
char* md = json_to_markdown(content->valuestring, 8);
replacement_owned = md ? md : strdup(content->valuestring);
}
```
If the content is already a plain string (not JSON), `json_to_markdown`
passes it through unchanged. If it is a JSON object/array, it gets
converted to a markdown bullet list.
### Step 5: Modify build_context_from_triggers
**File**: `src/agent.c`
Update the context assembly function to:
1. Resolve template variables (already done)
2. Bump headings in each skill's content
3. Build the document title
4. Concatenate with `---` separators
5. Return the complete markdown document (not yet split by roles)
Current flow:
```
for each matching skill:
expand = resolve_skill_references(skill.content)
append expand to output with --- separator
```
New flow:
```
title = context_build_title(tools_ctx)
output = title
for each matching skill:
expanded = resolve_skill_references(skill.content)
resolved = prompt_template_resolve_inline_variables(expanded)
bumped = context_bump_headings(resolved)
append bumped to output with --- separator
```
### Step 6: Modify agent_on_message and agent_on_trigger
**File**: `src/agent.c`
Update the callers of `build_context_from_triggers` to use role splitting:
Current flow:
```
dm_context = build_context_from_triggers(DM, ...)
// dm_context goes entirely into system message
// user message is the raw DM text
llm_chat(dm_context, message)
```
New flow:
```
markdown_doc = build_context_from_triggers(DM, ...)
context_roles_split(markdown_doc, &roles)
// roles.system_content -> system message
// roles.user_content -> user message (or fall back to raw DM text)
llm_chat(roles.system_content, roles.user_content ?: message)
```
### Step 7: Update append_context_log
**File**: `src/agent.c`
Log the assembled markdown document instead of (or in addition to) the raw
JSON messages array. The log entry should show the readable markdown so you
can open `context.log.md` and see exactly what the agent sees.
Current format:
```
[{"role":"system","content":"...escaped..."},{"role":"user","content":"..."}]
```
New format:
```markdown
system:
# Simon — Didactyl Agent
You are Simon...
## Rules
- ...
---
## Chat
Respond helpfully...
user:
Hey Simon, who mentioned me today?
```
### Step 8: Update DM history formatting
**File**: `src/nostr_handler.c` (or wherever DM history is built)
The conversation history that gets injected into the context should be
formatted as a markdown list instead of inline JSON:
Current:
```
[{"role":"assistant","content":"Started up..."},{"role":"user","content":"Hello"}]
```
New:
```markdown
## Conversation History
- **You**: Started up and is online at 2026-03-23 09:22:48.
- **Admin**: Hello
- **You**: Hello! How can I help?
```
This could be handled by the generic `json_to_markdown` converter if the
history is passed as JSON, or by a dedicated history formatter if we want
the cleaner `**You**` / `**Admin**` labels instead of `**role**`.
Note: This is the one place where a small specialized formatter adds real
value — the generic converter would produce `**role**: assistant` /
`**content**: Started up...` which is less readable than `**You**: Started up...`.
A simple function that maps role names to display labels handles this.
### Step 9: Update documentation
**Files**: `docs/SKILLS.md`, `docs/CONTEXT.md`
Update the documentation to reflect:
- Skill content is markdown with role markers
- The runtime assembles a coherent markdown document
- Heading bump behavior
- The generic JSON-to-markdown conversion for template variables
- Updated examples showing the new format
---
## Files Changed
| File | Change |
|------|--------|
| `src/json_to_markdown.c` | **NEW** — Generic JSON to markdown converter |
| `src/json_to_markdown.h` | **NEW** — Header for converter |
| `src/context_roles.c` | **NEW** — Role marker splitter |
| `src/context_roles.h` | **NEW** — Header for role splitter |
| `src/context_format.c` | **NEW** — Heading bump and title builder |
| `src/context_format.h` | **NEW** — Header for context formatting |
| `src/prompt_template.c` | **MODIFY** — Use json_to_markdown for template variable output |
| `src/agent.c` | **MODIFY** — Use heading bump, role splitting, updated context log |
| `src/nostr_handler.c` | **MODIFY** — Format DM history as markdown list |
| `Makefile` | **MODIFY** — Add new source files to build |
| `docs/SKILLS.md` | **MODIFY** — Update skill content format documentation |
| `docs/CONTEXT.md` | **MODIFY** — Update context assembly documentation |
---
## What Does NOT Change
- **Tool implementations** — All tools continue to return JSON. No changes
to any tool_*.c files.
- **LLM API interface** — Still sends OpenAI-compatible messages array.
The markdown is the content within the messages, not the transport format.
- **Runtime tool results** — Tool call/result messages during multi-turn
loops stay as JSON. Only template variable injection gets markdown conversion.
- **Skill event format on Nostr** — Skills are still stored as kind 31123/31124
events. The content field is still markdown with role markers. No protocol change.
- **Adoption list** — No changes to kind 10123 or skill ordering.
---
## Risk Assessment
### Low risk
- `json_to_markdown` is a pure function with no side effects
- `context_roles_split` is a simple string splitter
- `context_bump_headings` is a line-by-line string operation
- All new code is additive — existing behavior preserved for skills without
role markers (defaults to system)
### Medium risk
- Changing `prompt_template_resolve_inline_variables` to use json_to_markdown
could change the content of existing template variables. Need to verify that
existing skills still work correctly with markdown output instead of raw JSON.
Mitigation: json_to_markdown passes through plain strings unchanged, so
skills that already return non-JSON content are unaffected.
### Testing approach
- Unit test json_to_markdown with various JSON inputs
- Unit test context_roles_split with various role marker patterns
- Unit test context_bump_headings with various heading levels
- Integration test: run existing skills and compare context.log.md output
before and after to verify no regressions
+283
View File
@@ -0,0 +1,283 @@
# Multi-Model Skill Pipelines
## Overview
Didactyl's skill system already supports executing a series of tasks where each task uses a different LLM model — even from different providers. This document describes what works today, what the limitations are, and what improvements would unlock more powerful multi-step workflows.
---
## What Works Today
### Per-Skill LLM Override
Every skill can declare its own `llm` tag with a provider/model spec and fallback chain:
```
["llm", "anthropic/claude-sonnet-4-20250514, cheap"]
["llm", "openai/gpt-4o-mini"]
["llm", "best"]
```
When a triggered skill fires, the runtime applies the skill's execution parameters (model, temperature, max_tokens) before calling the LLM, then restores the agent defaults afterward. This happens in `apply_trigger_runtime_to_llm_config()` in `src/trigger_manager.c`.
The `llm` tag supports the `provider/model` format. If the tag contains a slash, the runtime parses the provider name and model name separately and overrides both in the LLM config for that execution.
### Chain Triggers Connect Skills Sequentially
The `chain` trigger type fires when another skill completes execution. The `filter` field specifies the source skill's `d` tag:
```json
{
"trigger": "chain",
"filter": "source-skill-d-tag"
}
```
After a triggered skill completes, `trigger_manager_fire_chains()` in `src/trigger_manager.c` looks for all adopted skills with `trigger=chain` whose `filter` matches the completed skill's d-tag, and fires them.
### Combined: Multi-Model Pipeline
By combining per-skill LLM overrides with chain triggers, you can build a pipeline where each step uses a different model:
```
DM arrives
├─ Skill: triage
│ llm: openai/gpt-4o-mini (fast/cheap)
│ trigger: dm
│ → Classifies the request
├─ chain fires ──→ Skill: deep-analysis
│ llm: anthropic/claude-sonnet-4-20250514 (powerful)
│ trigger: chain, filter: triage
│ → Performs thorough analysis
└─ chain fires ──→ Skill: summarize
llm: openai/gpt-4o-mini (cheap)
trigger: chain, filter: deep-analysis
→ Summarizes and DMs admin
```
Each skill gets its own model, temperature, and max_tokens applied independently.
### Execution Parameter Resolution Per Step
For each triggered skill execution:
1. Start with agent/app defaults
2. Apply the skill's `llm` tag (parsed as `provider/model` if slash present)
3. Apply the skill's `temperature` tag if present
4. Apply the skill's `max_tokens` tag if present
5. Execute with those effective settings
6. Restore defaults after the run
---
## Concrete Example
### Skill 1: triage (cheap fast model)
```json
{
"kind": 31123,
"content": "## Triage\n\nClassify the incoming message:\n- If it needs deep research, use the memory_save tool to store the classification and key details.\n- If trivial, respond directly.\n\n{{message}}",
"tags": [
["d", "triage"],
["description", "Fast triage of incoming messages"],
["trigger", "dm"],
["filter", "{\"from\":\"admin\"}"],
["llm", "openai/gpt-4o-mini, cheap"],
["temperature", "0"],
["max_tokens", "200"]
]
}
```
### Skill 2: deep-analysis (powerful model, chains from triage)
```json
{
"kind": 31123,
"content": "## Deep Analysis\n\n{{identity}}\n\nRecall the triage classification from memory. Perform thorough analysis using available tools. Save your findings to memory for the next step.\n\nOriginal request context:\n{{message}}",
"tags": [
["d", "deep-analysis"],
["description", "Thorough analysis with powerful model"],
["trigger", "chain"],
["filter", "triage"],
["llm", "anthropic/claude-sonnet-4-20250514, best"],
["max_tokens", "2000"],
["requires_tool", "memory_recall"],
["requires_tool", "memory_save"],
["requires_tool", "nostr_query"],
["requires_skill", "identity"]
]
}
```
### Skill 3: summarize (cheap model, chains from deep-analysis)
```json
{
"kind": 31123,
"content": "## Summarize\n\nRecall the analysis findings from memory. Write a concise summary and DM it to admin.",
"tags": [
["d", "summarize"],
["description", "Summarize analysis and notify admin"],
["trigger", "chain"],
["filter", "deep-analysis"],
["llm", "openai/gpt-4o-mini, cheap"],
["max_tokens", "500"],
["requires_tool", "memory_recall"],
["requires_tool", "nostr_dm_send"]
]
}
```
---
## Current Capabilities
| Capability | Status | Notes |
|---|---|---|
| Different model per skill | ✅ Works | Via `llm` tag on each skill |
| Different provider per skill | ✅ Works | `provider/model` format in `llm` tag |
| Sequential multi-step pipelines | ✅ Works | Via `chain` trigger type |
| Per-step temperature | ✅ Works | Via `temperature` tag |
| Per-step max_tokens | ✅ Works | Via `max_tokens` tag |
| Fallback chains per skill | ✅ Works | `provider/model, provider/model, cheap` |
| LLM config restore after each step | ✅ Works | Runtime saves/restores global config |
---
## Current Limitations
### 1. No Direct Data Passing Between Chain Steps
**Problem:** Chain triggers fire with the *original* triggering event, not the output of the previous skill. Skill B doesn't automatically receive Skill A's output.
**Current workaround:** Use `memory_save` at the end of each step and `memory_recall` at the start of the next. This works but is fragile — memory is a shared scratchpad, not a structured pipeline bus.
**Potential improvement:** Extend the chain trigger event to include the previous skill's final LLM response text. In `trigger_manager_fire_chains()`, the chain event could carry a `"previous_output"` field that the next skill accesses via `{{triggering_event}}`.
### 2. No Conditional Branching
**Problem:** All chain skills matching a source d-tag fire unconditionally. You can't say "if triage classifies as X, run skill A; if Y, run skill B."
**Current workaround:** The chained skill can check the triggering event or memory and decide to do nothing if the condition doesn't match. But it still fires and consumes an LLM call.
**Potential improvement:** Add an optional `chain_condition` tag that the runtime evaluates before firing. Could be a simple JSON match against the previous output, or a keyword presence check.
### 3. No Parallel Fan-Out
**Problem:** Multiple chain skills matching the same source fire sequentially, not in parallel.
**Current workaround:** This is fine for most use cases. True parallelism would require thread-safe LLM config management.
### 4. Chain Depth Limit of 5
**Problem:** `s_chain_depth` in `trigger_manager_fire_chains()` caps at 5 levels to prevent runaway chains.
**Current workaround:** 5 steps is usually sufficient. For longer pipelines, the last step could use a tool to trigger a new chain externally.
**Potential improvement:** Make the depth limit configurable via genesis config.
### 5. Provider Credentials Are Global
**Problem:** The runtime has one set of API keys per provider. If Skill A uses `anthropic/claude-sonnet-4-20250514` and Skill B uses `openai/gpt-4o`, both providers must be configured in the agent's LLM config. There's no per-skill credential storage.
**Current workaround:** Configure all needed providers in the agent's genesis config or via `model_set` tool. The runtime already supports provider switching via the `provider` field in `llm_config_t`.
**Potential improvement:** None needed for most cases — agents typically have a small number of providers configured globally.
---
## Architecture: How It Works in Code
### Trigger Execution Flow
```
trigger_manager fires skill
├─ Save current llm_config (old_cfg)
├─ apply_trigger_runtime_to_llm_config(trigger, &next_cfg)
│ ├─ Parse llm tag: "anthropic/claude-sonnet-4-20250514"
│ │ ├─ Set cfg->provider = "anthropic"
│ │ └─ Set cfg->model = "claude-sonnet-4-20250514"
│ ├─ Apply max_tokens if present
│ └─ Apply temperature if present
├─ llm_set_config(&next_cfg)
├─ Execute skill (agent_on_trigger)
│ ├─ Build context from triggered skills
│ ├─ Call llm_chat_with_tools_messages()
│ └─ Tool loop until completion
├─ Restore llm_set_config(&old_cfg)
└─ trigger_manager_fire_chains(source_d_tag)
├─ Find chain skills where filter == source_d_tag
├─ For each matching chain skill:
│ ├─ Save config again
│ ├─ Apply chain skill's llm override
│ ├─ Execute chain skill
│ ├─ Restore config
│ └─ Recursively fire chains (depth < 5)
└─ Done
```
### Key Source Files
| File | Role |
|---|---|
| `src/trigger_manager.c` | Trigger matching, chain firing, LLM config override/restore |
| `src/agent.c` | `agent_on_trigger()` — builds context and runs LLM loop |
| `src/llm.c` | `llm_chat_with_tools_messages()` — actual LLM API call |
| `docs/SKILLS.md` | Skill spec including `llm` tag format and chain triggers |
---
## Future Enhancements (Not Yet Implemented)
### Priority 1: Chain Output Forwarding
Pass the previous skill's output to the next chain step via the triggering event:
```c
// In trigger_manager_fire_chains():
cJSON_AddStringToObject(event, "previous_output", last_response_text);
```
The chained skill would access this via `{{triggering_event}}` in its template, seeing:
```json
{
"type": "chain",
"source_d_tag": "triage",
"previous_output": "Classification: needs deep analysis. Key topics: ..."
}
```
### Priority 2: Conditional Chain Firing
Add an optional `chain_condition` tag:
```json
["chain_condition", "{\"previous_output_contains\":\"needs deep analysis\"}"]
```
The runtime would check this before firing the chain skill.
### Priority 3: Configurable Chain Depth
```json
// In genesis.jsonc:
"trigger_chain_max_depth": 10
```
---
## Summary
Multi-model skill pipelines work today using per-skill `llm` tags and `chain` triggers. The main gap is data flow between steps (currently requires memory_save/recall workaround). The system is designed for this use case — each skill execution gets its own model config applied and restored — it just needs better inter-step communication to be truly seamless.
+127
View File
@@ -0,0 +1,127 @@
# NIP-17 Gift Wrap Send Failure — Investigation
## Status: Resolved — Fixed in code (2026-04-11)
## Date Discovered: 2026-04-11
## Symptom
Every outbound NIP-17 DM send from the Anvil agent fails with:
```
NIP-17 send aborted: gift_wrap creation failed for 1ec454734dcbf6fe...
auto DM fallback to NIP-04 for 1ec454734dcbf6fe... after NIP-17 send failure
```
The agent successfully falls back to NIP-04 (kind 4), so DMs are still delivered. However, NIP-17 outbound is completely broken.
**Inbound NIP-17 works fine** — the agent successfully receives and decrypts kind 1059 gift wraps from the admin.
## Affected Code Path
### Send path (broken):
1. `nostr_handler_send_dm_auto_with_role()` in `src/nostr_handler.c:3193` — routes to NIP-17 when `dm_protocol` is `nip17` or `both`
2. `nostr_handler_send_dm_nip17_with_role()` in `src/nostr_handler.c:4050` — creates chat event, calls `nostr_nip17_send_dm()`
3. `nostr_nip17_send_dm()` in `nostr_core_lib/nostr_core/nip017.c:260` — iterates recipients, creates seal + gift wrap
4. `nostr_nip59_create_seal()` in `nostr_core_lib/nostr_core/nip059.c:150`**encrypts rumor JSON with NIP-44**
5. `nostr_nip59_create_gift_wrap()` in `nostr_core_lib/nostr_core/nip059.c:226` — wraps seal with random key
### Receive path (working):
1. `on_event()` receives kind 1059
2. `nostr_nip17_receive_dm()` in `nostr_core_lib/nostr_core/nip017.c:326` — unwraps gift, unseals rumor
3. Successfully extracts kind 14 content
## Probable Root Cause: Fixed Buffer Overflow in Seal Encryption
In `nostr_core_lib/nostr_core/nip059.c:163-165`:
```c
char encrypted_content[4096]; // Should be large enough for most events
int encrypt_result = nostr_nip44_encrypt(sender_private_key, recipient_public_key,
rumor_json, encrypted_content, sizeof(encrypted_content));
```
The seal creation uses a **fixed 4096-byte stack buffer** for the NIP-44 encrypted output. The rumor JSON includes the full DM message content. When the agent sends long responses (the FIPS mesh conversation had multi-KB markdown tables), the rumor JSON easily exceeds 4096 bytes after NIP-44 encryption overhead (base64 encoding roughly 4/3x expansion + padding + nonce).
**Evidence:**
- The agent's DM responses in the log were 2-5KB of markdown content
- After JSON serialization of the kind 14 rumor (adding pubkey, tags, created_at, kind fields), the total is larger
- NIP-44 encryption adds: 32-byte nonce + padding + base64 encoding → roughly 1.5-2x expansion
- A 3KB message → ~4.5KB rumor JSON → ~6-9KB encrypted → overflows 4096 buffer
- `nostr_nip44_encrypt()` returns error, `nostr_nip59_create_seal()` returns NULL
- `nostr_nip17_send_dm()` skips the recipient, returns 0 wraps
- `nostr_handler_send_dm_nip17_with_role()` logs "gift_wrap creation failed"
**Why receive works:** The receive path uses `nostr_nip44_decrypt()` which likely allocates dynamically or has a larger buffer.
## Secondary Suspect: NIP-44 Encryption Implementation
The NIP-44 encrypt function itself may have issues with large payloads. Need to check:
- `nostr_nip44_encrypt()` in `nostr_core_lib/nostr_core/nip044.c`
- Whether it handles the output buffer size parameter correctly
- Whether it returns an error code that distinguishes "buffer too small" from other failures
## Anvil Config Context
The Anvil agent's genesis config (`/home/user/anvil/genesis.jsonc`) has:
```json
"dm_protocol": "nip04"
```
But the encrypted user-settings on Nostr (kind 30078) may have overridden this to `"both"` at runtime, which is why NIP-17 send is being attempted.
## Recommended Fix
### Option A: Dynamic allocation (preferred)
Replace the fixed 4096-byte buffer in `nostr_nip59_create_seal()` with dynamic allocation:
```c
size_t rumor_len = strlen(rumor_json);
size_t encrypted_buf_size = rumor_len * 2 + 256; // generous overhead for NIP-44
char* encrypted_content = malloc(encrypted_buf_size);
```
### Option B: Larger fixed buffer (quick fix)
Increase the buffer to 64KB or 128KB:
```c
char encrypted_content[131072]; // 128KB should handle any reasonable DM
```
Note: This is a stack allocation, so very large buffers could cause stack overflow.
### Also check `nostr_nip59_create_gift_wrap()`
The gift wrap function at `nip059.c:226` may have a similar fixed-buffer issue for encrypting the seal JSON.
## Log Evidence
From `/home/user/anvil/debug.log` (2026-04-11):
```
[2026-04-11 09:45:14] [WARN ] NIP-17 send aborted: gift_wrap creation failed for 1ec454734dcbf6fe...
[2026-04-11 09:45:14] [WARN ] auto DM fallback to NIP-04 for 1ec454734dcbf6fe... after NIP-17 send failure
[2026-04-11 09:50:16] [WARN ] NIP-17 send aborted: gift_wrap creation failed for 1ec454734dcbf6fe...
[2026-04-11 09:50:16] [WARN ] auto DM fallback to NIP-04 for 1ec454734dcbf6fe... after NIP-17 send failure
[2026-04-11 09:53:42] [WARN ] NIP-17 send aborted: gift_wrap creation failed for 1ec454734dcbf6fe...
[2026-04-11 09:53:42] [WARN ] auto DM fallback to NIP-04 for 1ec454734dcbf6fe... after NIP-17 send failure
```
This pattern is 100% consistent — every outbound NIP-17 attempt fails, every time.
## Related Files
- `nostr_core_lib/nostr_core/nip059.c` — Gift wrap / seal creation (probable bug location)
- `nostr_core_lib/nostr_core/nip044.c` — NIP-44 encryption (check buffer handling)
- `nostr_core_lib/nostr_core/nip017.c` — NIP-17 DM send/receive orchestration
- `src/nostr_handler.c:4050` — Agent-level NIP-17 send function
- `plans/nip17_messaging.md` — Original NIP-17 implementation plan
## Related Existing Plan
The `plans/nip17_messaging.md` document covers the original NIP-17 implementation. This investigation is specifically about the send-side gift wrap failure that emerged in production.
## Resolution Summary
Implemented in `nostr_core_lib/nostr_core/nip059.c`:
- Replaced fixed encryption buffers in `nostr_nip59_create_seal()` and `nostr_nip59_create_gift_wrap()` with dynamically sized heap buffers calculated from NIP-44 padding/base64 overhead.
- Replaced fixed decrypt buffers in `nostr_nip59_unwrap_gift()` and `nostr_nip59_unseal_rumor()` with dynamic buffers sized from ciphertext length.
- Added missing cleanup path in `nostr_nip59_create_seal()` for failure after encryption allocation.
Expected outcome: outbound NIP-17 gift wrap creation no longer fails for multi-KB DM payloads due to fixed buffer limits.
+24 -17
View File
@@ -2,7 +2,7 @@
## Background
Didactyl currently uses NIP-04 (kind 4) for all DM communication. NIP-17 send support exists via `nostr_handler_send_dm_nip17()` and the `nostr_dm_send_nip17` tool, but there is **no ability to receive NIP-17 messages** and **all agent responses always use NIP-04**.
Didactyl now supports both NIP-04 and NIP-17 DM flows (including receive path for kind 1059 and protocol-aware auto-reply routing). Remaining work in this plan tracks spec-hardening and bootstrap/discovery details.
The `nostr_core_lib` already has full NIP-17/NIP-59 support including:
- `nostr_nip17_create_chat_event()` — create kind 14 rumor
@@ -113,28 +113,35 @@ Replace all `nostr_handler_send_dm()` calls with `nostr_handler_send_dm_auto()`.
### 7. Add kind 10050 startup event support
**File**: `config.json.example`
**Status**: ✅ Implemented
Add a kind 10050 startup event example so NIP-17 clients can discover the agent's DM relay preferences:
**Files**:
- `src/default_events.h` (default startup kinds now include `10050`)
- `src/setup_wizard.c` (builds kind `10050` tags from current configured relays)
- `genesis.jsonc.example` (includes kind `10050` startup event)
- `genesis.lt.didactyl.jsonc` (includes kind `10050` startup event)
```json
{
"kind": 10050,
"content": "",
"tags": [
["relay", "wss://relay.damus.io"],
["relay", "wss://nos.lol"]
]
}
```
**File**: `config.c` — startup event parsing already handles arbitrary kinds, so this should work with no code changes.
Implementation detail: kind `10050` reuses the same relay set as kind `10002`/current config relays, with `relay` tags as required by NIP-17.
### 8. Update startup DM to use auto-routing
**File**: `main.c`
**Status**: ✅ Implemented
The startup status DM at line 255 currently calls `nostr_handler_send_dm()`. Update to `nostr_handler_send_dm_auto()`.
`main.c` uses `nostr_handler_send_dm_auto()` for startup DM flow.
### 9. Add NIP-17 seal/rumor pubkey verification
**Status**: ✅ Implemented (in core lib)
**File**: `nostr_core_lib/nostr_core/nip017.c`
`nostr_nip17_receive_dm()` now verifies that seal pubkey matches rumor pubkey and rejects mismatches to prevent sender impersonation.
### 10. Recipient kind-10050 relay targeting for sends
**Status**: ⏸ Deferred
Current NIP-17 send path publishes to connected configured relays. Querying and targeting recipient-advertised kind `10050` relays is kept as a future enhancement while debugging current interoperability.
## Architecture Diagram
+440
View File
@@ -0,0 +1,440 @@
# n_signer Integration Plan — didactyl
## Goal
Separate control of the nsec from the didactyl agent by routing signing/encryption
through `n_signer` — a separate foreground process that holds key material in locked
memory and signs on request. A later phase may embed n_signer into the didactyl binary
so one self-contained binary spawns an n_signer in a separate window; that is deferred
because of a reliability concern (if the agent loses signing ability it cannot even DM
its admin about the failure).
This plan covers two distinct work items:
1. **Update didactyl's vendored `nostr_core_lib`** to the upstream version that already
implements the nsigner client (M1M6 complete, upstream `VERSION` 0.6.6). This is a
mechanical sync that changes no runtime behavior.
2. **Opt-in migration of didactyl call sites** to the `nostr_signer_t` provider so the
raw private key can leave the agent process. This is the actual nsec-separation work
and is staged so reliability is preserved.
---
## Background — what upstream already provides
Upstream `nostr_core_lib` (git.laantungir.net/nostr_core_lib, v0.6.6) has shipped the
full signer abstraction. didactyl's vendored copy predates all of it.
New upstream modules:
- [`nostr_core/nostr_signer.{h,c}`](../nostr_core_lib/nostr_core/nostr_signer.h) —
`nostr_signer_t` opaque handle + vtable. Two backends:
- **local** — `nostr_signer_local(privkey[32])`, wraps today's raw-key path. Output-equivalent.
- **remote (nsigner)** — `nostr_signer_nsigner_unix/serial/tcp/fds(...)`, guarded by
`NOSTR_ENABLE_NSIGNER_CLIENT`.
- [`nostr_core/nsigner_client.{h,c}`](../nostr_core_lib/nostr_core/nsigner_client.h) —
framing, JSON-RPC verbs, kind-27235 auth envelope, error mapping.
- [`nostr_core/nsigner_transport.{h,c}`](../nostr_core_lib/nostr_core/nsigner_transport.h) —
pluggable transport vtable: AF_UNIX abstract, TCP, USB-CDC serial, fd-pair (stdio/qrexec).
Verbs mirror n_signer's wire contract: `get_public_key`, `sign_event`,
`nip04_encrypt/decrypt`, `nip44_encrypt/decrypt`.
Parallel `*_with_signer` entry points added across the library (legacy raw-key APIs are
preserved as thin wrappers over the local backend, so existing projects keep compiling
and behaving identically):
- NIP-01: `nostr_create_and_sign_event_with_signer`
- NIP-17: `nostr_nip17_create_relay_list_event_with_signer`,
`nostr_nip17_send_dm_with_signer`, `nostr_nip17_receive_dm_with_signer`
- NIP-42: `nostr_nip42_create_auth_event_with_signer`
- NIP-46: request/response/decrypt/session-init `*_with_signer` variants
- NIP-59: seal/unwrap/unseal `*_with_signer` variants
- NIP-60 / NIP-61: all cashu event-creation `*_with_signer` variants
- Blossom: `blossom_create_auth_header_with_signer`,
`blossom_upload_with_signer`, `blossom_upload_file_with_signer`,
`blossom_delete_with_signer`
- Relay pool: `nostr_relay_pool_set_auth_with_signer` — the pool now stores an
`auth_signer` instead of a raw key, so NIP-42 AUTH events are signed through the
provider on relay challenge. **This was the hardest blocker and it is already solved
upstream.**
Upstream `build.sh` unconditionally defines `-DNOSTR_ENABLE_NSIGNER_CLIENT=1` and
compiles `nostr_signer.c`, `nsigner_transport.c`, `nsigner_client.c`.
Dependency direction is unchanged and non-circular: n_signer (server) depends on
`nostr_core_lib` for leaf crypto; `nostr_core_lib` gains a *client* that consumes its
own primitives. Nobody imports anyone's binary in a loop.
---
## Current didactyl state (what we are updating from)
- `nostr_core_lib/` is a **vendored source directory** (no git submodule; no
`.gitmodules`). Built via `./nostr_core_lib/build.sh --nips=001,004,...,061` into a
static `libnostr_core_*.a`, linked by [`Makefile`](../Makefile:56) and the Docker
static build ([`Dockerfile.alpine-musl`](../Dockerfile.alpine-musl:81)).
- The vendored tree has **none** of the nsigner pieces: no `nostr_signer.*`,
no `nsigner_*.*`, no `*_with_signer` variants. The relay pool still uses the raw-key
AUTH path ([`nostr_core_lib/nostr_core/core_relay_pool.c`](../nostr_core_lib/nostr_core/core_relay_pool.c:682)).
- didactyl holds the raw 32-byte key in [`cfg->keys.private_key`](../src/config.h:16)
and passes it directly into ~30+ library call sites (event signing, NIP-04/44
encrypt/decrypt, NIP-17 gift wraps, NIP-60/61 cashu, blossom, relay pool AUTH).
---
## Architecture (target)
```mermaid
graph TD
A[didactyl src] --> B[nostr_core_lib vendored]
B --> C[nostr_signer_t local backend]
B --> D[nostr_signer_t nsigner remote backend]
D --> E[nsigner client: framing + auth envelope]
E --> F[nostr_create_and_sign_event in nostr_core_lib]
G[n_signer server binary] --> B
```
didactyl constructs **one** `nostr_signer_t*` at startup and threads it through every
signing/encryption/AUTH call site. The backend is chosen by config:
- `signer.mode = "local"``nostr_signer_local(cfg->keys.private_key)` (today's behavior).
- `signer.mode = "nsigner_unix"``nostr_signer_nsigner_unix(socket_name, role, timeout_ms)`.
- (future) `nsigner_tcp`, `nsigner_serial`, `nsigner_fds`.
The raw `cfg->keys.private_key` is only populated in `local` mode. In remote modes the
agent process never holds the nsec; it learns its own pubkey via
`nostr_signer_get_public_key()`.
---
## Phasing
### Phase 1 — Update vendored nostr_core_lib (mechanical, zero behavior change)
Goal: bring didactyl's `nostr_core_lib` source tree to upstream v0.6.6 so the signer
abstraction and nsigner client are available. **No didactyl source changes.** Existing
raw-privkey APIs are preserved upstream as thin wrappers over the local backend, so all
~30 call sites keep compiling and behaving identically.
Steps:
1. Snapshot current vendored tree for diffing/rollback:
`cp -a nostr_core_lib nostr_core_lib.old`
2. Replace the vendored source tree with upstream v0.6.6. Preferred: copy the upstream
`nostr_core/`, `cjson/`, `nostr_websocket/`, `platform/`, `build.sh`, `CMakeLists.txt`
into `nostr_core_lib/`, preserving didactyl-local build quirks only if any exist
(none found — the Dockerfile already `sed`s `build.sh` in-place for fortification).
Do **not** carry over upstream's prebuilt `.a`/`.o` files, `pool.log`, `.venv*`,
`backups/`, `verify_*` artifacts — match didactyl's existing `.gitignore` hygiene.
3. Rebuild the static library:
`cd nostr_core_lib && ./build.sh --nips=001,004,005,006,011,013,017,019,021,042,044,046,059,060,061`
(same NIP set as today; `nostr_signer.c` / `nsigner_*.c` are compiled unconditionally
by upstream `build.sh`).
4. Rebuild didactyl: `make clean && make`. Confirm it compiles and links with no source
changes.
5. Smoke test: run the agent with an nsec-only config and confirm signing/DMs/relay AUTH
still work byte-for-byte (the upstream local backend is output-equivalent to the
legacy path; there is an upstream test `test_event_creation_equivalence_with_signer`
that asserts this).
6. Static (Docker) build: `./build_static.sh`. The Dockerfile copies `nostr_core_lib/`
and runs `./build.sh --nips=all`; verify the static binary still builds and runs.
7. Record the upstream version pinned in this repo (e.g. a one-line
`nostr_core_lib/UPSTREAM_VERSION` file = `0.6.6`) so future syncs are auditable.
Exit criteria: didactyl builds and runs identically, but now links a `nostr_core_lib`
that exposes `nostr_signer_t` and the nsigner client. No nsec separation yet.
### Phase 2 — Signer provider in didactyl config + startup (local backend, still no separation)
Goal: introduce a `nostr_signer_t*` in didactyl constructed at startup, backed by
`local` mode by default. This is the seam; behavior is still identical.
#### 2a. Config schema
[`src/config.c`](../src/config.c) / [`src/config.h`](../src/config.h): add a `signer`
block (sibling of `keys`):
```jsonc
"signer": {
"mode": "local", // "local" | "nsigner_unix" | (future) "nsigner_tcp" | "nsigner_serial" | "nsigner_fds"
"socket_name": "", // nsigner_unix: abstract socket name (without @); empty = auto-discover single running signer
"role": "main", // n_signer role selector
"timeout_ms": 15000,
"auth_privkey_hex": "" // optional, for TCP auth envelope only
}
```
Default `mode = "local"`. Backward compatible: if `signer` block is absent, behave as
`local` using `keys.nsec`. Validation: in any `nsigner_*` mode, `keys.nsec` is optional
and ignored (the agent learns its pubkey from the signer); in `local` mode `keys.nsec`
remains required.
#### 2b. User-facing surfaces (how the operator chooses n_signer)
didactyl has three startup surfaces today; the n_signer choice is exposed on all three,
consistent with existing patterns:
**1. Interactive setup wizard** ([`src/setup_wizard.c`](../src/setup_wizard.c),
`new_agent_identity_step` at line ~2116). Today the Identity page offers:
`[g]enerate new keypair` / `[p]rovide existing nsec`. Add a third option:
- `[s]ign with a running n_signer (separate the nsec from the agent)`
When chosen, the wizard:
- Does **not** prompt for an nsec. Instead prompts for:
- socket name (default: auto-discover the single running signer),
- role (default `main`),
- timeout (default 15000ms).
- Performs a live `nostr_signer_nsigner_unix(...)` + `nostr_signer_get_public_key()`
connectivity check immediately, so the operator gets confirmation ("Connected to
n_signer @nsigner_hairy_dog; agent npub: npub1...") before proceeding.
- Writes `signer.mode = "nsigner_unix"` (plus socket_name/role/timeout) into the
generated genesis JSONC and **omits** `keys.nsec`.
- The existing `[p]rovide existing nsec` path stays as `local` mode (the default).
This keeps the trust model visible at the moment the operator commits to an identity:
either the nsec lives in the agent (`local`) or it does not (`nsigner_unix`).
**2. CLI flags + env** ([`src/main.c`](../src/main.c) `print_usage` at line ~141 and
arg parsing at line ~1233). Add:
- `--signer <mode>` — one of `local`, `nsigner_unix`, `nsigner_tcp`, `nsigner_serial`,
`nsigner_fds`. Overrides `signer.mode` in config.
- `--signer-socket <name>` — abstract socket name (nsigner_unix).
- `--signer-role <role>` — n_signer role selector (default `main`).
- `--signer-timeout <ms>` — per-call timeout (default 15000).
- `--signer-tcp <host:port>` — shorthand for `--signer nsigner_tcp` + host/port.
- `DIDACTYL_SIGNER` env — fallback for `--signer` (mirrors the `DIDACTYL_NSEC` pattern).
When `--signer nsigner_unix` (or `DIDACTYL_SIGNER=nsigner_unix`) is set, `--nsec` /
`DIDACTYL_NSEC` are not required and are ignored if present. This enables headless /
systemd deployment where the nsec never touches the agent's argv or environment.
Update `print_usage` examples to show the n_signer path, e.g.:
`%s --signer nsigner_unix --signer-socket nsigner_hairy_dog --admin npub1...`
**3. Genesis JSONC config** — the `signer` block in 2a is the canonical, persistent
form. The wizard writes it; CLI flags override it for a single run; env vars are the
last fallback. This matches how `keys.nsec` / `--nsec` / `DIDACTYL_NSEC` already layer.
Precedence (highest to lowest): CLI flag → env var → genesis `signer` block → default
`local`. Same precedence as the existing key/admin overrides.
#### 2c. Startup construction
[`src/main.c`](../src/main.c): after loading config + applying CLI/env overrides,
construct a single `nostr_signer_t* g_signer`:
- `local``nostr_signer_local(cfg->keys.private_key)`.
- `nsigner_unix``nostr_signer_nsigner_unix(socket_name, role, timeout_ms)`.
- (future) `nsigner_tcp` / `nsigner_serial` / `nsigner_fds` analogously.
Then derive the agent pubkey via `nostr_signer_get_public_key(g_signer, ...)` instead of
`nostr_ec_public_key_from_private_key(cfg->keys.private_key, ...)`. In `local` mode this
yields the same bytes; in remote mode it is the first n_signer round-trip and **doubles
as the mandatory startup connectivity check** (Phase 4): failure here is fatal and loud.
Hold `g_signer` alongside `g_cfg` / `g_pool` for the process lifetime; free on shutdown.
Exit criteria: didactyl runs with a `nostr_signer_t*` in `local` mode by default, and
the operator can choose `nsigner_unix` via wizard, CLI, or config. No call sites migrated
yet (Phase 3). This is a safe, reviewable checkpoint — in `local` mode behavior is
identical; in `nsigner_unix` mode the agent starts but signing still uses the local path
until Phase 3 lands (so Phase 2 remote mode is a connectivity proof, not full separation).
### Phase 3 — Migrate call sites to `*_with_signer` (enables real separation)
Goal: route every signing/encryption/AUTH operation through `g_signer`. In `local` mode
this is still output-equivalent; in `nsigner_unix` mode the nsec is no longer in the
agent process.
Migrate in this order (highest value / lowest risk first):
1. **Relay pool AUTH** — replace
`nostr_relay_pool_set_auth(g_pool, g_cfg->keys.private_key, 1)` with
`nostr_relay_pool_set_auth_with_signer(g_pool, g_signer, 1)`. This is the single
change that delegates the deep-event-loop AUTH signing.
2. **Event signing**`nostr_create_and_sign_event(...)`
`nostr_create_and_sign_event_with_signer(...)` at all sites (posts, kind 30078
config publish, startup events, etc.). Search: `nostr_create_and_sign_event` in
`src/`.
3. **NIP-44 encrypt/decrypt** — the DM/memory/task/config/block-list sites. These call
`nostr_nip44_encrypt/decrypt(cfg->keys.private_key, peer, ...)`. Replace with
`nostr_signer_nip44_encrypt/decrypt(g_signer, peer_hex, ...)`. Note the signer API
takes hex pubkeys and returns heap strings via `char**` out-params, so each call site
needs a small adaptation (hex-encode the peer key, free the out-string).
4. **NIP-04 encrypt/decrypt** — same pattern as NIP-44 for the legacy NIP-04 DM sites.
5. **NIP-17 gift wraps**`nostr_nip17_send_dm` / `nostr_nip17_receive_dm`
`*_with_signer`. (The seal is signed with the agent key via the signer; the gift-wrap
ephemeral key stays local — that is correct and does not leak the nsec.)
6. **NIP-60/61 cashu**`nostr_nip60_create_*_event` / `nostr_nip61_create_*_event`
`*_with_signer` in [`src/cashu_wallet.c`](../src/cashu_wallet.c).
7. **Blossom**`blossom_create_auth_header` / `blossom_upload` / `blossom_delete`
`*_with_signer` in [`src/tools/tool_blossom.c`](../src/tools/tool_blossom.c).
After each group, build + smoke test in `local` mode (output-equivalent) before
testing in `nsigner_unix` mode against a running `n_signer`.
Exit criteria: every signing/encryption/AUTH op flows through `g_signer`. With
`signer.mode = "nsigner_unix"`, the agent process holds no nsec.
### Phase 4 — Reliability & failure handling (critical, do before enabling remote by default)
The user's stated concern: if the agent loses signing ability, it cannot even DM its
admin about the failure. This must be addressed before remote mode is anything but
opt-in.
Design:
- **Startup connectivity check is mandatory.** `nostr_signer_get_public_key()` is called
at startup for every mode. In remote mode, failure here is fatal and loud (agent
refuses to start, prints a clear error). Better to fail to start than to start unable
to sign.
- **Runtime signing failure** — classify by error:
- `approval_denied` / `policy_denied` / `unknown_role` → not a transient error; surface
to agent log and admin context, do not retry blindly.
- transport/IO error (n_signer crashed, socket gone) → the nsigner transport has a
`reconnect` hook; the client retries once with reconnect, then returns an error.
- **Admin notification path.** Because DMs themselves require signing, a signing outage
is a catch-22 for "DM the admin". Mitigations, in order of preference:
1. **Health-gate before sending.** Before attempting an admin DM, do a cheap
`nostr_signer_get_public_key()` ping. If it fails, fall back to a **local,
keyless** notification channel: stderr/log + HTTP API health endpoint
([`src/http_api.c`](../src/http_api.c)) exposes a `signer_unhealthy` flag. The admin
monitors the HTTP health endpoint (or process supervisor) rather than relying on a
DM that requires the broken signer.
2. **Optional emergency local key.** A config-gated `signer.emergency_local_nsec`
used *only* to sign admin DMs when the remote signer is unreachable. This is a
deliberate policy tradeoff (it re-introduces a key in-process, scoped to admin
alerts only) and should be off by default. Document the tradeoff clearly.
3. **Process supervisor.** systemd/`didactyl` service restarts on signer health
failure; the supervisor's logs are the out-of-band channel.
- **Recommendation for v1:** ship (1) + (3). Leave (2) as a documented opt-in for
operators who prioritize alert delivery over strict key separation. This keeps the
default trust model clean while making the failure observable out-of-band.
Exit criteria: a signing outage is detectable out-of-band (HTTP health + logs +
supervisor), and the agent does not silently hang. Remote mode is still opt-in.
#### Phase 4 implementation status (items 1820) — COMPLETE
Items 18, 19, and 20 are implemented as follows. Behavior is backward compatible
and remote mode remains opt-in.
**Item 18 — Runtime signer health classification & tracking**
- New module [`src/signer_health.{h,c}`](../src/signer_health.h) holds a
process-global, mutex-protected health state: `unknown | healthy | unhealthy`,
the configured signer mode snapshot, the last error reason string, and the
last error / last ok unix timestamps.
- [`src/main.c`](../src/main.c) `construct_signer()` records the mode at startup
and records `ok` on a successful connectivity check (`get_public_key`) or
`failure` (with the nostr error code) on construction/connectivity failure.
The fatal+loud startup behavior is preserved; error messages now explicitly
include `mode=`, `socket=`, `role=`, `timeout_ms=`, and `rc=` so the operator
knows exactly which signer context failed.
- The migrated signer call paths in [`src/nostr_handler.c`](../src/nostr_handler.c)
(NIP-44 self encrypt/decrypt, NIP-04 incoming DM decrypt, NIP-04 outgoing DM
encrypt) call `signer_health_record_ok()` on success and
`signer_health_record_failure(rc, "<verb>")` on failure. Classification maps
nostr error codes to short labels: `transport/IO` (IO/network), `crypto/auth`,
`resource`, `invalid-input`, `unknown`. This is deliberately minimal — no broad
rewrite of the tool/agent/cashu/block-list signer sites; the central DM and
self-config paths are instrumented, which is where an outage first surfaces.
**Item 19 — Out-of-band health surface (HTTP + logs + supervisor)**
- [`src/http_api.c`](../src/http_api.c) `handle_status()` (the `GET /api/status`
endpoint) now adds the following fields to the JSON response:
- `signer_mode` — the configured signer mode (`local` / `nsigner_unix` / `nsigner_tcp`).
- `signer_healthy``"true"` / `"false"` / `"unknown"`.
- `signer_health_state``healthy` / `unhealthy` / `unknown`.
- `signer_last_error` — human-readable `<classification>: <detail> (rc=<n>)`, or `""`.
- `signer_last_error_ts` — unix timestamp of the last unhealthy transition, or `null`.
- `signer_last_ok_ts` — unix timestamp of the last healthy observation, or `null`.
An operator (or supervisor / monitoring agent) can poll `/api/status` to detect a
signing outage without requiring a signed admin DM to come back.
- `signer_health_record_failure()` and `signer_health_record_ok()` each emit a
one-line stderr warning on a health **transition** (healthy -> unhealthy, or
unhealthy -> healthy), including the mode and reason. Repeated failures within
the same unhealthy state do not spam the log.
**Item 20 — Optional `emergency_local_nsec` (admin-DM delivery tradeoff)**
- New config field `signer.emergency_local_nsec` (string, empty default) in
[`src/config.h`](../src/config.h) `signer_config_t`, parsed in
[`src/config.c`](../src/config.c) `parse_signer_config()`.
- **No active fallback behavior is wired yet.** The field is parsed, stored, and
documented only — a feature-flag/placeholder so operators can pre-stage the
value. The actual "sign a minimal admin-alert DM with the emergency key when
the remote signer is unreachable" path is deferred until the Phase 4 health
surface (item 19) is proven in production.
- **Tradeoff (documented here and in the config header comment):** off by default.
When eventually enabled, it reintroduces the nsec into the agent process
*only* for admin-alert fallback DMs. This is a deliberate operator-accepted
tradeoff: better to leak the nsec briefly to notify the admin than to fail
silently. Operators who prioritize strict key separation leave it empty and
rely on the HTTP health endpoint + supervisor logs (item 19) as the
out-of-band alert channel.
**Validation**
- `make clean && make` builds cleanly with the new `signer_health.c` source.
- `./didactyl --help` and `./didactyl --version` unchanged in surface.
- `GET /api/status` in local mode returns the new `signer_mode` / `signer_healthy`
/ `signer_health_state` / `signer_last_error` / `signer_last_error_ts` /
`signer_last_ok_ts` fields (local mode reports `signer_healthy=true` after the
startup connectivity check).
### Phase 5 (deferred) — Embedded n_signer spawn
Goal: one self-contained didactyl binary that spawns an n_signer in a separate window
at startup, for operators who want key separation without running a second process
manually.
Deferred because of the reliability concern above and because it couples didactyl's
process model to n_signer's TUI/terminal-attached trust model. Revisit after Phase 4's
health/observability story is proven in production with an external n_signer.
Sketch (not for this round): didactyl forks `n_signer --mnemonic-fd N --socket-name <pinned>`
in a new terminal (xterm/foot/etc.), passes the mnemonic over a pipe fd, pins the
abstract socket name, and constructs `nostr_signer_nsigner_unix(<pinned name>, ...)`.
The pinned socket name avoids discovery races. The trust anchor is still the
terminal-attached n_signer process; didactyl is just a supervised spawner.
---
## Open decisions (resolved)
1. **Where does the abstraction live?** Inside `nostr_core_lib`. It is the single
chokepoint, it solves the relay-AUTH blocker, and it is reusable. ✓ (already done
upstream)
2. **How is the n_signer client code sourced into nostr_core_lib?** Already decided
upstream: the client (framing + auth envelope + transports) lives in
`nostr_core_lib` itself, guarded by `NOSTR_ENABLE_NSIGNER_CLIENT`. No vendoring of
n_signer's repo into nostr_core_lib; n_signer keeps depending on nostr_core_lib for
leaf crypto. ✓
3. **Runtime failure handling.** See Phase 4: out-of-band health (HTTP + logs +
supervisor) by default; optional emergency-local-nsec as documented opt-in. ✓
---
## Risks & notes
- **NIP set in `Makefile` vs `build.sh --nips=all` in Dockerfile.** Both must include
the NIPs didactyl uses. The signer core (`nostr_signer.c`, `nsigner_*.c`) is compiled
unconditionally by upstream `build.sh`, so the nsigner client is available in both
build paths. Verify after sync.
- **Static link footprint.** nsigner client + transports add a small amount of object
code (unix/tcp/serial/fd transports). Negligible vs. the existing websocket/curl/openssl
surface. Serial transport pulls in `<termios.h>` — already POSIX, fine for musl.
- **Output equivalence.** Upstream's local backend is asserted equivalent by
`test_event_creation_equivalence_with_signer`. Phase 1 smoke test should still
verify a known event signs to the same id as before.
- **`cfg->keys.private_key` lifetime.** In remote mode this buffer is zeroed/unused.
Keep the field for `local` mode and for the optional emergency key; do not remove it.
- **Hex pubkey plumbing.** The signer's encrypt/decrypt verbs take hex pubkeys and
return heap strings. Several didactyl sites currently pass raw 32-byte keys. Each
migrated site needs a small hex-encode + free adaptation. Mechanical but touches
many files — Phase 3 step 3/4 is the bulk of the work.
+58
View File
@@ -0,0 +1,58 @@
# Remove Dead DM-History Helper Functions in `agent.c`
## Background
While investigating how Didactyl maintains continuity across a DM "chat session", two functions in [`src/agent.c`](../src/agent.c) were found to be compiled-but-unreferenced, marked with `__attribute__((unused))` to suppress compiler warnings:
- [`append_recent_admin_dm_history`](../src/agent.c:1065)
- [`build_recent_admin_dm_history_messages`](../src/agent.c:1800) (wraps the above)
These were part of an older design where the agent automatically injected the last N admin DM turns into every LLM call. The current architecture is **skill-driven**: DM history only reaches the LLM when an adopted, triggered skill explicitly pulls it in via the `{{dm_history}}` / `{{nostr_dm_history(...)}}` template variables or the `nostr_dm_history` tool (see [`tool_agent.c`](../src/tools/tool_agent.c:284) and [`tools_schema.c`](../src/tools/tools_schema.c:1606)). The dead functions are now a source of confusion for anyone reading the code to understand chat-session behavior.
## Goal
Remove the dead functions and any symbols used exclusively by them, without changing runtime behavior.
## Scope Analysis (verified before planning)
A repo-wide search for each symbol confirmed the following:
| Symbol | Only callers | Disposition |
|---|---|---|
| [`append_recent_admin_dm_history`](../src/agent.c:1065) | called by `build_recent_admin_dm_history_messages` (also dead) | **delete** |
| [`build_recent_admin_dm_history_messages`](../src/agent.c:1800) | no callers | **delete** |
| [`AGENT_HISTORY_TURNS`](../src/agent.c:38) | referenced only inside the dead `append_recent_admin_dm_history` | **delete** |
| [`AGENT_HISTORY_QUERY_LIMIT`](../src/agent.c:39) | defined but zero references repo-wide | **delete** |
| [`append_simple_message`](../src/agent.c:187) | many live callers throughout `agent.c` | **keep** |
| [`nostr_handler_get_dm_history_json`](../src/nostr_handler.c:4384) | live via [`tool_agent.c`](../src/tools/tool_agent.c:318) | **keep** |
No non-source references (Makefile, tests, docs) depend on these symbols.
## Risks
Very low. Both functions carry `__attribute__((unused))` so they are not linked into any runtime path. The only failure modes are accidental deletion of something still live, which the scope analysis above rules out.
## Verification Strategy
1. Clean build with `make` — must succeed with no new warnings.
2. Existing tests under [`tests/`](../tests/) pass (`python tests/run_tests.py` or the project's usual invocation).
3. Manual sanity check: start an agent, send a DM, confirm normal reply — no regression, since the deleted code was never on the hot path.
## Mermaid: before/after
```mermaid
flowchart LR
subgraph Before
A1[agent.c dead funcs] -. unused attr .- B1[compiler silences warning]
A1 --> C1[reader assumes auto DM history replay]
C1 --> D1[confusion about session behavior]
end
subgraph After
A2[agent.c clean] --> E2[skill-driven history only]
E2 --> F2[intent matches code]
end
```
## Follow-on (out of scope for this change)
The documentation in [`docs/CONTEXT.md`](../docs/CONTEXT.md) already describes the skill-driven assembly model correctly, but neither that file nor [`docs/SKILLS.md`](../docs/SKILLS.md) explicitly states "DM history is not automatic — it only appears when a skill references it." A brief clarifying paragraph could be added in a separate change.
+94
View File
@@ -0,0 +1,94 @@
# Remove Role Markers from Skill Content
## Summary
Skill content should always be **system-role instructions** — pure markdown. The `system:`, `user:`, and `assistant:` role markers should not appear in skill content authored by users or the LLM agent.
The runtime already handles `user:` injection internally (appending the DM message or trigger event as the user message). Skill authors writing `user:` in their content is either redundant or creates conflicts (double `user:` markers).
## What Changes
### Principle
- **Skill content = system instructions.** Always. No role markers.
- **The runtime owns role assignment.** It injects `user:` before the actual input (DM, trigger event).
- **`context_roles_split()` stays** — the runtime still uses it internally to split the assembled markdown (which includes the runtime-injected `user:` marker) into API messages.
### Files to Change
#### Documentation
| File | Change |
|------|--------|
| `docs/SKILLS.md` | Remove role markers from skill content spec and examples. Clarify that skill content is always system instructions. |
| `docs/CONTEXT.md` | Clarify that `user:` is injected by the runtime, not by skill authors. Update examples. |
| `docs/TOOLS.md` | Remove role marker references from `skill_create` and `skill_edit` descriptions. |
#### Source Code
| File | Change |
|------|--------|
| `src/tools/tools_schema.c` | Remove role marker references from `skill_create` and `skill_edit` tool descriptions and parameter descriptions. |
| `src/context_roles.c` | **No change** — still needed for runtime-level `user:` splitting. |
| `src/context_roles.h` | **No change**. |
| `src/agent.c` | **No change** — already injects `user:` correctly. |
#### Web Pages
| File | Change |
|------|--------|
| `~/lt/client-ndk/www/skills-edit.html` | Remove `system:`/`user:`/`assistant:` syntax highlighting from the editor overlay. Update placeholder text. |
#### Plans (historical docs, lower priority)
| File | Change |
|------|--------|
| `plans/skills_edit_page.md` | Remove role marker references from content description and highlighting spec. |
| `plans/markdown_context_window.md` | Update role marker section to clarify runtime-only usage. |
| `plans/example_context.md` | Update examples to show skill content without role markers. |
| `plans/example_context_v2.md` | Update examples to show skill content without role markers. |
| `plans/skills_demo_page.md` | Update template examples to remove `system:`/`user:` from skill templates. |
### What Does NOT Change
- **`context_roles_split()`** — The runtime still assembles a full markdown string with `user:` injected at the boundary, then splits it. This is an internal runtime mechanism, not a skill authoring concern.
- **skills-tv.html** — This is a separate client-side execution model that builds its own messages array. It can keep its `system:`/`user:` template format since it is not going through the Didactyl agent. However, it could be simplified later.
- **DM history** — Already uses proper role assignment in the messages array, not role markers.
## Detailed Changes
### docs/SKILLS.md
**Before:**
```json
{
"content": "system:\n## Spelling and Grammar Checker\n\nYou are a spelling and grammar checker.\n\n### Rules\n...\n\nuser:\n{{message}}"
}
```
**After:**
```json
{
"content": "## Spelling and Grammar Checker\n\nYou are a spelling and grammar checker.\n\n### Rules\n..."
}
```
Remove the bullet points about role markers. Add a note:
> Skill content is always system-role instructions. The runtime handles user message injection (DM content, trigger events) automatically. Do not include `system:`, `user:`, or `assistant:` markers in skill content.
### src/tools/tools_schema.c
**skill_create description** — Remove "use role markers (system:/user:/assistant:) at line start when needed; unmarked content defaults to system."
Replace with: "Write content as markdown system instructions. The runtime handles user message injection. Prefer ## for top-level sections."
**skill_create content param** — Remove "May include role markers at line start (system:/user:/assistant:)"
Replace with: "Markdown system instructions for the skill. May include markdown headings/lists/code fences and template variables."
Same pattern for **skill_edit**.
### skills-edit.html
Remove the `.hl-role` CSS class and the regex that highlights `system:`, `user:`, `assistant:` in the editor overlay. Update the textarea placeholder from `system:\nYou are...\n\nuser:\n{{message}}` to just `## My Skill\n\nYou are a helpful assistant.\n\nRespond to {{message}} with...`.
+629
View File
@@ -0,0 +1,629 @@
# Run Skill Architecture — Tradeoff Analysis
## The Question
Skills today are **adopted** — their content is injected into the agent's context window for every matching trigger. This is "always on" and costs context tokens on every LLM call, even when the skill's capability isn't needed.
What if an agent could **use a skill once and be done with it** — like calling a tool?
Two approaches exist. This document analyzes both.
---
## Approach A: Sub-Invocation (Separate LLM Call)
**Concept:** A `skill_run` tool that spins up an entirely separate LLM execution with the skill's instructions as the system prompt, runs its own tool loop to completion, and returns the result to the calling context.
```mermaid
sequenceDiagram
participant Admin
participant Agent as Agent - Main Context
participant SkillRun as skill_run Executor
participant LLM2 as LLM - Skill Context
Admin->>Agent: Hey, summarize this thread
Agent->>Agent: I need the summarize-thread skill
Agent->>SkillRun: skill_run d_tag=summarize-thread, args=thread_id
SkillRun->>SkillRun: Fetch skill content from Nostr
SkillRun->>SkillRun: Build isolated context window
SkillRun->>LLM2: System: skill instructions, User: args
LLM2->>SkillRun: Tool calls + reasoning
SkillRun->>SkillRun: Execute tool loop to completion
LLM2->>SkillRun: Final text response
SkillRun->>Agent: Return result as tool output
Agent->>Admin: Here is the summary...
```
### How It Works
1. The LLM in the main conversation calls `skill_run` with a `d_tag` (or full `kind:pubkey:d_tag` address) and `args`
2. The runtime fetches the skill event from Nostr (or adopted skills cache)
3. A **new, isolated context window** is built:
- System prompt = skill content (with `{{...}}` template variables resolved)
- User message = the `args` parameter
- Tools = the skill's `requires_tool` tags (or full tool set for own skills)
- LLM config = the skill's `llm`, `temperature`, `max_tokens` tags (or agent defaults)
4. A **separate tool loop** runs (same pattern as [`agent_on_trigger()`](src/agent.c:1696))
5. The final LLM text response is returned as the `skill_run` tool result
6. The calling context continues with that result
### Advantages
| Advantage | Detail |
|-----------|--------|
| **Zero context cost when idle** | The skill's instructions never enter the main context window unless invoked |
| **Isolation** | The skill runs in its own context — it can't see or interfere with the main conversation |
| **Per-skill model** | Each skill can use a different LLM model/provider via its `llm` tag |
| **Sandboxing** | External skills can be restricted to safe tools only |
| **Composability** | Skills can call other skills via nested `skill_run` (with depth limits) |
| **Try-before-adopt** | Run someone else's skill once without permanently adopting it |
| **Clean separation** | The skill is a black box — input in, result out |
### Disadvantages
| Disadvantage | Detail |
|--------------|--------|
| **Extra LLM call** | Every `skill_run` invocation costs at least one additional LLM API call (possibly more if the skill uses tools) |
| **Latency** | The main conversation blocks while the sub-invocation runs its tool loop |
| **No shared context** | The skill doesn't know about the ongoing conversation — it only sees its `args` |
| **Complexity** | Requires managing nested execution contexts, preventing infinite recursion, handling timeouts |
| **Token overhead** | The skill's system prompt is paid for separately — no sharing with the main context |
### Existing Design
This approach is already designed in detail in [`plans/tool_orchestration.md`](plans/tool_orchestration.md) as the `skill_run` tool (Section 2B), including:
- Schema definition
- Execution flow with sandbox for external skills
- Tool safety classification
- `/run` slash command for admin direct invocation
---
## Approach B: Lazy Injection (On-Demand Context Loading)
**Concept:** A `skill_load` tool that fetches a skill's content and injects it into the **current** context window mid-conversation. The LLM then uses those instructions in subsequent reasoning within the same call.
```mermaid
sequenceDiagram
participant Admin
participant Agent as Agent - Single Context
participant LLM as LLM
Admin->>Agent: Hey, summarize this thread
Agent->>LLM: System + User message
LLM->>Agent: I need the summarize-thread skill. Call skill_load.
Agent->>Agent: Fetch skill content, append to messages
Agent->>LLM: ...previous messages + skill content as new system message
LLM->>Agent: Now executing with skill instructions in context...
Agent->>Admin: Here is the summary...
```
### How It Works
1. The LLM calls `skill_load` with a `d_tag`
2. The runtime fetches the skill content
3. The skill content is returned as the tool result (or injected as a new system message)
4. The LLM continues in the **same context window**, now with the skill instructions available
5. No separate LLM call — the skill instructions become part of the ongoing conversation
### Advantages
| Advantage | Detail |
|-----------|--------|
| **No extra LLM call** | The skill instructions are loaded into the current context — no sub-invocation overhead |
| **Shared context** | The skill has full access to the conversation history and can reason about it |
| **Lower latency** | No separate tool loop — the LLM just continues with more information |
| **Simpler implementation** | Just fetch content and return it as a tool result — no nested execution management |
| **Natural flow** | The LLM decides when it needs more instructions and loads them dynamically |
### Disadvantages
| Disadvantage | Detail |
|--------------|--------|
| **Context window cost** | Once loaded, the skill content stays in the context for the rest of the conversation |
| **No isolation** | The skill instructions mix with everything else — potential for instruction conflicts |
| **No per-skill model** | The skill runs on whatever model the current conversation is using |
| **No sandboxing** | The skill's instructions execute with full tool access (same as the main context) |
| **Accumulation** | Loading multiple skills grows the context window — could hit token limits |
| **No clean boundary** | The LLM might partially follow skill instructions or blend them with other context |
### Implementation
This is essentially what `skill_get` already does — it returns skill content. The difference would be:
- `skill_get` returns metadata + content as a JSON blob for the LLM to read
- `skill_load` would inject the content as a system-level instruction that the LLM should follow
In practice, the LLM can already do this today by calling `skill_get` and then reasoning about the returned content. The question is whether a dedicated `skill_load` tool that injects content at the system level would be meaningfully different.
---
## Approach C: Hybrid — Both, With Different Use Cases
The two approaches serve different needs and are not mutually exclusive:
```mermaid
graph TD
A[Agent needs a skill capability] --> B{What kind of need?}
B -->|One-shot task with clear input/output| C[skill_run - Sub-invocation]
B -->|Need skill knowledge in ongoing conversation| D[skill_load - Lazy injection]
B -->|Always need this skill| E[skill_adopt - Permanent adoption]
C --> F[Isolated execution, result returned]
D --> G[Instructions loaded into current context]
E --> H[Instructions in every matching trigger context]
style C fill:#e1f5fe
style D fill:#fff3e0
style E fill:#e8f5e9
```
### When to Use Each
| Scenario | Best Approach | Why |
|----------|--------------|-----|
| Run a friend's skill to try it | `skill_run` | Isolation + sandbox for untrusted code |
| Spell-check this message | `skill_run` | Clear input/output, no conversation context needed |
| Deploy my website | `skill_run` | Task-oriented, uses different tools, benefits from isolation |
| I need to know the formatting rules for Nostr posts | `skill_load` | Reference material for the current conversation |
| Help me write a skill (load the skill-authoring guide) | `skill_load` | The LLM needs the instructions as ongoing context |
| Always respond in a certain personality | `skill_adopt` | Needed in every conversation |
### The Key Distinction
- **`skill_run`** = "Do this task for me and give me the result" (function call semantics)
- **`skill_load`** = "Teach me how to do this so I can do it myself" (knowledge injection)
- **`skill_adopt`** = "I always need to know this" (permanent context)
---
## Relationship to Existing Architecture
### Chain Triggers vs skill_run
[Chain triggers](plans/multi_model_skill_pipelines.md) already provide sequential skill execution — Skill A completes, then Skill B fires. But chains are **pre-configured** (declared in skill tags) and **event-driven** (fire automatically).
`skill_run` is **dynamic** — the LLM decides at runtime which skill to invoke based on the conversation. It's the difference between a cron job and a function call.
### Maturity Levels
The [`tool_orchestration.md`](plans/tool_orchestration.md) plan defines three maturity levels that apply to `skill_run`:
| Level | Execution | LLM? |
|-------|-----------|------|
| `draft` | LLM interprets skill instructions | Yes |
| `guided` | LLM with forced tool_choice | Yes, constrained |
| `hardened` | Deterministic step executor | No |
A `hardened` skill via `skill_run` is essentially a **tool** — no LLM call, just sequential tool execution. This is the ultimate "skill as tool" pattern.
### Recursive skill_run
`skill_run` can call `skill_run` (a skill invokes another skill). This needs a depth limit (like the chain depth limit of 5 in [`trigger_manager_fire_chains()`](src/trigger_manager.c)). Each level gets its own context window and tool loop.
---
## Implementation Considerations
### For skill_run (Sub-Invocation)
The core implementation reuses the existing [`agent_on_trigger()`](src/agent.c:1696) pattern:
1. **New function:** `execute_skill_run()` in [`tool_skill.c`](src/tools/tool_skill.c)
2. **Context building:** Reuse [`build_context_from_triggers()`](src/agent.c) pattern but for a single skill
3. **Tool loop:** Same pattern as `agent_on_trigger()` — call LLM, execute tools, repeat
4. **LLM config:** Save/restore pattern from [`apply_trigger_runtime_to_llm_config()`](src/trigger_manager.c)
5. **Sandbox:** Filter tools array based on skill origin (own vs external)
6. **Depth tracking:** Static or thread-local counter to prevent infinite recursion
7. **Result capture:** Capture the final LLM text response and return it as the tool result
### For skill_load (Lazy Injection)
Minimal new code needed:
1. **New tool:** `skill_load` in [`tool_skill.c`](src/tools/tool_skill.c)
2. **Fetch:** Same as `skill_get` — fetch skill content from cache or Nostr
3. **Return:** Return the skill content as the tool result with a wrapper indicating these are instructions to follow
4. **Alternative:** Inject as a system message in the messages array (requires access to the messages array from within tool execution, which the current architecture doesn't support)
The simpler version (return as tool result) works today with minimal changes. The LLM receives the skill content as a tool response and can reason about it. The more sophisticated version (system message injection) would require architectural changes to how tools interact with the message array.
---
## Approach D: Modes — Skill Packages as Agent Personalities
### The Roo Code Parallel
Roo Code has **modes** — Architect, Code, Ask, Debug — each with its own:
- System prompt / personality
- Set of allowed tools
- File access restrictions
- Model preferences
A mode is essentially a **curated bundle of capabilities** that the agent switches into. You don't load the Architect's planning instructions into the Code mode's context — you *switch modes entirely*.
This maps directly onto Didactyl's skill system.
### Modes as Skill Packages
A **mode** is a named collection of skills that, when activated, replaces the agent's current context window composition. It's a different adoption list — a different set of Layer 1 skills, different tools, potentially a different LLM model.
```mermaid
graph TD
A[Agent receives /mode architect] --> B[Look up mode: architect]
B --> C[Mode defines skills: planning, analysis, design-patterns]
C --> D[Mode defines model: best]
C --> E[Mode defines tools: memory_*, nostr_query, skill_search]
D --> F[Reconfigure agent context for this session]
E --> F
F --> G[Agent now operates as Architect]
G --> H[All subsequent messages use architect context]
```
### Mode Definition as a Skill
A mode is itself a skill — a meta-skill that declares which other skills compose it:
```json
{
"kind": 31123,
"content": "You are operating in Architect mode.\n\nYour role is to plan, design, and analyze before implementation.\n- Break down complex problems into clear steps\n- Create technical specifications\n- Design system architecture\n- Do NOT write implementation code\n\n{{identity}}\n{{planning-guidelines}}",
"tags": [
["d", "mode-architect"],
["description", "Architect mode - planning and design"],
["mode", "architect"],
["llm", "best"],
["temperature", "0.7"],
["requires_skill", "identity"],
["requires_skill", "planning-guidelines"],
["requires_tool", "memory_save"],
["requires_tool", "memory_recall"],
["requires_tool", "nostr_query"],
["requires_tool", "skill_search"],
["requires_tool", "skill_list"]
]
}
```
```json
{
"kind": 31123,
"content": "You are operating in Cheap mode.\n\nYou are a fast, cost-effective assistant.\n- Answer questions directly and concisely\n- Use minimal tokens\n- Do not over-explain\n\n{{identity}}",
"tags": [
["d", "mode-cheap"],
["description", "Cheap mode - fast answers with inexpensive model"],
["mode", "cheap"],
["llm", "openai/gpt-4o-mini, cheap"],
["temperature", "0.3"],
["max_tokens", "500"],
["requires_skill", "identity"],
["requires_tool", "nostr_query"],
["requires_tool", "memory_recall"]
]
}
```
### How Modes Interact with skill_run
Your example — `/skill_run cheap "how many files are in the directory"` — reveals two distinct use cases:
**1. One-shot mode invocation (`skill_run`):**
Run a single task using a mode's configuration, then return to normal. The mode's model, tools, and personality apply for just that one execution.
```
/skill_run mode-cheap "how many files are in the directory"
```
This uses the `skill_run` sub-invocation pattern: spin up an isolated context with the `mode-cheap` skill's instructions, use its `llm` tag (cheap model), execute the tool loop, return the result. The main conversation continues unchanged.
**2. Persistent mode switch (`/mode`):**
Switch the agent's operating mode for all subsequent messages until switched again.
```
/mode architect
> Now operating in Architect mode. Using best model. Planning tools available.
/mode cheap
> Now operating in Cheap mode. Using gpt-4o-mini. Minimal tool set.
/mode default
> Restored default mode.
```
This changes which skills compose the agent's context window for DM conversations. Instead of the normal adoption-list-order composition, the mode's skill set takes over.
### Mode Architecture
```mermaid
graph TD
subgraph Current Architecture
A[Adoption List - kind 10123] --> B[All adopted skills with dm trigger]
B --> C[Context window for every DM]
end
subgraph Mode Architecture
D[Adoption List - kind 10123] --> E{Active mode?}
E -->|No mode| F[Default: all adopted dm-triggered skills]
E -->|Mode active| G[Mode skill + its requires_skill dependencies]
F --> H[Context window]
G --> H
end
subgraph Mode Lifecycle
I[/mode architect] --> J[Set active mode = mode-architect]
J --> K[Subsequent DMs use architect context]
K --> L[/mode default]
L --> M[Clear active mode, restore normal]
end
```
### The Three Invocation Patterns (Updated)
| Pattern | Command | Context | Persists? | Model |
|---------|---------|---------|-----------|-------|
| **Adopted skills** | *(automatic)* | All matching skills in adoption list | Always | Agent default |
| **One-shot skill** | `/skill_run d_tag args` | Isolated sub-invocation | No | Skill's `llm` tag |
| **Mode switch** | `/mode name` | Mode's skill set replaces DM context | Until changed | Mode's `llm` tag |
| **One-shot mode** | `/skill_run mode-name args` | Isolated sub-invocation with mode config | No | Mode's `llm` tag |
### Mode Storage
The active mode is ephemeral runtime state — not persisted to Nostr. It's a session concept:
```c
// In agent.c or a new mode_manager
static char g_active_mode_d_tag[TRIGGER_SKILL_D_TAG_MAX] = {0}; // empty = default mode
void agent_set_mode(const char* mode_d_tag); // NULL or empty = clear mode
const char* agent_get_mode(void);
```
When a mode is active, [`build_context_from_triggers()`](src/agent.c) checks the mode skill first instead of scanning all DM-triggered skills. The mode skill's `requires_skill` tags define which other skills are included (Layer 2).
### Mode Discovery
Modes are just skills with a `["mode", "name"]` tag. They're discoverable the same way:
```
/skill_search mode # find all mode skills
/skill_run mode-architect "plan X" # try a mode one-shot
/mode architect # switch to it persistently
```
Since modes are Nostr events, they're **shareable**. Someone publishes a "code-reviewer" mode with specific skills, model preferences, and tool restrictions. You adopt it and `/mode code-reviewer` to activate it.
### Relationship to Roo Code Modes
| Roo Code | Didactyl Equivalent |
|----------|-------------------|
| Mode definition (`.roomodes`) | Skill event with `["mode", "name"]` tag |
| Mode's system prompt | Skill content (markdown instructions) |
| Mode's allowed tools | `["requires_tool", "..."]` tags |
| Mode's file restrictions | `["requires_tool", "local_file_read"]` presence/absence |
| Mode's model | `["llm", "..."]` tag |
| `/mode architect` | `/mode architect` |
| Mode switching | `/mode name` slash command |
| Custom modes | Create a skill with `["mode", "name"]` tag |
The key difference: Roo Code modes are local config files. Didactyl modes are **Nostr events** — portable, shareable, discoverable, and adoptable across agents.
---
## Modes vs. Multiple Agents
### The Tradeoff
Instead of switching one agent between Architect and Coder modes, you could run two separate agents — one Architect, one Coder. Each has its own nsec, its own skills, its own model. This is already possible today with no code changes.
| Dimension | Modes (one agent) | Multiple Agents (separate binaries) |
|-----------|-------------------|-------------------------------------|
| **Resource cost** | One process, one relay connection, one LLM config | N processes, N relay connections, N LLM configs |
| **Context isolation** | Mode switch replaces context; previous mode's state is lost | Each agent has its own persistent context and memory |
| **Shared memory** | Same agent = same memory store. Architect's notes are available to Coder. | Separate agents = separate memory. Must explicitly share via Nostr events. |
| **Conversation continuity** | Mode switch mid-conversation is seamless — same DM thread | Different agents = different DM threads. Admin must context-switch. |
| **Identity** | One npub. External observers see one entity. | N npubs. Each agent is a distinct Nostr identity. |
| **Specialization depth** | Mode is a context overlay — personality + tools + model. Shallow specialization. | Full agent is deeply specialized — its own memories, its own learned patterns, its own social graph. |
| **Operational complexity** | One binary, one systemd service, one genesis config | N binaries, N services, N configs, N API keys |
| **Failure blast radius** | Agent crashes = all modes unavailable | One agent crashes = others still running |
| **Skill sharing** | All modes share the same adoption list (modes just filter it) | Each agent has its own adoption list |
| **Admin UX** | `/mode architect` — instant switch | DM a different npub — requires client support or manual switching |
### When Modes Win
- **Quick context switching** — "plan this, then code it" in one conversation
- **Shared state** — the Architect's plan is in memory when you switch to Coder mode
- **Low overhead** — one process, one set of relay connections
- **Simple admin UX** — `/mode architect`, `/mode coder`, done
- **Cost control** — `/mode cheap` for quick questions, `/mode deep` for complex analysis
### When Separate Agents Win
- **Deep specialization** — an agent that has spent weeks learning about your codebase vs. one that knows your financial data. These are fundamentally different knowledge bases.
- **Different trust boundaries** — one agent has shell access, another only has Nostr access
- **Different LLM providers** — one on Anthropic, one on OpenAI, one on local Ollama
- **Concurrent operation** — both agents working simultaneously on different tasks
- **Fault isolation** — one agent's crash doesn't affect the other
- **Team simulation** — the admin can DM the Architect to plan, then DM the Coder to implement, and each agent maintains its own persistent context about its domain
### The Hybrid: Modes + Clones
The most powerful pattern combines both:
1. **Start with one agent** with modes for quick context switching
2. **Clone it** (via [`agent_clone`](plans/agent_clone.md)) when you need deep specialization
3. **Specialize the clone** — different skills, different model, different tools
4. **Use modes within each clone** for further flexibility
```
Admin's Agent Fleet:
├── Agent Alpha (generalist)
│ ├── /mode architect — planning
│ ├── /mode coder — implementation
│ └── /mode cheap — quick questions
├── Agent Beta (clone, specialized: infrastructure)
│ ├── /mode deploy — deployment workflows
│ └── /mode monitor — system monitoring
└── Agent Gamma (clone, specialized: content)
├── /mode writer — long-form content
└── /mode social — Nostr social engagement
```
---
## Multi-Agent Didactyl: What Would It Take?
### Current Single-Agent Architecture
The codebase is deeply single-agent. Global state is everywhere:
| Global | File | Purpose |
|--------|------|---------|
| `static didactyl_config_t* g_cfg` | [`agent.c`](src/agent.c:27), [`nostr_handler.c`](src/nostr_handler.c:22) | Agent config including keys |
| `static tools_context_t g_tools_ctx` | [`agent.c`](src/agent.c:28) | Tool execution context |
| `static trigger_manager* g_trigger_manager` | [`agent.c`](src/agent.c:29) | Trigger state |
| `static nostr_relay_pool_t* g_pool` | [`nostr_handler.c`](src/nostr_handler.c:23) | Single relay pool |
| `static llm_config_t g_cfg` | [`llm.c`](src/llm.c:20) | LLM configuration |
| `static char* g_admin_kind0_json` | [`nostr_handler.c`](src/nostr_handler.c:34) | Admin context cache |
| `static char* g_agent_kind0_json` | [`nostr_handler.c`](src/nostr_handler.c:47) | Agent self-context cache |
| `static char* g_memory_plain` | [`tool_memory.c`](src/tools/tool_memory.c:20) | Agent memory |
| 20+ `pthread_mutex_t` globals | Various | Thread safety for all the above |
Every module assumes there is exactly one agent identity, one relay pool, one LLM config, one admin, one set of keys. The keys are used directly via `g_cfg->keys.private_key` in ~40 places across [`nostr_handler.c`](src/nostr_handler.c) for signing, encrypting, and decrypting.
### Three Paths to Multi-Agent
#### Path 1: Multiple Processes (Current — No Code Changes)
Run N separate Didactyl binaries, each with its own genesis config and nsec. This is what [`DECENTRALIZED_DIDACTYL.md`](plans/DECENTRALIZED_DIDACTYL.md) describes.
**Pros:** Works today. Zero code changes. Full isolation.
**Cons:** N × resource cost. N × operational complexity. No shared state.
```
Server
├── /home/didactyl-architect/ (systemd: didactyl-architect.service)
│ ├── genesis.jsonc (nsec1..., model: best)
│ └── didactyl (binary)
├── /home/didactyl-coder/ (systemd: didactyl-coder.service)
│ ├── genesis.jsonc (nsec2..., model: fast)
│ └── didactyl (binary)
└── /home/didactyl-cheap/ (systemd: didactyl-cheap.service)
├── genesis.jsonc (nsec3..., model: cheap)
└── didactyl (binary)
```
#### Path 2: Multi-Agent Single Process (Major Refactor)
Refactor all global state into an `agent_instance_t` struct. Run multiple agent instances in one process, sharing the relay pool and HTTP server.
**What changes:**
```c
typedef struct agent_instance {
didactyl_config_t config;
tools_context_t tools_ctx;
trigger_manager_t trigger_manager;
llm_config_t llm_config;
// ... all per-agent state
} agent_instance_t;
// Instead of:
static didactyl_config_t* g_cfg;
// Becomes:
agent_instance_t* agents;
int agent_count;
```
**Scope of refactor:**
- Every function that touches `g_cfg`, `g_tools_ctx`, `g_trigger_manager`, or any global state needs an `agent_instance_t*` parameter
- [`nostr_handler.c`](src/nostr_handler.c) — the largest file (~4500 lines) — uses `g_cfg->keys` in ~40 places. Every signing, encryption, and subscription call needs to know which agent's keys to use.
- [`llm.c`](src/llm.c) — the global `g_cfg` LLM config needs to become per-instance
- [`agent.c`](src/agent.c) — all context building, message handling, tool loops need per-instance state
- DM routing — incoming DMs need to be dispatched to the correct agent based on the `#p` tag
- The HTTP API needs agent-scoped endpoints (`/api/agents/:id/prompt`, etc.)
**Estimated scope:** Touch every `.c` file. ~2000-3000 lines of refactoring. High risk of regressions.
**Pros:** Shared relay pool (fewer connections). Shared HTTP server. Single process to manage.
**Cons:** Massive refactor. High regression risk. Shared-process failure mode (one agent's crash kills all).
#### Path 3: Multi-Agent via Modes (Minimal Code — Recommended First Step)
Modes give you 80% of the multi-agent benefit with 5% of the effort:
- **Different personality per mode** — mode skill content
- **Different model per mode** — mode's `llm` tag
- **Different tools per mode** — mode's `requires_tool` tags
- **Different temperature per mode** — mode's `temperature` tag
- **Instant switching** — `/mode architect`
- **Shared memory** — same agent, same memory store
- **Shared identity** — same npub, same social graph
What you lose vs. true multi-agent:
- No concurrent operation (one mode at a time)
- No independent persistent context per mode
- No fault isolation between modes
**This is the Roo Code model** — and it works extremely well for the single-admin use case.
### Recommendation
```mermaid
graph TD
A[Start here] --> B[Implement modes - skill packages]
B --> C{Need concurrent agents?}
C -->|No| D[Modes are sufficient]
C -->|Yes| E{How many?}
E -->|2-3| F[Multiple processes - Path 1]
E -->|Many| G{Shared resources matter?}
G -->|No| F
G -->|Yes| H[Multi-agent refactor - Path 2]
style B fill:#e8f5e9
style D fill:#e8f5e9
style F fill:#fff3e0
style H fill:#ffebee
```
1. **Now:** Implement modes (skill packages). This covers the "Architect vs Coder" use case with minimal code.
2. **When needed:** Run multiple Didactyl processes for true concurrent agents. Already works, just operational overhead.
3. **If justified:** Multi-agent single-process refactor. Only if you're running 5+ agents on one server and the resource overhead matters.
---
## Implementation Layers
The features build on each other in this order:
### Layer 1: `skill_run` (Sub-Invocation)
Already designed in [`tool_orchestration.md`](plans/tool_orchestration.md). This is the foundation — an isolated LLM execution of any skill. Enables one-shot skill usage, external skill testing, and sandboxing.
**Enables:** `/skill_run cheap "how many files are in the directory"`
### Layer 2: Slash Commands
Also in [`tool_orchestration.md`](plans/tool_orchestration.md). Direct tool execution via `/tool_name args`. Required for `/mode` and `/skill_run` as admin commands.
**Enables:** `/skill_run`, `/mode`, `/help`
### Layer 3: Modes
Mode skills with `["mode", "name"]` tags. `/mode` slash command to switch. Runtime tracks active mode and adjusts context composition.
**Enables:** `/mode architect`, `/mode cheap`, persistent mode switching
### Layer 4: Hardened Skills
Deterministic step executor for skills that don't need LLM reasoning. A mode could include hardened skills as tools.
**Enables:** Skills that execute as pure tool sequences — zero LLM cost
---
## Recommendation
Implement in this order:
1. **`skill_run`** (sub-invocation) — the foundation. Already designed. Enables one-shot skill execution with isolated context, per-skill model, and sandboxing.
2. **Slash commands** (`/skill_run`, `/help`) — admin direct invocation. Required for the mode UX.
3. **Modes** (`/mode name`) — skill packages that reconfigure the agent's context. Builds on `skill_run` for one-shot mode usage and slash commands for persistent switching.
4. **Hardened skill execution** — deterministic tool sequences. The ultimate "skill as tool" pattern with zero LLM cost.
+307
View File
@@ -0,0 +1,307 @@
# Skills Editor Page — `skills-edit.html`
## Overview
A standalone web page in `~/lt/client-ndk/www/` for editing Didactyl agent skills. Built on top of [`template.html`](../../client-ndk/www/template.html) — all existing template functionality (auth, sidenav, hamburger, relay status, footer, theme toggle, logout) remains intact.
The logged-in user IS the agent. The page uses Nostr subscriptions via the NDK worker to fetch skills and the adoption list, and publishes events via `publishEvent()` to save/adopt/remove skills.
---
## Data Model
### Nostr Event Kinds
| Kind | Purpose | Replaceable? |
|------|---------|-------------|
| `31123` | Public skill definition | Yes, by d-tag |
| `31124` | Private skill definition (NIP-44 encrypted content) | Yes, by d-tag |
| `10123` | Skill adoption list | Yes, single per pubkey |
### Skill Event Structure
```
content: markdown template with {{variables}} (plain authored instructions; runtime handles role packaging)
tags:
[d, slug]
[description, human-readable description]
[trigger, dm|cron|nostr-subscription|webhook|chain] (optional)
[filter, type-specific filter JSON] (optional)
[llm, fallback chain string] (optional)
[temperature, number] (optional)
[max_tokens, number] (optional)
[seed, number] (optional)
[requires_tool, tool_name] (0..N)
[requires_skill, skill_d_tag] (0..N)
[optional_tool, tool_name] (0..N)
```
### Adoption List (kind 10123)
```json
{
"kind": 10123,
"tags": [
["a", "31123:<pubkey>:skill-slug"],
["a", "31124:<pubkey>:private-skill-slug"]
]
}
```
---
## Page Layout
Three-column layout filling the body area between header and footer:
```
┌─────────────────────────────────────────────────────────────────────┐
│ HEADER [hamburger] Skills Editor [avatar]│
├──────────────┬──────────────────────────────────┬───────────────────┤
│ │ │ │
│ SKILLS │ SKILL EDITOR │ TOOLS │
│ LIST │ │ │
│ │ [slug] [description] │ nostr_post │
│ ┌────────┐ │ [trigger] [filter] │ nostr_query │
│ │ search │ │ [llm] [temp] [tokens] │ nostr_dm_send │
│ └────────┘ │ │ local_shell_exec │
│ │ ┌──────────────────────────────┐ │ memory_save │
│ My|Pub|Adpt │ │ │ │ memory_recall │
│ │ │ Large textarea with │ │ skill_create │
│ skill-1 ★ │ │ syntax highlighting for │ │ ... │
│ skill-2 │ │ {{variables}} and tool names │ │ │
│ skill-3 ★ │ │ │ │ Double-click to │
│ skill-4 │ │ │ │ add as │
│ ... │ │ │ │ requires_tool │
│ │ └──────────────────────────────┘ │ │
│ ────────── │ │ │
│ ADOPTED │ [Save] [Save Private] [New] │ │
│ identity ↕ │ [Adopt] [Remove from adopted] │ │
│ chat ↕ │ │ │
│ monitor ↕ │ │ │
│ │ │ │
├──────────────┴──────────────────────────────────┴───────────────────┤
│ FOOTER [relay status] [status] [info] │
└─────────────────────────────────────────────────────────────────────┘
```
### Left Column — Skills List (~20% width)
- **Search input** at top to filter skills by slug/description
- **Filter tabs**: My | Public | Adopted
- **My**: skills authored by the current pubkey (kind 31123 + 31124)
- **Public**: public skills from anyone (kind 31123 only, no author filter) — for discovery and copying
- **Adopted**: skills currently in the kind 10123 adoption list
- **Scrollable skill list**: each item shows slug, description snippet, author name/short-pubkey, ★ if adopted
- Clicking a skill loads it into the editor
- **Copy/Fork button**: when viewing a public skill from another author, a "Copy to My Skills" button creates a new skill under the current pubkey with the same content (new d-tag to avoid collision)
- **Adopted Skills section** below the list:
- Shows current adoption list entries in order
- Drag-to-reorder support (or up/down buttons)
- Visual indicator of adoption order
### Center Column — Skill Editor (~60% width)
- **Metadata row**: slug (d-tag), description inputs
- **Trigger row**: trigger type dropdown, filter input
- **Execution params row**: llm input, temperature, max_tokens, seed
- **Requirements display**: shows current requires_tool, requires_skill, optional_tool tags as removable chips/badges
- **Large textarea** for skill content (markdown template)
- Syntax highlighting overlay for `{{variable_names}}` in accent color
- Tool name references highlighted when they match known tools
- **Action buttons**:
- Save (publish as kind 31123)
- Save Private (publish as kind 31124 with NIP-44 encryption)
- New Skill (clear editor)
- Adopt (add to kind 10123 list)
- Remove from Adopted (remove from kind 10123 list)
- Delete Skill (kind 5 deletion event)
### Right Column — Tools List (~20% width)
- **Hardcoded list** of all Didactyl tools from TOOLS.md
- Each tool shows name and brief description
- **Double-click** a tool to add it as a `requires_tool` tag on the current skill
- Visual indicator if tool is already required by current skill
- Search/filter input at top
---
## Syntax Highlighting Approach
Use a transparent overlay `<div>` positioned exactly over the `<textarea>`. The textarea has transparent text color; the overlay div renders the same text with highlighted spans. Both scroll together.
Highlighted elements:
- `{{variable_name}}` — accent color (e.g., `var(--accent-color)`)
- Tool names (when matching known tools) — distinct highlight color
---
## Nostr Subscriptions
### On page load (after auth):
1. **My skills subscription**: `{ kinds: [31123, 31124], authors: [currentPubkey], limit: 200 }` — fetch agent's own skills (public + private)
2. **Public skills subscription** (when Public filter active): `{ kinds: [31123], limit: 200 }` — fetch public skills from anyone for discovery/copying
3. **Adoption list subscription**: `{ kinds: [10123], authors: [currentPubkey], limit: 1 }` — fetch current adoption list
The Public subscription is activated on demand when the user switches to the Public tab, to avoid fetching large amounts of data unnecessarily. My skills and adoption list are always loaded.
### Event handling:
- `ndkEvent` listener processes incoming skill events and adoption list events
- Skills are parsed and stored in a local array, keyed by `pubkey:d-tag`
- Adoption list tags are parsed to determine which skills are adopted and their order
---
## Skill Publishing
### Save Public Skill (kind 31123)
```javascript
const event = {
kind: 31123,
content: editorContent, // raw markdown template
tags: [
[d, slug],
[description, descriptionText],
// trigger tags if set
// execution param tags
// requires_tool tags
// requires_skill tags
// optional_tool tags
],
created_at: Math.floor(Date.now() / 1000)
};
await publishEvent(event);
```
### Save Private Skill (kind 31124)
Same structure but content is NIP-44 encrypted. The `d` tag stays in plaintext; other metadata moves into the encrypted payload per SKILLS.md spec.
### Update Adoption List (kind 10123)
```javascript
const event = {
kind: 10123,
content: '',
tags: adoptedSkillAddresses.map(addr => [a, addr]),
created_at: Math.floor(Date.now() / 1000)
};
await publishEvent(event);
```
---
## Hardcoded Tools List
Extracted from TOOLS.md — all tool names with descriptions:
```javascript
const DIDACTYL_TOOLS = [
{ name: 'nostr_post', description: 'Publish a Nostr event to connected relays' },
{ name: 'nostr_delete', description: 'Request deletion of events - NIP-09 kind 5' },
{ name: 'nostr_react', description: 'React to a Nostr event - NIP-25 kind 7' },
{ name: 'nostr_query', description: 'Query events from relays using a Nostr filter' },
{ name: 'nostr_my_events', description: 'Query recent events authored by this agent' },
{ name: 'nostr_dm_send', description: 'Send a NIP-04 encrypted DM' },
{ name: 'nostr_dm_send_nip17', description: 'Send a private DM using NIP-17 gift wrap' },
{ name: 'nostr_profile_get', description: 'Look up a Nostr profile by pubkey' },
{ name: 'nostr_nip05_lookup', description: 'Look up or verify a NIP-05 identifier' },
{ name: 'nostr_encode', description: 'Encode a Nostr entity into nostr: URI' },
{ name: 'nostr_decode', description: 'Decode a Nostr bech32/nostr: URI' },
{ name: 'nostr_relay_status', description: 'Get relay connection status and statistics' },
{ name: 'nostr_relay_info', description: 'Fetch NIP-11 relay information document' },
{ name: 'nostr_subscription_status', description: 'List managed runtime Nostr subscriptions' },
{ name: 'nostr_subscription_set', description: 'Update a managed runtime subscription' },
{ name: 'nostr_encrypt', description: 'Encrypt plaintext using NIP-44' },
{ name: 'nostr_decrypt', description: 'Decrypt NIP-44 ciphertext' },
{ name: 'nostr_list_manage', description: 'Add/remove tags in replaceable list events' },
{ name: 'nostr_block_list', description: 'View blocked pubkeys/events/hashtags' },
{ name: 'nostr_block_edit', description: 'Add or remove blocked tuples in kind-10000' },
{ name: 'nostr_pubkey', description: 'Return agent pubkey in hex' },
{ name: 'nostr_npub', description: 'Return agent pubkey as npub bech32' },
{ name: 'agent_identity', description: 'Build agent identity context block' },
{ name: 'admin_identity', description: 'Build admin identity context block' },
{ name: 'nostr_admin_profile', description: 'Build admin profile context block' },
{ name: 'nostr_admin_contacts', description: 'Build admin contacts context block' },
{ name: 'nostr_admin_relays', description: 'Build admin relay context block' },
{ name: 'nostr_admin_notes', description: 'Build admin notes context block' },
{ name: 'nostr_agent_profile', description: 'Build agent profile context block' },
{ name: 'nostr_agent_contacts', description: 'Build agent contacts context block' },
{ name: 'nostr_agent_relays', description: 'Build agent relay context block' },
{ name: 'nostr_agent_notes', description: 'Build agent notes context block' },
{ name: 'skill_create', description: 'Create or update a skill definition' },
{ name: 'skill_edit', description: 'Edit an existing self skill by d tag' },
{ name: 'skill_list', description: 'List available skills with adoption status' },
{ name: 'skill_adopt', description: 'Adopt a skill into kind 10123 list' },
{ name: 'skill_remove', description: 'Remove a skill from kind 10123 list' },
{ name: 'skill_search', description: 'Search public skills by query/author' },
{ name: 'trigger_list', description: 'List active triggered skills and status' },
{ name: 'task_list', description: 'Build current task list context block' },
{ name: 'task_manage', description: 'Manage agent task memory on Nostr' },
{ name: 'memory_save', description: 'Prepend entry to encrypted agent memory' },
{ name: 'memory_recall', description: 'Recall encrypted agent memory' },
{ name: 'model_get', description: 'Get current LLM runtime configuration' },
{ name: 'model_set', description: 'Update active LLM configuration' },
{ name: 'model_list', description: 'List available model IDs' },
{ name: 'config_store', description: 'Encrypt and publish agent config' },
{ name: 'config_recall', description: 'Fetch and decrypt agent config' },
{ name: 'agent_version', description: 'Return current Didactyl version' },
{ name: 'local_http_fetch', description: 'Fetch HTTP/S resources' },
{ name: 'local_shell_exec', description: 'Execute a shell command' },
{ name: 'local_file_read', description: 'Read a local file as text' },
{ name: 'local_file_write', description: 'Write text content to a local file' },
{ name: 'tool_list', description: 'List available tools with schemas' },
{ name: 'cashu_wallet_balance', description: 'Return wallet balances by mint' },
{ name: 'cashu_wallet_info', description: 'Fetch mint info' },
{ name: 'cashu_wallet_mint_quote', description: 'Request a mint quote' },
{ name: 'cashu_wallet_mint_check', description: 'Check mint quote status' },
{ name: 'cashu_wallet_mint_claim', description: 'Claim minted proofs' },
{ name: 'cashu_wallet_melt_quote', description: 'Request a melt quote' },
{ name: 'cashu_wallet_melt_pay', description: 'Pay a melt quote' },
{ name: 'cashu_wallet_check_proofs', description: 'Check proof states' },
{ name: 'cashu_wallet_receive_token', description: 'Receive an ecash token' },
{ name: 'cashu_wallet_send_token', description: 'Create outbound ecash token' },
{ name: 'cashu_wallet_mints_set', description: 'Set wallet/public mints' },
{ name: 'blossom_upload', description: 'Upload a file to Blossom server' },
{ name: 'blossom_download', description: 'Download a Blossom blob' },
{ name: 'blossom_head', description: 'Fetch Blossom blob metadata' },
{ name: 'blossom_delete', description: 'Delete a Blossom blob' },
{ name: 'blossom_list', description: 'List Blossom blobs for a pubkey' },
{ name: 'nostr_post_readme', description: 'Publish README.md as kind 30023' },
{ name: 'nostr_file_md_to_longform_post', description: 'Publish markdown file as kind 30023' },
];
```
---
## Implementation Sequence
```mermaid
flowchart TD
A[Copy template.html to skills-edit.html] --> B[Add page-specific CSS for 3-column layout]
B --> C[Build HTML structure: left/center/right columns]
C --> D[Implement Nostr subscriptions for skills + adoption list]
D --> E[Build skills list rendering with search and filter]
E --> F[Build skill editor form with metadata fields]
F --> G[Build large textarea with syntax highlighting overlay]
G --> H[Build tools list column with double-click to add]
H --> I[Implement skill save/publish for kind 31123]
I --> J[Implement private skill save for kind 31124]
J --> K[Implement adoption list management - adopt/remove/reorder]
K --> L[Implement skill deletion via kind 5]
L --> M[Wire up all event listeners and UI interactions]
M --> N[Test and refine]
```
---
## Files Modified
| File | Change |
|------|--------|
| `~/lt/client-ndk/www/skills-edit.html` | **NEW** — the entire skill editor page |
| `~/lt/client-ndk/www/index.html` | Add navigation entry for skills-edit page (optional) |
+285
View File
@@ -0,0 +1,285 @@
# Startup Failure Admin DM Notification
> **STATUS UPDATE (follow-up phase):** The base feature (send a failure DM) is
> implemented and verified on VM410. However, because the failure happens inside the
> systemd `Restart=on-failure` loop (`RestartSec=10`), the admin now receives a *new*
> failure DM roughly every ~25 seconds, indefinitely (observed in the live message box).
> This follow-up adds **throttling/de-duplication** so the failure DM is sent **once per
> failure type until the next successful startup**, and makes the message **more
> descriptive** (per-relay connect state + the event kinds that were needed).
> See the "Follow-up: Throttling + Descriptive Failure DM" section at the end.
# Startup Failure Admin DM Notification (original plan)
## Goal
When the agent fails to start, send a best-effort encrypted DM to the administrator
describing which startup step failed and why, so the operator learns about the failure
without having to SSH in and read `journalctl`.
This directly addresses the real-world incident on VM410 where both `didactyl.service`
and `simon.service` were stuck restart-looping at startup step 14
(`Subscribe self-skill cache: failed (no skill events found after EOSE)`) and silently
stopped answering DMs.
## Background / Code References
- Startup is a linear checklist in [`main()`](src/main.c:1012). Each step uses helpers:
- [`startup_step_begin()`](src/main.c:303)
- [`startup_step_ok()`](src/main.c:309)
- [`startup_step_fail()`](src/main.c:320)
- On any fatal failure, the current pattern is:
`startup_step_fail(...)` -> `fprintf(stderr, ...)` -> cleanup calls -> `return 1;`
(e.g. the step-14 self-skill abort at [`src/main.c:1520`](src/main.c:1520)).
- The success path already sends an admin "started up" DM at
[`src/main.c:1663`](src/main.c:1663) via
[`nostr_handler_send_dm_auto()`](src/nostr_handler.c:3264).
- DM delivery requires (see [`nostr_handler_send_dm_with_role()`](src/nostr_handler.c:3133)):
- `g_cfg` and `g_pool` set (relay pool initialized),
- at least one **connected** relay (otherwise the kind-4 event is dropped:
"kind 4 event not queued: no connected relays" at [`src/nostr_handler.c:3203`](src/nostr_handler.c:3203)),
- a valid `cfg.admin.pubkey` (validated at step 4, [`src/main.c:1310`](src/main.c:1310)),
- the private key derived (always done before the checklist).
### Delivery-window reality
A failure DM is only *deliverable* from roughly step 11 onward (relay pool created +
relays connected + admin known). The step-14 failure we actually hit is inside that
window, so it will be delivered. Earlier failures (bad nsec, missing admin, LLM config,
no relay connection) have no working channel; per decision, those are **logged only**
(best-effort, no blocking retries).
## Design Decision (confirmed)
**Best-effort only.** Attempt the failure DM whenever relays + admin are available; if
the relay pool isn't connected or admin pubkey is unknown, skip the DM and rely on
existing stderr/journal logging. No blocking retry loop, no self-healing of the
underlying failure (that can be a separate plan).
## Approach
Add a single helper that builds and sends the failure DM, then call it from every fatal
startup-abort site (the points that currently do `startup_step_fail(...) ... return 1;`).
### 1. New helper in [`src/main.c`](src/main.c)
Add a static function near the other startup helpers (after
[`startup_step_fail()`](src/main.c:320)):
```c
static void notify_admin_startup_failure(const didactyl_config_t* cfg,
int step,
const char* label,
const char* detail);
```
Behavior:
- Guard clauses (skip + DEBUG_WARN if any precondition is missing):
- `cfg == NULL` or `cfg->admin.pubkey[0] == '\0'` -> log "admin unknown; cannot notify".
- `nostr_handler_connected_relay_count() <= 0` -> log "no connected relay; cannot notify".
- Build a concise human-readable message, e.g.:
```
<DisplayName> FAILED to start at <YYYY-MM-DD HH:MM:SS>.
Startup step [14] Subscribe self-skill cache failed: no skill events found after EOSE.
Version <X>. Connected relays: <n>/<m>. The agent is NOT online and will not answer DMs until fixed.
```
- Reuse `nostr_handler_get_startup_display_name()` and `DIDACTYL_VERSION` exactly like
the success DM at [`src/main.c:1645`](src/main.c:1645) for naming/version consistency.
- Include `step`, `label`, and `detail` so each failure site is self-describing.
- Send via `nostr_handler_send_dm_auto(cfg->admin.pubkey, msg)`; if it returns non-zero,
`DEBUG_WARN` that the failure DM could not be delivered (do not change the exit code).
- Pump the poll loop briefly after sending so the async publish can flush before process
exit: call `nostr_handler_poll(...)` a few times (e.g. ~300--500 ms total) so the
queued kind-4 event is actually written to the relay sockets before cleanup/`return 1`.
(Without this, async publish may be discarded on immediate exit.)
### 2. Wire the helper into fatal abort sites
For each fatal `startup_step_fail(...)` that ends in `return 1;`, insert a call to
`notify_admin_startup_failure(&cfg, <step>, "<label>", "<detail>")` immediately after the
`startup_step_fail(...)` line and before the cleanup/`return 1`.
Priority sites (inside the deliverable window — relay pool up + admin known):
- Step 11 — discover self relay list failures
([`src/main.c:1420`](src/main.c:1420), [`src/main.c:1437`](src/main.c:1437)).
- Step 14 — self-skill cache failures (the incident we hit):
- subscribe failed ([`src/main.c:1481`](src/main.c:1481)),
- EOSE timeout ([`src/main.c:1496`](src/main.c:1496)),
- no skill events after EOSE ([`src/main.c:1521`](src/main.c:1521)).
- Step 15 — Subscribe DMs failed ([`src/main.c:1552`](src/main.c:1552)).
Earlier-window sites (relay/admin may not be ready — helper will self-skip and just log,
but we still call it uniformly for completeness):
- Step 1/3/4/5/6/7/8/9 fatal aborts. The helper's guard clauses make these safe no-ops
when delivery isn't possible.
Keep the existing `fprintf(stderr, ...)` and cleanup unchanged; the DM is purely additive
and must never alter the exit code or cleanup ordering.
### 3. Message size / safety
- Use a fixed stack buffer (e.g. `char msg[768];`) like the success DM at
[`src/main.c:1644`](src/main.c:1644).
- `snprintf` with truncation is acceptable; `detail` strings are short and controlled.
## Out of Scope
- No blocking retry / wait-for-relay loop (explicitly declined).
- No auto-remediation of the step-14 self-skill cause (e.g. auto-publishing the default
skill). Tracked separately if desired.
- No change to `deploy_lt.sh` post-deploy health checks (could be a follow-up: have the
deploy script verify each service reaches `READY` after restart).
## Verification
1. Build the static binary (`build_static.sh`) and confirm no warnings.
2. Local reproduction of step-14 failure: run an `--nsec`-only agent for an identity that
has connected relays but **no** published skill events, confirm:
- startup still aborts with exit code 1 (unchanged behavior),
- the admin receives a DM naming step 14 and the "no skill events found after EOSE"
detail.
3. Negative case: kill relay connectivity (or use an unreachable relay) and confirm the
helper logs "no connected relay; cannot notify" and does not crash or hang.
4. Confirm the success-path startup DM at [`src/main.c:1663`](src/main.c:1663) is
unaffected.
5. Deploy to VM410, restart `didactyl.service` / `simon.service`, and confirm the admin
npub receives the failure DM while the skill events are still missing; then publish a
skill and confirm normal `READY` + startup DM resumes.
---
# Follow-up: Throttling + Descriptive Failure DM
## Problems observed in production
1. **DM flood.** With `Restart=on-failure` / `RestartSec=10`, the step-14 failure recurs
on every restart and the agent reaches the deliverable window each time, so the admin
gets a fresh failure DM every ~25s indefinitely (confirmed in the live message box).
2. **Insufficient detail.** The current message names the step + detail, but not which
relays were attempted, whether each connected, nor which event kinds were required.
## Decisions (confirmed with user)
- **Throttle semantics:** send exactly once per failure type (keyed by step) until the
agent next starts successfully. The marker is cleared on `READY`. No periodic
reminders. A different failing step is a different "type" and notifies once.
- **Descriptive content:** include the attempted relay list with per-relay connect state,
and the event kinds that step 14 needs (31123 / 31124 skill events; 10123 adoption list).
## Part A -- Throttle / de-duplicate via on-disk marker
### Marker file location (systemd-sandbox safe)
- The unit runs with `WorkingDirectory=/home/<user>` and (hardened variant)
`ReadWritePaths=/home/<user>`, so only the agent home is writable.
- `cfg.tools.shell.working_directory` defaults to `"."` (see
[`config.c`](src/config.c:1459)), which resolves to the home dir at runtime.
- Use a hidden marker in the working directory: `./.didactyl_startup_failure`.
- For `didactyl` -> `/home/didactyl/.didactyl_startup_failure`
- For `simon` -> `/home/simon/.didactyl_startup_failure`
- Both inside the writable `ReadWritePaths`, so writes succeed under the sandbox.
- Resolve the directory the same way the local-file tools do: prefer
`cfg->tools.shell.working_directory` when non-empty, else `"."`
(mirror [`tool_local.c`](src/tools/tool_local.c:49)).
### Marker contents
Plain text, one record, easy to parse and inspect manually:
- `step=14`
- `label=Subscribe self-skill cache`
- `detail=no skill events found after EOSE`
- `last_sent_epoch=1781314692`
(Only `step` is strictly needed for the de-dup key; the rest aids debugging.)
### New helpers in [`src/main.c`](src/main.c)
Add small static helpers near
[`notify_admin_startup_failure()`](src/main.c:331):
- `startup_failure_marker_path(cfg, out, out_size)` -- builds
`<workdir>/.didactyl_startup_failure`.
- `startup_failure_already_notified(cfg, step)` -- returns 1 if the marker exists AND its
`step=` matches the current `step` (suppress); 0 otherwise (allow). Missing/unreadable
marker -> 0 (allow).
- `startup_failure_marker_write(cfg, step, label, detail)` -- writes/overwrites the marker
after an attempted send.
- `startup_failure_marker_clear(cfg)` -- `remove()` the marker; ignore ENOENT.
### Wiring
- In [`notify_admin_startup_failure()`](src/main.c:331): after the existing guard
clauses (config/admin/relay), check `startup_failure_already_notified(cfg, step)`.
If it returns 1, log a DEBUG_INFO suppression line and return without sending.
- On a successful send, call `startup_failure_marker_write(cfg, step, label, detail)`.
- If the same step keeps failing, only the first restart in the episode sends a DM;
subsequent restarts find the matching marker and stay silent.
- If a different step fails later, the `step=` mismatch allows exactly one new DM and
rewrites the marker with the new step.
- On the success path, clear the marker so the next failure episode notifies again. Add
`startup_failure_marker_clear(&cfg);` next to the READY success DM at
[`src/main.c:1663`](src/main.c:1663).
### Edge cases
- Marker write failure (e.g. read-only FS): log DEBUG_WARN and continue. Worst case we
fall back to current behavior (may re-send on next restart) -- acceptable, never fatal.
- Two services share the binary but use different home dirs, so markers never collide.
## Part B -- Descriptive failure message
Enhance the message built in
[`notify_admin_startup_failure()`](src/main.c:331) to append:
1. **Attempted relays + per-relay state.** Add a compact accessor to the nostr handler:
- New `nostr_handler_relay_state_summary(void)` in
[`nostr_handler.c`](src/nostr_handler.c) / [`nostr_handler.h`](src/nostr_handler.h)
returning a caller-freed compact string like
`relay.laantungir.net=connected; relay.damus.io=connected; relay.primal.net=connecting`.
- Implement by reusing the existing loop over `g_cfg->relays[]` +
`nostr_relay_pool_get_relay_status()` + `relay_status_str()` (patterns at
[`src/nostr_handler.c:3183`](src/nostr_handler.c:3183) and
[`src/nostr_handler.c:419`](src/nostr_handler.c:419)).
- Preferred over embedding raw JSON from
[`nostr_handler_relay_status_json()`](src/nostr_handler.c:3971) to keep the DM short.
2. **Needed event kinds (step-specific).** For step 14 append a fixed clause naming the
required events: kind 31123/31124 (skills) and kind 10123 (adoption list). Implement as
a small `startup_step_needed_events(step)` lookup in [`src/main.c`](src/main.c) that
returns a clause for known steps (14, 11, ...) and empty for others.
### Resulting message shape (example)
- `Didactyl FAILED to start at 2026-06-13 10:38:13.`
- `Startup step [14] Subscribe self-skill cache failed: no skill events found after EOSE.`
- `Version v0.2.48. Connected relays: 3/3.`
- `Relays: relay.laantungir.net=connected; relay.damus.io=connected; relay.primal.net=connected.`
- `Needed events: kind 31123/31124 (skills) and kind 10123 (adoption list) for this agent's pubkey.`
- `The agent is NOT online and will not answer DMs until fixed.`
Keep within the existing `failure_dm` buffer (bump to ~1536 if needed); `snprintf`
truncation remains safe.
## Implementation order
1. Add `nostr_handler_relay_state_summary()` to handler `.c`/`.h`.
2. Add marker helpers + `startup_step_needed_events()` to [`src/main.c`](src/main.c).
3. Update [`notify_admin_startup_failure()`](src/main.c:331): de-dup check, richer
message, marker write on send.
4. Add `startup_failure_marker_clear(&cfg)` on the READY success path
([`src/main.c:1663`](src/main.c:1663)).
5. Build (`make`), then `build_static.sh`, deploy, verify.
## Verification (follow-up)
1. **Throttle:** reproduce step-14 failure; confirm exactly one DM on the first failing
restart and no further DMs across subsequent restart-loop iterations (journal shows a
suppression line).
2. **Clear-on-success:** publish a skill so startup reaches `READY`; confirm marker is
removed and the normal startup DM is sent.
3. **Re-arm:** break startup again and confirm a single new DM is delivered.
4. **Descriptive content:** confirm the DM includes the per-relay state line and the
needed-events clause.
5. **Sandbox write:** on VM410 confirm the marker is created at
`/home/didactyl/.didactyl_startup_failure` (and `/home/simon/...`) without permission
errors under the systemd sandbox.
+248
View File
@@ -0,0 +1,248 @@
# Full n_signer Transport Support in the Setup Wizard
## Context
`n_signer` (upgraded to v0.1.5) now exposes four transports and a new
`nostr_mine_event` verb. `nostr_core_lib` (v0.6.6, the client lib didactyl links
against) already exposes all four transport factories and discovery helpers, but
didactyl's interactive setup wizard and config/main wiring only recognize
`nsigner_unix` and `nsigner_tcp`. The existing-agent recovery path still
requires an nsec and uses raw-key NIP-44, which defeats the point of remote
signer modes.
This plan closes those gaps so an operator can stand up a new agent or recover
an existing one using any n_signer transport, with the nsec never entering the
agent process.
## Current State (verified)
- `nostr_core_lib/nostr_core/nostr_signer.h` exposes:
- `nostr_signer_nsigner_unix`, `nostr_signer_nsigner_tcp`,
`nostr_signer_nsigner_serial`, `nostr_signer_nsigner_fds`
- `nostr_signer_nsigner_set_auth` (TCP auth envelope)
- `nostr_core_lib/nostr_core/nsigner_transport.h` exposes:
- `nsigner_transport_list_unix` (enumerate `@nsigner*` abstract sockets)
- `nsigner_transport_list_serial` (enumerate `/dev/ttyACM*`)
- `nostr_core_lib/nostr_core/nostr_signer.c` routes the four core verbs
(get_public_key, sign_event, nip04/nip44 encrypt/decrypt) through
`nostr_signer_t` for all backends. **`nostr_mine_event` is NOT wired.**
- `src/config.h` `signer_config_t` has fields for `mode`, `socket_name`,
`role`, `timeout_ms`, `auth_privkey_hex`, `tcp_host`, `tcp_port`,
`emergency_local_nsec`. **No serial device or fds fields.**
- `src/config.c` `signer_mode_is_known()` / `signer_mode_is_remote()` only
accept `local`, `nsigner_unix`, `nsigner_tcp`.
- `src/main.c` `apply_signer_overrides()` and `construct_signer()` only handle
`local`, `nsigner_unix`, `nsigner_tcp`.
- `src/setup_wizard.c` `new_agent_identity_step()` option `s` hardcodes
`nsigner_unix`, prompts for socket/role/timeout, does a connectivity check,
and offers no auto-discovery or TCP/serial/fds choice.
- `src/setup_wizard.c` `existing_agent_flow()` requires an nsec and uses
`nostr_nip44_decrypt`/`nostr_nip44_encrypt` with the raw private key for
kind-30078 config recovery (Phase 3 item 13 DEFERRED notes).
- `src/setup_wizard.c` `install_system_service_with_dedicated_user()` builds
`key_args` for `nsigner_unix` and `nsigner_tcp` only.
## Architecture
```mermaid
flowchart TD
A[Wizard Main Menu] --> B{New or Existing?}
B -->|New| C[Identity Step]
B -->|Existing| D[Signer-or-nsec Step]
C --> E[Signer Transport Picker]
D --> E
E --> F{Transport}
F -->|Unix| G[List @nsigner sockets via nsigner_transport_list_unix]
F -->|TCP| H[Prompt host:port + optional auth privkey]
F -->|Serial| I[List /dev/ttyACM* via nsigner_transport_list_serial]
F -->|FDs| J[Prompt read_fd/write_fd]
F -->|Local nsec| K[Legacy raw-key path]
G --> L[Connectivity check via nostr_signer_get_public_key]
H --> L
I --> L
J --> L
K --> M[Derive keys from nsec]
L --> N[Populate cfg.signer + cfg.keys.public_key_hex]
M --> N
N --> O[Continue wizard flow]
```
## Changes by File
### 1. `src/config.h` — extend `signer_config_t`
- Update the `mode` comment to list all five modes:
`local | nsigner_unix | nsigner_tcp | nsigner_serial | nsigner_fds`.
- Add fields:
- `char serial_device[OW_MAX_URL_LEN]` — path for `nsigner_serial`.
- `int fds_read_fd`, `int fds_write_fd` — for `nsigner_fds` (CLI-only; not
persisted to genesis since fds are runtime-only).
- Add a new `OW_MAX_SIGNER_DEVICE_LEN` constant (reuse `OW_MAX_URL_LEN`).
### 2. `src/config.c` — accept the new modes
- `signer_mode_is_known()`: add `nsigner_serial`, `nsigner_fds`.
- `signer_mode_is_remote()`: add `nsigner_serial`, `nsigner_fds`.
- `parse_signer_config()`: parse `serial_device` string. Do NOT parse
`fds_read_fd`/`fds_write_fd` from JSON (they are CLI-only); document this.
- Update the error message string to list all five modes.
- `config_set_defaults()` (signer block): leave `mode="local"`, zero the new
fields.
### 3. `src/main.c` — construct signer for all transports
- `signer_mode_is_remote_local()`: add `nsigner_serial`, `nsigner_fds`.
- `apply_signer_overrides()`:
- Add `--signer-serial <device>` CLI flag → sets mode `nsigner_serial` and
`cfg->signer.serial_device`.
- Add `--signer-fds <read_fd:write_fd>` CLI flag → sets mode `nsigner_fds`
and parses the two fds.
- Update the validation block and error message to list all five modes.
- `construct_signer()`:
- Add `nsigner_serial` branch → `nostr_signer_nsigner_serial(
cfg->signer.serial_device, role, timeout_ms)`.
- Add `nsigner_fds` branch → `nostr_signer_nsigner_fds(
cfg->signer.fds_read_fd, cfg->signer.fds_write_fd, role, timeout_ms)`.
- Update the "Unknown signer mode" fallback message.
- The existing connectivity-check + pubkey-discovery block already works for
all remote backends (it calls `nostr_signer_get_public_key`), so no change
needed there.
- Update `print_usage()` help text to document `--signer-serial` and
`--signer-fds`.
### 4. `src/setup_wizard.c` — new signer transport picker
Replace the hardcoded `nsigner_unix` block in `new_agent_identity_step()`
option `s` with a new helper `prompt_signer_transport(cfg)` that:
1. Renders a sub-menu:
- `u` nix socket (auto-discover or named)
- `t` cp (host:port + optional auth privkey)
- `s` erial USB device (auto-discover or path)
- `f` d pair (read_fd:write_fd — advanced)
- `b` ack
2. For `u`: call `nsigner_transport_list_unix()` to enumerate running n_signer
abstract sockets; if any are found, list them numbered and let the operator
pick one or type a custom name; if none found, prompt for a name (empty =
auto-discover at boot).
3. For `t`: prompt `host:port` and an optional 64-char hex auth privkey
(echo-suppressed). Store into `cfg->signer.tcp_host/tcp_port/
auth_privkey_hex`.
4. For `s`: call `nsigner_transport_list_serial()` to enumerate
`/dev/ttyACM*`; list them and let the operator pick or type a custom path.
Store into `cfg->signer.serial_device`.
5. For `f`: prompt `read_fd:write_fd` (advanced; mainly for qrexec-style
deployments). Store into `cfg->signer.fds_read_fd/fds_write_fd`.
6. Common: prompt `role` (default `main`) and `timeout_ms` (default `15000`).
7. Set `cfg->signer.mode` to the chosen mode.
8. Connectivity check: construct an ephemeral `nostr_signer_t*` via the
matching factory, call `nostr_signer_get_public_key()` to populate
`cfg->keys.public_key_hex`, then `nostr_signer_free()`. On failure, print
the error and loop back to the transport picker.
9. Guard all nsigner_* branches with `#if defined(NOSTR_ENABLE_NSIGNER_CLIENT)`
and emit the existing "compiled without n_signer client support" warning
otherwise.
Add a parallel entry point to `existing_agent_flow()` so the operator can
choose "recover via a running n_signer" instead of entering an nsec. See item 5.
### 5. `src/setup_wizard.c` — existing-agent recovery via signer verbs
Refactor `existing_agent_flow()`:
- New first step: choose identity source:
- `n` sec (legacy)
- `s` ign with a running n_signer (calls `prompt_signer_transport(cfg)`)
- When the signer path is chosen:
- The connectivity check populates `cfg->keys.public_key_hex` from
`nostr_signer_get_public_key()`.
- Keep the ephemeral signer handle alive for the recovery queries instead
of freeing it immediately (pass it through to the recovery helpers).
- Replace the raw-key NIP-44 decrypt in `fetch_and_decrypt_self_config_wizard()`
with a signer-aware variant: when a signer is available, call
`nostr_signer_nip44_decrypt(signer, cfg->keys.public_key_hex, ciphertext,
&plaintext)`. Fall back to the raw-key path only when `signer == NULL`
(local mode). The peer pubkey for self-encrypt is the agent's own pubkey.
- Replace the raw-key NIP-44 encrypt in
`publish_encrypted_self_config_wizard()` the same way.
- Remove/replace the Phase 3 item 13 DEFERRED comments at those two sites
since the signer path is now implemented for the wizard.
- The `nostr_handler_init(&tmp)` calls in the recovery helpers currently copy
the config and re-derive keys; ensure they pick up `cfg->signer` so the
handler uses the process signer for its own encrypt/decrypt. (Verify
`nostr_handler` already threads the signer through; if not, pass the
ephemeral wizard signer via a new `nostr_handler_set_signer()` call for the
duration of the recovery queries, then clear it before `cleanup()`.)
### 6. `src/setup_wizard.c` — systemd unit key_args for new modes
In `install_system_service_with_dedicated_user()`, extend the `key_args`
builder:
- `nsigner_serial`: `--signer nsigner_serial --signer-serial <device>
--signer-role <role> --signer-timeout <ms>`
- `nsigner_fds`: skip systemd install (fds are runtime-only and cannot be
embedded in ExecStart). Print a clear message that fds mode is not
installable as a systemd service and the operator must wire the fd-passing
themselves (e.g. via a wrapper unit with `Sockets=` or qrexec). Return
non-fatal error so the wizard offers "boot now" instead.
- Update the summary print block (`Signer: %s ...`) to mention serial/fds.
### 7. `src/main.c` — `--signer-serial` / `--signer-fds` arg parsing
Already covered in item 3. Ensure `argv` parsing loop handles the two new
flags and their values, and that `--signer-fds` parses `read:write` with
`atoi` validation (both >= 0).
### 8. `nostr_core_lib` — wire `nostr_mine_event` (optional, stretch)
This is a library-side change. If we want didactyl to be able to mine PoW
events through a remote signer:
- Add `int nostr_signer_mine_event(nostr_signer_t*, const cJSON* unsigned_event,
int difficulty, int threads, int timeout_sec, cJSON** signed_event_out)` to
`nostr_signer.h`.
- Implement the remote branch in `nostr_signer.c` calling
`nsigner_client_call(client, "nostr_mine_event", params, &result)` with the
options object `{difficulty, threads, timeout_sec}`.
- Local branch: call the existing `nostr_mine_event` helper in `nip013.c`.
- This is **not required** for the wizard task; include only if the operator
wants PoW through n_signer. Recommend deferring to a follow-up.
### 9. Docs
- Update `docs/GENESIS.md` signer block example to show all five modes and the
new `serial_device` field.
- Update `README.md` quick-start example #5 to mention TCP/serial variants.
- Add a short section to `docs/CONTEXT.md` (or a new `docs/SIGNER.md`)
describing the five modes, when to use each, and the security tradeoff
(local keeps nsec in-process; remote modes keep it in n_signer).
## Verification
1. `make deps && make` — must compile cleanly with
`-DNOSTR_ENABLE_NSIGNER_CLIENT=1`.
2. Run `./didactyl --help` — confirm `--signer-serial` and `--signer-fds`
appear.
3. Start a local n_signer on an abstract unix socket; run `./didactyl`
(interactive), choose New agent → sign with n_signer → unix → pick the
discovered socket → confirm connectivity check prints the pubkey.
4. Repeat with `--signer-tcp 127.0.0.1:11111` style flow via the wizard TCP
option.
5. Existing-agent flow: with a running n_signer, choose Existing → sign with
n_signer → confirm kind-30078 config is decrypted via the signer (no nsec
entered). Verify the recovered LLM/admin fields appear.
6. Negative: kill n_signer mid-wizard → connectivity check fails → wizard
loops back to the transport picker.
7. `nsigner_serial` / `nsigner_fds` modes: validate config load via a
genesis file with `signer.mode: "nsigner_serial"` and
`serial_device: "/dev/ttyACM0"`; confirm `construct_signer()` attempts the
serial factory (will fail without hardware, but the mode must be accepted
and reach the factory, not be rejected as "unknown signer mode").
## Out of Scope
- Wiring `nostr_mine_event` into didactyl call sites (only the lib hook in
item 8, and only if explicitly requested).
- Changing the `nostr_handler` signer threading model beyond what the wizard
recovery path needs.
- Windows support for abstract sockets / serial enumeration (Linux-only, as
today).
+42
View File
@@ -0,0 +1,42 @@
#!/bin/bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
SERVICE_NAME="anvil.service"
SERVICE_SRC="$SCRIPT_DIR/anvil.service"
SERVICE_DST="/etc/systemd/system/$SERVICE_NAME"
if ! command -v systemctl >/dev/null 2>&1; then
echo "ERROR: systemctl is not available on this system"
exit 1
fi
if [ "$EUID" -ne 0 ] && ! command -v sudo >/dev/null 2>&1; then
echo "ERROR: sudo is required when not running as root"
exit 1
fi
echo "=========================================="
echo " RESTART ANVIL LOCAL"
echo "=========================================="
echo "Building debug static binary..."
"$SCRIPT_DIR/build_static.sh" --debug
echo "Syncing service file to $SERVICE_DST..."
if [ "$EUID" -eq 0 ]; then
install -m 0644 "$SERVICE_SRC" "$SERVICE_DST"
systemctl daemon-reload
systemctl restart "$SERVICE_NAME"
systemctl --no-pager --full status "$SERVICE_NAME" || true
else
sudo install -m 0644 "$SERVICE_SRC" "$SERVICE_DST"
sudo systemctl daemon-reload
sudo systemctl restart "$SERVICE_NAME"
sudo systemctl --no-pager --full status "$SERVICE_NAME" || true
fi
echo
echo "Anvil restarted."
echo "Context logs: /home/user/anvil/context.logs"
+1
View File
File diff suppressed because one or more lines are too long
+320 -274
View File
@@ -10,6 +10,8 @@
#include <pthread.h>
#include <stdarg.h>
#include <ctype.h>
#include <errno.h>
#include <sys/stat.h>
#include "llm.h"
#include "nostr_handler.h"
@@ -19,6 +21,8 @@
#include "cjson/cJSON.h"
#include "debug.h"
#include "../../nostr_core_lib/nostr_core/nostr_core.h"
#include "context_format.h"
#include "context_roles.h"
static didactyl_config_t* g_cfg = NULL;
static tools_context_t g_tools_ctx;
@@ -31,8 +35,6 @@ static pthread_mutex_t g_context_part_names_mutex = PTHREAD_MUTEX_INITIALIZER;
#define AGENT_DEBOUNCE_WINDOW_SECONDS 5
#define AGENT_DEBOUNCE_CACHE_SIZE 256
#define AGENT_HISTORY_TURNS 12
#define AGENT_HISTORY_QUERY_LIMIT 200
#define AGENT_ADOPTED_SKILLS_CACHE_TTL_SECONDS 300
#define AGENT_ADOPTED_SKILLS_MAX 24
#define AGENT_ADOPTED_SKILL_CONTENT_MAX_CHARS 1800
@@ -248,7 +250,37 @@ static int append_tool_result_message(cJSON* messages, const char* tool_call_id,
return 0;
}
static void append_context_log(const char* sender_pubkey_hex, const char* phase, const char* context_payload);
static int maybe_append_loaded_skill_instructions(cJSON* messages,
const char* tool_name,
const char* tool_result_json) {
if (!messages || !tool_name || strcmp(tool_name, "skill_load") != 0 || !tool_result_json) {
return 0;
}
cJSON* root = cJSON_Parse(tool_result_json);
if (!root || !cJSON_IsObject(root)) {
cJSON_Delete(root);
return 0;
}
cJSON* ok = cJSON_GetObjectItemCaseSensitive(root, "success");
cJSON* type = cJSON_GetObjectItemCaseSensitive(root, "type");
cJSON* instructions = cJSON_GetObjectItemCaseSensitive(root, "instructions");
int should_apply = (ok && cJSON_IsBool(ok) && cJSON_IsTrue(ok) &&
type && cJSON_IsString(type) && type->valuestring &&
strcmp(type->valuestring, "skill_instructions") == 0 &&
instructions && cJSON_IsString(instructions) && instructions->valuestring &&
instructions->valuestring[0] != '\0');
int rc = 0;
if (should_apply) {
rc = append_simple_message(messages, "system", instructions->valuestring);
}
cJSON_Delete(root);
return rc;
}
static char* local_json_error(const char* msg) {
cJSON* out = cJSON_CreateObject();
@@ -290,6 +322,51 @@ static char* build_slash_args_json(const char* raw_args) {
return out;
}
static char* build_run_args_json_local(const char* raw_args) {
const char* s = skip_spaces_local(raw_args);
if (!s || s[0] == '\0') {
return local_json_error("/run requires a skill identifier");
}
const char* ident_start = s;
while (*s && !is_space_char(*s)) s++;
size_t ident_len = (size_t)(s - ident_start);
if (ident_len == 0 || ident_len >= 256U) {
return local_json_error("/run skill identifier is invalid");
}
char ident[256];
memcpy(ident, ident_start, ident_len);
ident[ident_len] = '\0';
const char* remaining = skip_spaces_local(s);
cJSON* out = cJSON_CreateObject();
if (!out) return NULL;
const char* c1 = strchr(ident, ':');
const char* c2 = c1 ? strchr(c1 + 1, ':') : NULL;
if (c1 && c2 && c1 != ident && (size_t)(c2 - c1) == 65U && c2[1] != '\0') {
size_t pubkey_len = (size_t)(c2 - (c1 + 1));
char pubkey[65];
memcpy(pubkey, c1 + 1, pubkey_len);
pubkey[pubkey_len] = '\0';
cJSON_AddStringToObject(out, "pubkey", pubkey);
cJSON_AddStringToObject(out, "d_tag", c2 + 1);
} else {
cJSON_AddStringToObject(out, "d_tag", ident);
}
if (remaining && remaining[0] != '\0') {
cJSON_AddStringToObject(out, "args", remaining);
}
char* json = cJSON_PrintUnformatted(out);
cJSON_Delete(out);
return json;
}
static int append_textf_local(char** buf, size_t* cap, size_t* used, const char* fmt, ...) {
if (!buf || !cap || !used || !fmt) return -1;
@@ -602,7 +679,21 @@ static char* build_slash_help_all_json(void) {
int adopted_count = 0;
if (adoption_events && cJSON_IsArray(adoption_events) && cJSON_GetArraySize(adoption_events) > 0) {
cJSON* ev0 = cJSON_GetArrayItem(adoption_events, 0);
cJSON* ev0 = NULL;
double best_created = -1.0;
int an = cJSON_GetArraySize(adoption_events);
for (int ai = 0; ai < an; ai++) {
cJSON* ev = cJSON_GetArrayItem(adoption_events, ai);
if (!ev || !cJSON_IsObject(ev)) {
continue;
}
cJSON* created_at = cJSON_GetObjectItemCaseSensitive(ev, "created_at");
double created = (created_at && cJSON_IsNumber(created_at)) ? created_at->valuedouble : 0.0;
if (!ev0 || created > best_created) {
ev0 = ev;
best_created = created;
}
}
cJSON* tags = ev0 ? cJSON_GetObjectItemCaseSensitive(ev0, "tags") : NULL;
if (tags && cJSON_IsArray(tags)) {
int tn = cJSON_GetArraySize(tags);
@@ -792,7 +883,8 @@ static int handle_slash_command(const char* sender_pubkey_hex, const char* messa
char* result_json = NULL;
if (raw_args && (strcmp(raw_args, "-h") == 0 || strcmp(raw_args, "--help") == 0)) {
result_json = build_slash_help_tool_json(tool_name);
const char* help_name = (strcmp(tool_name, "run") == 0) ? "skill_run" : tool_name;
result_json = build_slash_help_tool_json(help_name);
} else if (strcmp(tool_name, "help") == 0) {
if (!raw_args || raw_args[0] == '\0') {
result_json = build_slash_help_all_json();
@@ -804,14 +896,24 @@ static int handle_slash_command(const char* sender_pubkey_hex, const char* messa
i++;
}
help_tool[i] = '\0';
result_json = build_slash_help_tool_json(help_tool);
const char* help_name = (strcmp(help_tool, "run") == 0) ? "skill_run" : help_tool;
result_json = build_slash_help_tool_json(help_name);
}
} else {
char* args_json = build_slash_args_json(raw_args);
char* args_json = NULL;
const char* exec_tool_name = tool_name;
if (strcmp(tool_name, "run") == 0) {
args_json = build_run_args_json_local(raw_args);
exec_tool_name = "skill_run";
} else {
args_json = build_slash_args_json(raw_args);
}
if (!args_json) {
result_json = local_json_error("failed to parse slash args");
} else {
result_json = tools_execute(&g_tools_ctx, tool_name, args_json);
result_json = tools_execute(&g_tools_ctx, exec_tool_name, args_json);
free(args_json);
}
}
@@ -833,7 +935,6 @@ static int handle_slash_command(const char* sender_pubkey_hex, const char* messa
message,
result_json ? result_json : "",
dm_payload ? dm_payload : "");
append_context_log(sender_pubkey_hex, "direct_tool_exec", log_payload);
free(log_payload);
}
@@ -948,128 +1049,6 @@ static __attribute__((unused)) void template_emit_hook(const char* section_name,
set_context_part_name(message_index, section_name ? section_name : "context_part");
}
static void append_context_log(const char* sender_pubkey_hex, const char* phase, const char* context_payload) {
if (!phase) {
return;
}
if (strcmp(phase, "llm_chat_with_tools_messages") != 0 &&
strcmp(phase, "llm_trigger_with_tools_messages") != 0) {
return;
}
time_t now = time(NULL);
struct tm tm_info;
localtime_r(&now, &tm_info);
char timestamp[32] = {0};
strftime(timestamp, sizeof(timestamp), "%Y-%m-%d %H:%M:%S", &tm_info);
const char* safe_phase = phase ? phase : "unknown";
const char* safe_sender = sender_pubkey_hex ? sender_pubkey_hex : "unknown";
const char* safe_payload = context_payload ? context_payload : "";
size_t context_bytes = context_payload ? strlen(context_payload) : 0U;
size_t approx_tokens = context_bytes / 4U;
llm_config_t active_llm_cfg = {0};
const char* safe_model = (g_cfg && g_cfg->llm.model[0] != '\0') ? g_cfg->llm.model : "unknown";
if (llm_get_config(&active_llm_cfg) == 0 && active_llm_cfg.model[0] != '\0') {
safe_model = active_llm_cfg.model;
}
int entry_len = snprintf(NULL,
0,
"```text\n"
"Context Log - seen by model\n"
"timestamp=%s\n"
"phase=%s\n"
"sender=%s\n"
"model=%s\n"
"context_bytes=%zu\n"
"approx_tokens=%zu\n"
"```\n\n"
"%s\n\n---\n\n",
timestamp,
safe_phase,
safe_sender,
safe_model,
context_bytes,
approx_tokens,
safe_payload);
if (entry_len < 0) {
return;
}
char* entry = (char*)malloc((size_t)entry_len + 1U);
if (!entry) {
return;
}
snprintf(entry,
(size_t)entry_len + 1U,
"```text\n"
"Context Log - seen by model\n"
"timestamp=%s\n"
"phase=%s\n"
"sender=%s\n"
"model=%s\n"
"context_bytes=%zu\n"
"approx_tokens=%zu\n"
"```\n\n"
"%s\n\n---\n\n",
timestamp,
safe_phase,
safe_sender,
safe_model,
context_bytes,
approx_tokens,
safe_payload);
char* old_data = NULL;
size_t old_len = 0;
FILE* in = fopen("context.log.md", "rb");
if (in) {
if (fseek(in, 0, SEEK_END) == 0) {
long sz = ftell(in);
if (sz > 0 && fseek(in, 0, SEEK_SET) == 0) {
old_len = (size_t)sz;
old_data = (char*)malloc(old_len);
if (old_data) {
size_t n = fread(old_data, 1, old_len, in);
if (n != old_len) {
free(old_data);
old_data = NULL;
old_len = 0;
}
} else {
old_len = 0;
}
}
}
fclose(in);
}
FILE* out = fopen("context.log.md", "wb");
if (!out) {
free(old_data);
free(entry);
return;
}
(void)fwrite(entry, 1, (size_t)entry_len, out);
if (old_data && old_len > 0) {
(void)fwrite(old_data, 1, old_len, out);
}
fclose(out);
free(old_data);
free(entry);
}
void agent_append_context_log(const char* sender_pubkey_hex, const char* phase, const char* context_payload) {
append_context_log(sender_pubkey_hex, phase, context_payload);
}
static __attribute__((unused)) char* build_sender_verification_text(didactyl_sender_tier_t sender_tier) {
if (sender_tier == DIDACTYL_SENDER_ADMIN) {
return strdup("This message has been cryptographically verified as coming from your administrator.");
@@ -1081,73 +1060,6 @@ static __attribute__((unused)) char* build_sender_verification_text(didactyl_sen
}
static __attribute__((unused)) int append_recent_admin_dm_history(cJSON* messages, const char* current_message) {
if (!messages || !g_cfg) {
return -1;
}
char* history_json = nostr_handler_get_dm_history_json(g_cfg->admin.pubkey, AGENT_HISTORY_TURNS);
if (!history_json) {
return 0;
}
cJSON* items = cJSON_Parse(history_json);
free(history_json);
if (!items || !cJSON_IsArray(items)) {
cJSON_Delete(items);
return 0;
}
const char* last_appended_role = NULL;
const char* last_appended_content = NULL;
int n = cJSON_GetArraySize(items);
for (int i = 0; i < n; i++) {
cJSON* item = cJSON_GetArrayItem(items, i);
cJSON* role = item ? cJSON_GetObjectItemCaseSensitive(item, "role") : NULL;
cJSON* content = item ? cJSON_GetObjectItemCaseSensitive(item, "content") : NULL;
cJSON* created_at = item ? cJSON_GetObjectItemCaseSensitive(item, "created_at") : NULL;
if (!role || !content || !cJSON_IsString(role) || !cJSON_IsString(content) ||
!role->valuestring || !content->valuestring) {
continue;
}
const char* role_s = role->valuestring;
const char* content_s = content->valuestring;
int role_is_user = (strcmp(role_s, "user") == 0);
if (!role_is_user && strcmp(role_s, "assistant") != 0) {
continue;
}
if (i == n - 1 && role_is_user && current_message && strcmp(content_s, current_message) == 0) {
continue;
}
if (last_appended_role && last_appended_content &&
strcmp(last_appended_role, role_s) == 0 &&
strcmp(last_appended_content, content_s) == 0) {
continue;
}
if (append_simple_message(messages, role_s, content_s) != 0) {
cJSON_Delete(items);
return -1;
}
cJSON* appended = cJSON_GetArrayItem(messages, cJSON_GetArraySize(messages) - 1);
if (appended && cJSON_IsObject(appended) && created_at && cJSON_IsNumber(created_at)) {
cJSON_AddNumberToObject(appended, "_ts", created_at->valuedouble);
}
last_appended_role = role_s;
last_appended_content = content_s;
}
cJSON_Delete(items);
return 0;
}
static cJSON* find_tag_value_string_local(cJSON* tags, const char* key) {
if (!tags || !key || !cJSON_IsArray(tags)) {
return NULL;
@@ -1273,6 +1185,28 @@ static char* resolve_skill_references_local(const char* input) {
return prompt_template_resolve_inline_variables(input ? input : "", &g_tools_ctx);
}
static char* strip_system_role_prefix_local(const char* input) {
const char* s = input ? input : "";
if (strncmp(s, "system:", 7) != 0) {
return strdup(s);
}
const char* p = s + 7;
while (*p == ' ' || *p == '\t') {
p++;
}
if (*p == '\r') {
p++;
}
if (*p == '\n') {
p++;
}
return strdup(p);
}
static char* build_context_from_triggers(trigger_type_t trigger_type,
const char* trigger_filter,
cJSON* trigger_event,
@@ -1286,14 +1220,34 @@ static char* build_context_from_triggers(trigger_type_t trigger_type,
(void)refresh_adopted_skills_cache_if_needed();
char* title = context_build_title(&g_tools_ctx);
size_t cap = 4096;
size_t used = 0;
char* out = (char*)malloc(cap);
if (!out) {
free(title);
return NULL;
}
out[0] = '\0';
if (title) {
size_t title_len = strlen(title);
if (title_len + 1U > cap) {
cap = title_len + 1024;
char* grown = (char*)realloc(out, cap);
if (!grown) {
free(title);
free(out);
return NULL;
}
out = grown;
}
memcpy(out, title, title_len);
used = title_len;
out[used] = '\0';
free(title);
}
int matched = 0;
didactyl_sender_tier_t tier = DIDACTYL_SENDER_STRANGER;
@@ -1328,13 +1282,20 @@ static char* build_context_from_triggers(trigger_type_t trigger_type,
for (int i = 0; i < matched_skill_count; i++) {
char* expanded = resolve_skill_references_local(matched_skill_contents[i] ? matched_skill_contents[i] : "");
const char* skill_text = expanded ? expanded : (matched_skill_contents[i] ? matched_skill_contents[i] : "");
char* normalized = strip_system_role_prefix_local(skill_text);
const char* normalized_text = normalized ? normalized : skill_text;
size_t need = strlen("\n\n---\n\n") + strlen(skill_text) + 1U;
char* bumped = context_bump_headings(normalized_text);
const char* final_text = bumped ? bumped : normalized_text;
size_t need = strlen("\n\n---\n\n") + strlen(final_text) + 1U;
if (used + need >= cap) {
size_t next = cap;
while (used + need >= next) next *= 2U;
char* grown = (char*)realloc(out, next);
if (!grown) {
free(bumped);
free(normalized);
free(expanded);
for (int j = i; j < matched_skill_count; j++) {
free(matched_skill_contents[j]);
@@ -1350,19 +1311,24 @@ static char* build_context_from_triggers(trigger_type_t trigger_type,
memcpy(out + used, "\n\n---\n\n", 7);
used += 7;
}
size_t sl = strlen(skill_text);
memcpy(out + used, skill_text, sl);
size_t sl = strlen(final_text);
memcpy(out + used, final_text, sl);
used += sl;
out[used] = '\0';
matched++;
free(bumped);
free(normalized);
free(expanded);
free(matched_skill_contents[i]);
}
if (matched == 0) {
const char* fallback = "You are an AI agent. Respond to the message.";
size_t need = strlen(fallback) + 1U;
const char* fallback = "## Default Instructions\n\nYou are an AI agent. Respond to the message.";
const char* sep = (used > 0) ? "\n\n---\n\n" : "";
size_t sep_len = strlen(sep);
size_t fb_len = strlen(fallback);
size_t need = used + sep_len + fb_len + 1U;
if (need > cap) {
char* grown = (char*)realloc(out, need);
if (!grown) {
@@ -1372,8 +1338,13 @@ static char* build_context_from_triggers(trigger_type_t trigger_type,
out = grown;
cap = need;
}
memcpy(out, fallback, need);
used = need - 1U;
if (sep_len > 0) {
memcpy(out + used, sep, sep_len);
used += sep_len;
}
memcpy(out + used, fallback, fb_len);
used += fb_len;
out[used] = '\0';
}
return out;
@@ -1393,6 +1364,12 @@ static void clear_adopted_skills_cache_locked(void) {
g_adopted_skills_count = 0;
}
void agent_invalidate_adopted_skills_cache(void) {
pthread_mutex_lock(&g_adopted_skills_mutex);
g_adopted_skills_last_refresh_at = 0;
pthread_mutex_unlock(&g_adopted_skills_mutex);
}
static int refresh_adopted_skills_cache_if_needed(void) {
if (!g_cfg) {
return -1;
@@ -1417,7 +1394,29 @@ static int refresh_adopted_skills_cache_if_needed(void) {
free(adoption_json);
if (adoption_events && cJSON_IsArray(adoption_events) && cJSON_GetArraySize(adoption_events) > 0) {
cJSON* list_event = cJSON_GetArrayItem(adoption_events, 0);
cJSON* list_event = NULL;
double list_event_created_at = -1.0;
int adoption_n = cJSON_GetArraySize(adoption_events);
for (int ai = 0; ai < adoption_n; ai++) {
cJSON* ev = cJSON_GetArrayItem(adoption_events, ai);
if (!ev || !cJSON_IsObject(ev)) {
continue;
}
cJSON* ev_pubkey = cJSON_GetObjectItemCaseSensitive(ev, "pubkey");
if (!ev_pubkey || !cJSON_IsString(ev_pubkey) || !ev_pubkey->valuestring ||
strcmp(ev_pubkey->valuestring, g_cfg->keys.public_key_hex) != 0) {
continue;
}
cJSON* created_at = cJSON_GetObjectItemCaseSensitive(ev, "created_at");
double created = (created_at && cJSON_IsNumber(created_at)) ? created_at->valuedouble : 0.0;
if (!list_event || created > list_event_created_at) {
list_event = ev;
list_event_created_at = created;
}
}
cJSON* list_tags = list_event ? cJSON_GetObjectItemCaseSensitive(list_event, "tags") : NULL;
if (list_tags && cJSON_IsArray(list_tags)) {
@@ -1729,16 +1728,8 @@ static __attribute__((unused)) int append_adopted_skills_context(cJSON* messages
return rc;
}
static __attribute__((unused)) cJSON* build_recent_admin_dm_history_messages(const char* current_message) {
cJSON* messages = cJSON_CreateArray();
if (!messages) {
return NULL;
}
if (append_recent_admin_dm_history(messages, current_message) != 0) {
cJSON_Delete(messages);
return NULL;
}
return messages;
void agent_set_signer(nostr_signer_t* signer) {
tools_set_signer(&g_tools_ctx, signer);
}
int agent_init(didactyl_config_t* config) {
@@ -1809,40 +1800,38 @@ void agent_on_trigger(const char* skill_d_tag,
composed_context = strdup("You are an AI agent. Respond to the trigger event.");
}
size_t system_len = strlen(composed_context ? composed_context : "") + 2 + strlen(trigger_prefix) + strlen(skill_d_tag) +
size_t full_len = strlen(composed_context ? composed_context : "") + 2 + strlen(trigger_prefix) + strlen(skill_d_tag) +
strlen("\nRelay: ") + strlen(relay) + strlen("\n\nSkill instructions:\n") +
strlen(skill_content) + 1U;
char* system_prompt = (char*)malloc(system_len);
if (!system_prompt) {
strlen(skill_content) + strlen("\n\nuser:\nTriggering event JSON:\n") + strlen(event_json) + 1U;
char* full_markdown = (char*)malloc(full_len);
if (!full_markdown) {
free(composed_context);
free(event_json);
return;
}
snprintf(system_prompt,
system_len,
"%s\n\n%s%s\nRelay: %s\n\nSkill instructions:\n%s",
snprintf(full_markdown,
full_len,
"%s\n\n%s%s\nRelay: %s\n\nSkill instructions:\n%s\n\nuser:\nTriggering event JSON:\n%s",
composed_context ? composed_context : "",
trigger_prefix,
skill_d_tag,
relay,
skill_content);
skill_content,
event_json);
free(composed_context);
size_t user_len = strlen("Triggering event JSON:\n") + strlen(event_json) + 1U;
char* user_prompt = (char*)malloc(user_len);
if (!user_prompt) {
free(system_prompt);
context_roles_t roles;
if (context_roles_split(full_markdown, &roles) != 0) {
free(full_markdown);
free(event_json);
return;
}
snprintf(user_prompt, user_len, "Triggering event JSON:\n%s", event_json);
char* tools_json = tools_build_openai_schema_json(&g_tools_ctx);
if (!tools_json) {
free(system_prompt);
free(user_prompt);
context_roles_free(&roles);
free(full_markdown);
g_tools_ctx.template_trigger_event_json = prev_trigger_event_json;
free(event_json);
(void)nostr_handler_send_dm_auto(g_cfg->admin.pubkey, "Triggered skill execution failed: tools unavailable.");
@@ -1851,21 +1840,20 @@ void agent_on_trigger(const char* skill_d_tag,
cJSON* messages = cJSON_CreateArray();
if (!messages || !cJSON_IsArray(messages) ||
append_simple_message(messages, "system", system_prompt) != 0 ||
append_simple_message(messages, "user", user_prompt) != 0) {
append_simple_message(messages, "system", roles.system_content) != 0 ||
append_simple_message(messages, "user", roles.user_content) != 0) {
cJSON_Delete(messages);
free(tools_json);
free(system_prompt);
free(user_prompt);
context_roles_free(&roles);
free(full_markdown);
g_tools_ctx.template_trigger_event_json = prev_trigger_event_json;
free(event_json);
(void)nostr_handler_send_dm_auto(g_cfg->admin.pubkey, "Triggered skill execution failed: prompt initialization failed.");
return;
}
append_context_log(g_cfg->admin.pubkey, "llm_trigger", user_prompt);
free(system_prompt);
free(user_prompt);
context_roles_free(&roles);
free(full_markdown);
int max_turns = g_cfg->tools.trigger_max_turns > 0
? g_cfg->tools.trigger_max_turns
@@ -1880,8 +1868,6 @@ void agent_on_trigger(const char* skill_d_tag,
break;
}
append_context_log(g_cfg->admin.pubkey, "llm_trigger_with_tools_messages", messages_json);
llm_response_t resp;
int rc = llm_chat_with_tools_messages(messages_json, tools_json, "auto", &resp);
free(messages_json);
@@ -1925,6 +1911,17 @@ void agent_on_trigger(const char* skill_d_tag,
return;
}
if (maybe_append_loaded_skill_instructions(messages, tc->name, tool_result) != 0) {
free(tool_result);
llm_response_free(&resp);
cJSON_Delete(messages);
free(tools_json);
g_tools_ctx.template_trigger_event_json = prev_trigger_event_json;
free(event_json);
(void)nostr_handler_send_dm_auto(g_cfg->admin.pubkey, "Triggered skill execution failed: loaded skill instruction append failed.");
return;
}
free(tool_result);
}
@@ -1981,7 +1978,10 @@ int agent_build_admin_messages_json(const char* current_user_message,
(sender_tier == DIDACTYL_SENDER_WOT ? "wot" : "stranger"));
cJSON_AddNumberToObject(dm_event, "created_at", (double)time(NULL));
const char* prev_current_user_message = g_tools_ctx.template_current_user_message;
g_tools_ctx.template_current_user_message = current_user_message ? current_user_message : "";
char* composed_context = build_context_from_triggers(TRIGGER_TYPE_DM, NULL, dm_event, "api");
g_tools_ctx.template_current_user_message = prev_current_user_message;
cJSON_Delete(dm_event);
if (!composed_context) {
composed_context = strdup("You are an AI agent. Respond to the message.");
@@ -2049,7 +2049,6 @@ void agent_on_message(const char* sender_pubkey_hex,
if (message[0] == '/') {
if (!allow_tools) {
const char* denied = "{\"success\":false,\"error\":\"slash commands are disabled for this sender tier\"}";
append_context_log(sender_pubkey_hex, "direct_tool_exec", denied);
(void)nostr_handler_send_dm_auto_with_role(sender_pubkey_hex,
denied,
DIDACTYL_DM_HISTORY_TOOL_RESPONSE);
@@ -2072,36 +2071,36 @@ void agent_on_message(const char* sender_pubkey_hex,
(tier == DIDACTYL_SENDER_WOT ? "wot" : "stranger"));
cJSON_AddNumberToObject(dm_event, "created_at", (double)time(NULL));
const char* prev_current_user_message = g_tools_ctx.template_current_user_message;
g_tools_ctx.template_current_user_message = message ? message : "";
char* dm_context = build_context_from_triggers(TRIGGER_TYPE_DM, NULL, dm_event, "dm");
g_tools_ctx.template_current_user_message = prev_current_user_message;
cJSON_Delete(dm_event);
if (!dm_context) {
dm_context = strdup("You are an AI agent. Respond to the message.");
}
if (!dm_context) {
return;
}
if (!allow_tools) {
const char* tier_prefix = (tier == DIDACTYL_SENDER_WOT)
? "You are responding to a web-of-trust contact. Keep the response helpful and concise. Tool use is disabled for this tier."
: "You are responding in chat-only mode. Tool use is disabled.";
size_t ctx_len = strlen(dm_context ? dm_context : "") + strlen("\n\n") + strlen(tier_prefix) + 1U;
size_t ctx_len = strlen(dm_context) + strlen("\n\n") + strlen(tier_prefix) + 1U;
char* system_for_chat = (char*)malloc(ctx_len);
if (!system_for_chat) {
free(dm_context);
return;
}
snprintf(system_for_chat, ctx_len, "%s\n\n%s", dm_context ? dm_context : "", tier_prefix);
size_t context_len = strlen("system:\n\nuser:\n") + strlen(system_for_chat) + strlen(message) + 1U;
char* plain_context = (char*)malloc(context_len);
if (plain_context) {
snprintf(plain_context, context_len, "system:\n%s\n\nuser:\n%s", system_for_chat, message);
append_context_log(sender_pubkey_hex, "llm_chat", plain_context);
free(plain_context);
}
snprintf(system_for_chat, ctx_len, "%s\n\n%s", dm_context, tier_prefix);
char* response = llm_chat(system_for_chat, message);
free(system_for_chat);
free(dm_context);
if (!response) {
const char* fallback = "I could not get a response from the LLM right now.";
fprintf(stdout, "[didactyl] llm response unavailable, sending fallback\n");
@@ -2114,19 +2113,19 @@ void agent_on_message(const char* sender_pubkey_hex,
strlen(response) > 240 ? "..." : "");
(void)nostr_handler_send_dm_auto(sender_pubkey_hex, response);
free(response);
free(dm_context);
return;
}
char* tools_json = tools_build_openai_schema_json(&g_tools_ctx);
if (!tools_json) {
free(dm_context);
(void)nostr_handler_send_dm_auto(sender_pubkey_hex, "Tool schema generation failed.");
return;
}
cJSON* messages = cJSON_CreateArray();
if (!messages ||
append_simple_message(messages, "system", dm_context ? dm_context : "You are an AI agent. Respond to the message.") != 0 ||
append_simple_message(messages, "system", dm_context) != 0 ||
append_simple_message(messages, "user", message) != 0) {
cJSON_Delete(messages);
free(tools_json);
@@ -2140,11 +2139,13 @@ void agent_on_message(const char* sender_pubkey_hex,
cJSON_AddNumberToObject(live_user_msg, "_ts", (double)time(NULL));
}
int max_turns = g_cfg->tools.max_turns > 0 ? g_cfg->tools.max_turns : 20;
int max_turns = g_cfg->tools.max_turns > 0 ? g_cfg->tools.max_turns : 40;
int stall_repeat_threshold = g_cfg->tools.stall_repeat_threshold > 1 ? g_cfg->tools.stall_repeat_threshold : 3;
int max_context_bytes = g_cfg->tools.max_context_bytes >= 4096 ? g_cfg->tools.max_context_bytes : (128 * 1024);
uint64_t last_tool_fp = 0;
int repeated_tool_turns = 0;
int exited_on_stall = 0;
int exited_on_context_limit = 0;
int stall_due_to_length = 0;
char* final_answer_owned = NULL;
int turns_run = 0;
@@ -2156,7 +2157,16 @@ void agent_on_message(const char* sender_pubkey_hex,
break;
}
append_context_log(sender_pubkey_hex, "llm_chat_with_tools_messages", messages_json);
size_t messages_json_len = strlen(messages_json);
if ((int)messages_json_len > max_context_bytes) {
DEBUG_WARN("[didactyl] DM tool loop context limit exceeded: bytes=%zu max_context_bytes=%d turn=%d",
messages_json_len,
max_context_bytes,
turns_run);
exited_on_context_limit = 1;
free(messages_json);
break;
}
llm_response_t resp;
int rc = llm_chat_with_tools_messages(messages_json, tools_json, "auto", &resp);
@@ -2222,49 +2232,85 @@ void agent_on_message(const char* sender_pubkey_hex,
(void)nostr_handler_send_dm_auto(sender_pubkey_hex, "Failed to append tool result.");
return;
}
if (maybe_append_loaded_skill_instructions(messages, tc->name, tool_result) != 0) {
free(tool_result);
llm_response_free(&resp);
cJSON_Delete(messages);
free(tools_json);
free(dm_context);
(void)nostr_handler_send_dm_auto(sender_pubkey_hex, "Failed to apply loaded skill instructions.");
return;
}
free(tool_result);
}
llm_response_free(&resp);
}
if (!final_answer_owned) {
if (!final_answer_owned && !exited_on_context_limit) {
char* messages_json = cJSON_PrintUnformatted(messages);
if (messages_json) {
llm_response_t final_resp;
int final_rc = llm_chat_with_tools_messages(messages_json, tools_json, "none", &final_resp);
free(messages_json);
if (final_rc == 0) {
const char* forced_answer = final_resp.content ? final_resp.content : "";
if (forced_answer[0] != '\0') {
final_answer_owned = strdup(forced_answer);
size_t messages_json_len = strlen(messages_json);
if ((int)messages_json_len <= max_context_bytes) {
llm_response_t final_resp;
int final_rc = llm_chat_with_tools_messages(messages_json, tools_json, "none", &final_resp);
if (final_rc == 0) {
const char* forced_answer = final_resp.content ? final_resp.content : "";
if (forced_answer[0] != '\0') {
final_answer_owned = strdup(forced_answer);
}
llm_response_free(&final_resp);
}
llm_response_free(&final_resp);
} else {
exited_on_context_limit = 1;
}
free(messages_json);
}
}
int exhausted_on_max_turns = (!final_answer_owned && !exited_on_stall && turns_run >= max_turns);
int exhausted_on_max_turns = (!final_answer_owned && !exited_on_stall && !exited_on_context_limit && turns_run >= max_turns);
if (!final_answer_owned) {
final_answer_owned = strdup(exited_on_stall
? "I stopped repeated tool calls after detecting a loop and could not produce a final summary."
: "I hit my tool-use limit for this request.");
final_answer_owned = strdup(exited_on_context_limit
? "I paused because the working context became too large while using tools. Please narrow the scope and ask me to continue from a smaller context."
: (exited_on_stall
? "I stopped repeated tool calls after detecting a loop and could not produce a final summary."
: "I reached the tool-turn limit before getting a final response from the model."));
}
const char* final_answer = final_answer_owned ? final_answer_owned : "I hit my tool-use limit for this request.";
if (exhausted_on_max_turns) {
const char* base = final_answer_owned ? final_answer_owned : "I reached the tool-turn limit before getting a final response from the model.";
const char* suffix = "\n\nI have paused to avoid running forever. Reply with 'continue' and I will continue from the current context.";
size_t need = strlen(base) + strlen(suffix) + 1U;
char* with_prompt = (char*)malloc(need);
if (with_prompt) {
snprintf(with_prompt, need, "%s%s", base, suffix);
free(final_answer_owned);
final_answer_owned = with_prompt;
}
}
if (exited_on_stall || exhausted_on_max_turns) {
const char* final_answer = final_answer_owned ? final_answer_owned : "I reached the tool-turn limit before getting a final response from the model.";
if (exited_on_stall || exhausted_on_max_turns || exited_on_context_limit) {
notify_admin_limit_diagnostic("dm_agent_loop",
exited_on_stall ? "stall_repetition_detected" : "max_turns_exhausted",
exited_on_context_limit
? "max_context_bytes_exceeded"
: (exited_on_stall ? "stall_repetition_detected" : "max_turns_exhausted"),
sender_pubkey_hex,
max_turns,
turns_run,
stall_repeat_threshold,
repeated_tool_turns,
g_cfg->llm.max_tokens,
(exited_on_stall && stall_due_to_length) ? "max_tokens_truncation" : NULL,
(exited_on_stall && stall_due_to_length) ? "Increase max_tokens (example: /model_set {\"max_tokens\": 4096})" : NULL,
exited_on_context_limit
? "tool_context_growth"
: ((exited_on_stall && stall_due_to_length) ? "max_tokens_truncation" : NULL),
exited_on_context_limit
? "Reduce tool-loop breadth or lower max_turns; context exceeded max_context_bytes."
: ((exited_on_stall && stall_due_to_length)
? "Increase max_tokens (example: /model_set {\"max_tokens\": 4096})"
: NULL),
final_answer);
}
fprintf(stdout, "[didactyl] final response: %.240s%s\n",
+5 -1
View File
@@ -9,6 +9,10 @@
struct trigger_manager;
int agent_init(didactyl_config_t* config);
/* Wire a process-lifetime signer handle (non-owning) into the agent's tools
* context so NIP-04/44 encrypt/decrypt tool call sites route through the
* signer. Must be called after agent_init. Caller retains ownership. */
void agent_set_signer(nostr_signer_t* signer);
void agent_set_trigger_manager(struct trigger_manager* trigger_manager);
void agent_on_trigger(const char* skill_d_tag,
const char* skill_content,
@@ -23,7 +27,7 @@ int agent_build_admin_messages_json(const char* current_user_message,
char** out_messages_json);
tools_context_t* agent_tools_context(void);
const char* agent_classify_message_part(cJSON* msg, int idx);
void agent_append_context_log(const char* sender_pubkey_hex, const char* phase, const char* context_payload);
void agent_invalidate_adopted_skills_cache(void);
void agent_cleanup(void);
#endif
+46 -5
View File
@@ -19,6 +19,13 @@
#define CASHU_WALLET_QUERY_TIMEOUT_MS 6000
#define CASHU_WALLET_MAX_SPLIT_PARTS 64
/* Optional process-lifetime signer for NIP-60/NIP-61 cashu event creation.
* Owned by main.c; non-owning here. When present, event creation is routed
* through the *_with_signer variants so the raw private key stays out of the
* agent process in remote-signer modes. When NULL, the legacy raw-key path is
* used (local-mode compatibility fallback). */
static nostr_signer_t* g_cashu_signer = NULL;
typedef struct {
char event_id[65];
nostr_nip60_token_data_t token;
@@ -121,7 +128,12 @@ static int publish_from_signed_event_template(cJSON* ev_template, char out_event
}
static int publish_wallet_event_and_store_locked(const nostr_nip60_wallet_data_t* wallet_data, char out_event_id[65]) {
cJSON* ev = nostr_nip60_create_wallet_event(wallet_data, g_wallet.cfg->keys.private_key, time(NULL));
cJSON* ev = NULL;
if (g_cashu_signer) {
ev = nostr_nip60_create_wallet_event_with_signer(wallet_data, g_cashu_signer, time(NULL));
} else {
ev = nostr_nip60_create_wallet_event(wallet_data, g_wallet.cfg->keys.private_key, time(NULL));
}
if (!ev) return -1;
int rc = publish_from_signed_event_template(ev, out_event_id);
@@ -156,7 +168,12 @@ static int publish_wallet_event_and_store_locked(const nostr_nip60_wallet_data_t
static int publish_token_event_and_store_locked(nostr_nip60_token_data_t* token_data, char out_event_id[65]) {
if (!token_data) return -1;
cJSON* ev = nostr_nip60_create_token_event(token_data, g_wallet.cfg->keys.private_key, time(NULL));
cJSON* ev = NULL;
if (g_cashu_signer) {
ev = nostr_nip60_create_token_event_with_signer(token_data, g_cashu_signer, time(NULL));
} else {
ev = nostr_nip60_create_token_event(token_data, g_wallet.cfg->keys.private_key, time(NULL));
}
if (!ev) return -1;
char event_id[65] = {0};
@@ -194,7 +211,12 @@ static int publish_history_event(nostr_nip60_direction_t direction,
history.refs = &ref;
history.ref_count = (ref.event_id[0] != '\0') ? 1 : 0;
cJSON* ev = nostr_nip60_create_history_event(&history, g_wallet.cfg->keys.private_key, time(NULL));
cJSON* ev = NULL;
if (g_cashu_signer) {
ev = nostr_nip60_create_history_event_with_signer(&history, g_cashu_signer, time(NULL));
} else {
ev = nostr_nip60_create_history_event(&history, g_wallet.cfg->keys.private_key, time(NULL));
}
if (!ev) return -1;
int rc = publish_from_signed_event_template(ev, NULL);
@@ -203,7 +225,12 @@ static int publish_history_event(nostr_nip60_direction_t direction,
}
static int publish_token_deletion_event(const char* event_id) {
cJSON* del = nostr_nip60_create_token_deletion(event_id, g_wallet.cfg->keys.private_key, time(NULL));
cJSON* del = NULL;
if (g_cashu_signer) {
del = nostr_nip60_create_token_deletion_with_signer(event_id, g_cashu_signer, time(NULL));
} else {
del = nostr_nip60_create_token_deletion(event_id, g_wallet.cfg->keys.private_key, time(NULL));
}
if (!del) return -1;
int rc = publish_from_signed_event_template(del, NULL);
cJSON_Delete(del);
@@ -408,6 +435,15 @@ int cashu_wallet_init(didactyl_config_t* cfg) {
return 0;
}
void cashu_wallet_set_signer(nostr_signer_t* signer) {
/* Non-owning: the signer handle is constructed and freed by main.c.
* Stored under the wallet mutex for visibility/tearing safety even
* though the handle itself is process-lifetime and immutable. */
pthread_mutex_lock(&g_wallet.mutex);
g_cashu_signer = signer;
pthread_mutex_unlock(&g_wallet.mutex);
}
void cashu_wallet_cleanup(void) {
if (!g_wallet.initialized) return;
@@ -2755,7 +2791,12 @@ int cashu_wallet_mints_set(const char** wallet_mints,
pthread_mutex_unlock(&g_wallet.mutex);
if (rc != 0) return -1;
cJSON* ev = nostr_nip61_create_nutzap_info_event(&info, g_wallet.cfg->keys.private_key, time(NULL));
cJSON* ev = NULL;
if (g_cashu_signer) {
ev = nostr_nip61_create_nutzap_info_event_with_signer(&info, g_cashu_signer, time(NULL));
} else {
ev = nostr_nip61_create_nutzap_info_event(&info, g_wallet.cfg->keys.private_key, time(NULL));
}
nostr_nip61_free_nutzap_info(&info);
if (!ev) return -1;
+2
View File
@@ -5,8 +5,10 @@
#include "config.h"
#include "cjson/cJSON.h"
#include "../nostr_core_lib/nostr_core/nostr_signer.h"
int cashu_wallet_init(didactyl_config_t* cfg);
void cashu_wallet_set_signer(nostr_signer_t* signer);
void cashu_wallet_cleanup(void);
int cashu_wallet_load_from_relays(void);
+359 -31
View File
@@ -214,6 +214,136 @@ static int decode_pubkey_hex_or_npub(const char* in, char out_hex[65]) {
return -1;
}
/* Returns 1 if mode is a known signer mode, 0 otherwise. */
static int signer_mode_is_known(const char* mode) {
if (!mode || mode[0] == '\0') {
return 0;
}
return strcmp(mode, "local") == 0 ||
strcmp(mode, "nsigner_unix") == 0 ||
strcmp(mode, "nsigner_tcp") == 0 ||
strcmp(mode, "nsigner_serial") == 0 ||
strcmp(mode, "nsigner_fds") == 0 ||
strcmp(mode, "nsigner_qrexec") == 0;
}
/* Returns 1 if mode is a remote (nsigner_*) mode that does not require an
* in-process nsec, 0 otherwise. */
static int signer_mode_is_remote(const char* mode) {
if (!mode || mode[0] == '\0') {
return 0;
}
return strcmp(mode, "nsigner_unix") == 0 ||
strcmp(mode, "nsigner_tcp") == 0 ||
strcmp(mode, "nsigner_serial") == 0 ||
strcmp(mode, "nsigner_fds") == 0 ||
strcmp(mode, "nsigner_qrexec") == 0;
}
static int parse_signer_config(cJSON* root, didactyl_config_t* config) {
cJSON* signer = cJSON_GetObjectItemCaseSensitive(root, "signer");
if (!signer || !cJSON_IsObject(signer)) {
/* Missing signer block: defaults already applied by caller. */
return 0;
}
if (copy_json_string(signer, "mode", config->signer.mode,
sizeof(config->signer.mode), 0) != 0) {
config_set_error("signer.mode must be a string when provided");
return -1;
}
if (config->signer.mode[0] != '\0' && !signer_mode_is_known(config->signer.mode)) {
config_set_error("signer.mode '%s' is not a known signer mode "
"(expected: local, nsigner_unix, nsigner_tcp, "
"nsigner_serial, nsigner_fds, nsigner_qrexec)",
config->signer.mode);
return -1;
}
if (copy_json_string(signer, "socket_name", config->signer.socket_name,
sizeof(config->signer.socket_name), 0) != 0) {
config_set_error("signer.socket_name must be a string when provided");
return -1;
}
if (copy_json_string(signer, "role", config->signer.role,
sizeof(config->signer.role), 0) != 0) {
config_set_error("signer.role must be a string when provided");
return -1;
}
cJSON* timeout = cJSON_GetObjectItemCaseSensitive(signer, "timeout_ms");
if (timeout && cJSON_IsNumber(timeout)) {
int t = (int)timeout->valuedouble;
if (t > 0) {
config->signer.timeout_ms = t;
}
}
/* Optional nostr_index: numeric key index selector. When set (>= 0) it
* overrides role on the n_signer side. -1 (default) means use role. */
cJSON* nostr_index = cJSON_GetObjectItemCaseSensitive(signer, "nostr_index");
if (nostr_index && cJSON_IsNumber(nostr_index)) {
int idx = (int)nostr_index->valuedouble;
if (idx >= 0) {
config->signer.nostr_index = idx;
}
}
if (copy_json_string(signer, "auth_privkey_hex", config->signer.auth_privkey_hex,
sizeof(config->signer.auth_privkey_hex), 0) != 0) {
config_set_error("signer.auth_privkey_hex must be a string when provided");
return -1;
}
/* Optional tcp host/port inside the signer block (alternative to --signer-tcp). */
if (copy_json_string(signer, "tcp_host", config->signer.tcp_host,
sizeof(config->signer.tcp_host), 0) != 0) {
config_set_error("signer.tcp_host must be a string when provided");
return -1;
}
cJSON* tcp_port = cJSON_GetObjectItemCaseSensitive(signer, "tcp_port");
if (tcp_port && cJSON_IsNumber(tcp_port)) {
int p = (int)tcp_port->valuedouble;
if (p > 0 && p <= 65535) {
config->signer.tcp_port = p;
}
}
/* nsigner_serial: device path (e.g. "/dev/ttyACM0"). fds_read_fd/fds_write_fd
* are intentionally NOT parsed from JSON they are CLI/runtime-only and
* cannot be persisted to genesis. */
if (copy_json_string(signer, "serial_device", config->signer.serial_device,
sizeof(config->signer.serial_device), 0) != 0) {
config_set_error("signer.serial_device must be a string when provided");
return -1;
}
/* nsigner_qrexec: target Qubes qube name + qrexec service name.
* service_name defaults to "qubes.NsignerRpc" when empty. */
if (copy_json_string(signer, "target_qube", config->signer.target_qube,
sizeof(config->signer.target_qube), 0) != 0) {
config_set_error("signer.target_qube must be a string when provided");
return -1;
}
if (copy_json_string(signer, "service_name", config->signer.service_name,
sizeof(config->signer.service_name), 0) != 0) {
config_set_error("signer.service_name must be a string when provided");
return -1;
}
/* Phase 4 item 20: optional emergency local nsec for admin-alert fallback.
* Parsed and stored only; no active fallback behavior is wired yet. */
if (copy_json_string(signer, "emergency_local_nsec",
config->signer.emergency_local_nsec,
sizeof(config->signer.emergency_local_nsec), 0) != 0) {
config_set_error("signer.emergency_local_nsec must be a string when provided");
return -1;
}
return 0;
}
static int parse_tools_config(cJSON* root, didactyl_config_t* config) {
cJSON* tools = cJSON_GetObjectItemCaseSensitive(root, "tools");
if (!tools || !cJSON_IsObject(tools)) {
@@ -226,6 +356,7 @@ static int parse_tools_config(cJSON* root, didactyl_config_t* config) {
cJSON* api_default_max_turns = cJSON_GetObjectItemCaseSensitive(tools, "api_default_max_turns");
cJSON* api_max_turns_ceiling = cJSON_GetObjectItemCaseSensitive(tools, "api_max_turns_ceiling");
cJSON* stall_repeat_threshold = cJSON_GetObjectItemCaseSensitive(tools, "stall_repeat_threshold");
cJSON* max_context_bytes = cJSON_GetObjectItemCaseSensitive(tools, "max_context_bytes");
cJSON* local_http_fetch_default_timeout_seconds =
cJSON_GetObjectItemCaseSensitive(tools, "local_http_fetch_default_timeout_seconds");
cJSON* local_http_fetch_max_timeout_seconds =
@@ -252,6 +383,9 @@ static int parse_tools_config(cJSON* root, didactyl_config_t* config) {
if (stall_repeat_threshold && cJSON_IsNumber(stall_repeat_threshold)) {
config->tools.stall_repeat_threshold = (int)stall_repeat_threshold->valuedouble;
}
if (max_context_bytes && cJSON_IsNumber(max_context_bytes)) {
config->tools.max_context_bytes = (int)max_context_bytes->valuedouble;
}
if (local_http_fetch_default_timeout_seconds && cJSON_IsNumber(local_http_fetch_default_timeout_seconds)) {
config->tools.local_http_fetch_default_timeout_seconds =
(int)local_http_fetch_default_timeout_seconds->valuedouble;
@@ -294,7 +428,7 @@ static int parse_tools_config(cJSON* root, didactyl_config_t* config) {
}
if (config->tools.max_turns < 1) {
config->tools.max_turns = 8;
config->tools.max_turns = 40;
}
if (config->tools.trigger_max_turns < 1) {
config->tools.trigger_max_turns = config->tools.max_turns;
@@ -311,6 +445,9 @@ static int parse_tools_config(cJSON* root, didactyl_config_t* config) {
if (config->tools.stall_repeat_threshold < 2) {
config->tools.stall_repeat_threshold = 3;
}
if (config->tools.max_context_bytes < 4096) {
config->tools.max_context_bytes = 128 * 1024;
}
if (config->tools.local_http_fetch_default_timeout_seconds < 1) {
config->tools.local_http_fetch_default_timeout_seconds = 20;
}
@@ -496,6 +633,174 @@ static int parse_dm_protocol_config(cJSON* root, didactyl_config_t* config) {
return 0;
}
static int parse_llm_payload_object(cJSON* llm_obj, didactyl_config_t* config, int require_all_fields) {
if (!llm_obj || !cJSON_IsObject(llm_obj) || !config) {
return -1;
}
if (copy_json_string(llm_obj, "provider", config->llm.provider, sizeof(config->llm.provider), 0) != 0) {
return -1;
}
if (copy_json_string(llm_obj, "api_key", config->llm.api_key, sizeof(config->llm.api_key), require_all_fields) != 0) {
return -1;
}
if (copy_json_string(llm_obj, "model", config->llm.model, sizeof(config->llm.model), require_all_fields) != 0) {
return -1;
}
if (copy_json_string(llm_obj, "base_url", config->llm.base_url, sizeof(config->llm.base_url), require_all_fields) != 0) {
return -1;
}
cJSON* max_tokens = cJSON_GetObjectItemCaseSensitive(llm_obj, "max_tokens");
cJSON* temperature = cJSON_GetObjectItemCaseSensitive(llm_obj, "temperature");
if (max_tokens && cJSON_IsNumber(max_tokens)) {
config->llm.max_tokens = (int)max_tokens->valuedouble;
} else if (config->llm.max_tokens <= 0) {
config->llm.max_tokens = 512;
}
if (temperature && cJSON_IsNumber(temperature)) {
config->llm.temperature = temperature->valuedouble;
} else if (config->llm.temperature <= 0.0) {
config->llm.temperature = 0.7;
}
if (config->llm.provider[0] == '\0') {
snprintf(config->llm.provider, sizeof(config->llm.provider), "%s", "openai");
}
return 0;
}
static int parse_agent_payload_object(cJSON* agent_obj, didactyl_config_t* config) {
if (!agent_obj || !cJSON_IsObject(agent_obj) || !config) {
return -1;
}
cJSON* admin_pubkey = cJSON_GetObjectItemCaseSensitive(agent_obj, "admin_pubkey");
if (admin_pubkey && cJSON_IsString(admin_pubkey) && admin_pubkey->valuestring && admin_pubkey->valuestring[0] != '\0') {
char decoded[65] = {0};
if (decode_pubkey_hex_or_npub(admin_pubkey->valuestring, decoded) != 0) {
return -1;
}
snprintf(config->admin.pubkey, sizeof(config->admin.pubkey), "%s", decoded);
}
cJSON* dm_protocol = cJSON_GetObjectItemCaseSensitive(agent_obj, "dm_protocol");
if (dm_protocol && cJSON_IsString(dm_protocol) && dm_protocol->valuestring && dm_protocol->valuestring[0] != '\0') {
if (strcmp(dm_protocol->valuestring, "nip04") == 0) {
config->dm_protocol = DM_PROTOCOL_NIP04;
} else if (strcmp(dm_protocol->valuestring, "nip17") == 0) {
config->dm_protocol = DM_PROTOCOL_NIP17;
} else if (strcmp(dm_protocol->valuestring, "both") == 0) {
config->dm_protocol = DM_PROTOCOL_BOTH;
} else {
return -1;
}
}
cJSON* max_turns = cJSON_GetObjectItemCaseSensitive(agent_obj, "max_turns");
if (max_turns) {
if (!cJSON_IsNumber(max_turns)) {
return -1;
}
int parsed = (int)max_turns->valuedouble;
if (parsed < 1) {
parsed = 40;
}
config->tools.max_turns = parsed;
}
return 0;
}
static int parse_user_settings_payload_object(cJSON* user_settings_obj, didactyl_config_t* config) {
if (!user_settings_obj || !cJSON_IsObject(user_settings_obj) || !config) {
return -1;
}
cJSON* global_llm = cJSON_GetObjectItemCaseSensitive(user_settings_obj, "global_llm");
if (!global_llm || !cJSON_IsObject(global_llm) ||
parse_llm_payload_object(global_llm, config, 1) != 0) {
return -1;
}
cJSON* didactyl = cJSON_GetObjectItemCaseSensitive(user_settings_obj, "didactyl");
if (!didactyl || !cJSON_IsObject(didactyl) ||
parse_agent_payload_object(didactyl, config) != 0) {
return -1;
}
return 0;
}
static int parse_encrypted_events(cJSON* root, didactyl_config_t* config) {
cJSON* arr = cJSON_GetObjectItemCaseSensitive(root, "encrypted_events");
if (!arr) {
return 0;
}
if (!cJSON_IsArray(arr)) {
return -1;
}
int count = cJSON_GetArraySize(arr);
if (count <= 0) {
return 0;
}
config->encrypted_events = (encrypted_event_t*)calloc((size_t)count, sizeof(encrypted_event_t));
if (!config->encrypted_events) {
return -1;
}
config->encrypted_event_count = count;
int user_settings_seen = 0;
for (int i = 0; i < count; i++) {
cJSON* item = cJSON_GetArrayItem(arr, i);
if (!item || !cJSON_IsObject(item)) {
return -1;
}
cJSON* kind = cJSON_GetObjectItemCaseSensitive(item, "kind");
cJSON* d_tag = cJSON_GetObjectItemCaseSensitive(item, "d_tag");
cJSON* content = cJSON_GetObjectItemCaseSensitive(item, "content");
if (!kind || !cJSON_IsNumber(kind) ||
!d_tag || !cJSON_IsString(d_tag) || !d_tag->valuestring || d_tag->valuestring[0] == '\0' ||
!content || !cJSON_IsString(content) || !content->valuestring) {
return -1;
}
encrypted_event_t* ee = &config->encrypted_events[i];
ee->kind = (int)kind->valuedouble;
ee->d_tag = strdup(d_tag->valuestring);
ee->content = strdup(content->valuestring);
if (!ee->d_tag || !ee->content) {
return -1;
}
if (ee->kind == 30078 && strcmp(ee->d_tag, "user-settings") == 0 && ee->content[0] != '\0') {
cJSON* user_settings_payload = cJSON_Parse(ee->content);
if (!user_settings_payload || !cJSON_IsObject(user_settings_payload) ||
parse_user_settings_payload_object(user_settings_payload, config) != 0) {
cJSON_Delete(user_settings_payload);
return -1;
}
cJSON_Delete(user_settings_payload);
user_settings_seen = 1;
}
}
if (!user_settings_seen) {
return -1;
}
return 0;
}
static int parse_api_config(cJSON* root, didactyl_config_t* config) {
cJSON* api = cJSON_GetObjectItemCaseSensitive(root, "api");
if (!api || !cJSON_IsObject(api)) {
@@ -1244,6 +1549,14 @@ void config_free(didactyl_config_t* config) {
free_cashu_wallet_mints(&config->cashu_wallet);
if (config->encrypted_events) {
for (int i = 0; i < config->encrypted_event_count; i++) {
free(config->encrypted_events[i].d_tag);
free(config->encrypted_events[i].content);
}
free(config->encrypted_events);
}
memset(config, 0, sizeof(*config));
}
@@ -1260,11 +1573,12 @@ int config_load(const char* path, didactyl_config_t* config) {
config->dm_protocol = DM_PROTOCOL_NIP04;
config->tools.enabled = 1;
config->tools.max_turns = 20;
config->tools.max_turns = 40;
config->tools.trigger_max_turns = 12;
config->tools.api_default_max_turns = 8;
config->tools.api_max_turns_ceiling = 32;
config->tools.stall_repeat_threshold = 3;
config->tools.max_context_bytes = 128 * 1024;
config->tools.local_http_fetch_default_timeout_seconds = 20;
config->tools.local_http_fetch_max_timeout_seconds = 120;
config->tools.blossom_max_upload_bytes = 16 * 1024 * 1024;
@@ -1307,6 +1621,24 @@ int config_load(const char* path, didactyl_config_t* config) {
config->cashu_wallet.auto_load = 1;
config->cashu_wallet.mint_timeout_seconds = 30;
/* Signer provider defaults: local mode, backward compatible. */
snprintf(config->signer.mode, sizeof(config->signer.mode), "%s", "local");
config->signer.socket_name[0] = '\0';
snprintf(config->signer.role, sizeof(config->signer.role), "%s", "main");
config->signer.nostr_index = -1; /* -1 = unset; use role selector */
config->signer.timeout_ms = 15000;
config->signer.auth_privkey_hex[0] = '\0';
config->signer.tcp_host[0] = '\0';
config->signer.tcp_port = 0;
config->signer.serial_device[0] = '\0';
config->signer.fds_read_fd = -1;
config->signer.fds_write_fd = -1;
config->signer.target_qube[0] = '\0';
config->signer.service_name[0] = '\0';
/* Phase 4 item 20: emergency local nsec placeholder. Off by default;
* no active fallback behavior yet (documentation/feature-flag only). */
config->signer.emergency_local_nsec[0] = '\0';
char* raw_buf = NULL;
size_t raw_len = 0;
if (read_file_to_buffer(path, &raw_buf, &raw_len) != 0) {
@@ -1351,9 +1683,8 @@ int config_load(const char* path, didactyl_config_t* config) {
cJSON* admin = cJSON_GetObjectItemCaseSensitive(root, "admin");
cJSON* llm = cJSON_GetObjectItemCaseSensitive(root, "llm");
if (!admin || !cJSON_IsObject(admin) ||
!llm || !cJSON_IsObject(llm)) {
config_set_error("config must include object sections: admin, llm");
if (!admin || !cJSON_IsObject(admin)) {
config_set_error("config must include object section: admin");
goto cleanup;
}
@@ -1381,6 +1712,11 @@ int config_load(const char* path, didactyl_config_t* config) {
goto cleanup;
}
if (parse_encrypted_events(root, config) != 0) {
config_set_error("invalid encrypted_events configuration");
goto cleanup;
}
if (parse_legacy_default_skill_to_startup_events(root, config) != 0) {
config_set_error("invalid legacy default_skill configuration");
goto cleanup;
@@ -1391,32 +1727,16 @@ int config_load(const char* path, didactyl_config_t* config) {
goto cleanup;
}
if (copy_json_string(llm, "provider", config->llm.provider, sizeof(config->llm.provider), 0) != 0) {
config_set_error("llm.provider must be a string if provided");
goto cleanup;
if (llm) {
if (!cJSON_IsObject(llm)) {
config_set_error("llm must be an object when provided");
goto cleanup;
}
if (parse_llm_payload_object(llm, config, 1) != 0) {
config_set_error("llm configuration is invalid (required: api_key, model, base_url)");
goto cleanup;
}
}
if (config->llm.provider[0] == '\0') {
strcpy(config->llm.provider, "openai");
}
if (copy_json_string(llm, "api_key", config->llm.api_key, sizeof(config->llm.api_key), 1) != 0) {
config_set_error("llm.api_key is required and must be a string");
goto cleanup;
}
if (copy_json_string(llm, "model", config->llm.model, sizeof(config->llm.model), 1) != 0) {
config_set_error("llm.model is required and must be a string");
goto cleanup;
}
if (copy_json_string(llm, "base_url", config->llm.base_url, sizeof(config->llm.base_url), 1) != 0) {
config_set_error("llm.base_url is required and must be a string");
goto cleanup;
}
cJSON* max_tokens = cJSON_GetObjectItemCaseSensitive(llm, "max_tokens");
cJSON* temperature = cJSON_GetObjectItemCaseSensitive(llm, "temperature");
config->llm.max_tokens = (max_tokens && cJSON_IsNumber(max_tokens)) ? (int)max_tokens->valuedouble : 512;
config->llm.temperature = (temperature && cJSON_IsNumber(temperature)) ? temperature->valuedouble : 0.7;
if (parse_dm_protocol_config(root, config) != 0) {
config_set_error("invalid dm_protocol configuration (expected 'nip04', 'nip17', or 'both')");
@@ -1453,7 +1773,15 @@ int config_load(const char* path, didactyl_config_t* config) {
goto cleanup;
}
if (config->keys.nsec[0] != '\0') {
if (parse_signer_config(root, config) != 0) {
/* parse_signer_config sets a specific error message. */
goto cleanup;
}
/* Only decode the raw private key in local mode. In remote (nsigner_*)
* modes the agent process never holds the nsec; the pubkey is learned
* from the signer at startup via nostr_signer_get_public_key(). */
if (!signer_mode_is_remote(config->signer.mode) && config->keys.nsec[0] != '\0') {
if (decode_private_key(config->keys.nsec, config->keys.private_key) != 0) {
config_set_error("keys.nsec/key.nsec must be valid nsec1... or 64-char hex private key");
goto cleanup;
+78
View File
@@ -8,6 +8,11 @@
#define OW_MAX_URL_LEN 256
#define OW_MAX_KEY_LEN 256
#define OW_MAX_MODEL_LEN 128
#define OW_MAX_SIGNER_MODE_LEN 32
#define OW_MAX_SIGNER_SOCKET_LEN 128
#define OW_MAX_SIGNER_ROLE_LEN 32
#define OW_MAX_SIGNER_HOST_LEN 128
#define OW_MAX_SIGNER_AUTH_HEX_LEN 65
#define OW_MAX_STRANGER_RESPONSE_LEN 512
@@ -51,6 +56,7 @@ typedef struct {
int api_default_max_turns;
int api_max_turns_ceiling;
int stall_repeat_threshold;
int max_context_bytes;
int local_http_fetch_default_timeout_seconds;
int local_http_fetch_max_timeout_seconds;
shell_tools_config_t shell;
@@ -64,6 +70,12 @@ typedef struct {
char* tags_json; // JSON array string for tags, optional
} startup_event_t;
typedef struct {
int kind;
char* d_tag;
char* content;
} encrypted_event_t;
typedef struct {
int enabled;
int tools_enabled;
@@ -109,6 +121,69 @@ typedef struct {
int mint_timeout_seconds;
} cashu_wallet_config_t;
/* Signer provider configuration.
*
* mode selects how signing/encryption operations are routed:
* "local" - raw 32-byte key held in cfg.keys.private_key (default,
* backward compatible, output-equivalent to legacy path).
* "nsigner_unix" - delegate to a running n_signer over an AF_UNIX abstract
* socket. The agent process holds no nsec.
* "nsigner_tcp" - delegate to a running n_signer over TCP (host:port).
* Requires auth_privkey_hex for the kind-27235 auth envelope.
* "nsigner_serial" - delegate to a running n_signer over a USB CDC-ACM serial
* device (e.g. /dev/ttyACM0). The agent process holds no nsec.
* "nsigner_fds" - delegate to a running n_signer over a pre-connected fd
* pair (read_fd, write_fd). CLI/runtime-only: the fds cannot
* be persisted to genesis and must be supplied via --signer-fds
* at boot. Intended for qrexec-style fd-passing deployments.
* "nsigner_qrexec" - delegate to a running n_signer in another Qubes OS qube
* via qrexec (spawns `qrexec-client-vm <target_qube>
* <service_name>`). No network; hypervisor-vouched caller
* identity. The agent process holds no nsec.
*
* Missing signer block behaves as mode="local" using keys.nsec.
* In any nsigner_* mode, keys.nsec is optional and ignored; the agent pubkey
* is learned from the signer via nostr_signer_get_public_key().
*/
typedef struct {
char mode[OW_MAX_SIGNER_MODE_LEN]; /* "local" | "nsigner_unix" | "nsigner_tcp" | "nsigner_serial" | "nsigner_fds" | "nsigner_qrexec" */
char socket_name[OW_MAX_SIGNER_SOCKET_LEN]; /* nsigner_unix: abstract socket name (without @); "" = auto-discover */
char role[OW_MAX_SIGNER_ROLE_LEN]; /* n_signer role selector (default "main") */
int nostr_index; /* n_signer key index selector (-1 = unset; use role). When set, overrides role. */
int timeout_ms; /* per-call timeout (default 15000) */
char auth_privkey_hex[OW_MAX_SIGNER_AUTH_HEX_LEN]; /* optional, TCP auth envelope only */
/* nsigner_tcp parsed host/port (populated from --signer-tcp or config) */
char tcp_host[OW_MAX_SIGNER_HOST_LEN];
int tcp_port;
/* nsigner_serial: device path (e.g. "/dev/ttyACM0"). Populated from
* --signer-serial or the signer.serial_device config field. */
char serial_device[OW_MAX_URL_LEN];
/* nsigner_fds: pre-connected file descriptors. CLI/runtime-only — NOT
* persisted to genesis. Populated from --signer-fds <read:write>. */
int fds_read_fd;
int fds_write_fd;
/* nsigner_qrexec: target Qubes qube name + qrexec service name.
* Populated from --signer-qrexec <target_qube> or the signer.target_qube /
* signer.service_name config fields. service_name defaults to
* "qubes.NsignerRpc" when empty. */
char target_qube[OW_MAX_SIGNER_HOST_LEN];
char service_name[OW_MAX_SIGNER_SOCKET_LEN];
/* Optional emergency local nsec for admin-alert fallback (Phase 4 item 20).
*
* OFF by default (empty string). When populated AND a remote signer is
* unreachable, a future phase may use this in-process key ONLY to sign a
* minimal admin alert DM reporting the signer outage. This reintroduces
* the nsec into the agent process for that one purpose, which is a
* deliberate operator-accepted tradeoff: better to leak the nsec briefly
* to notify the admin than to fail silently.
*
* CURRENT STATUS: parsed and stored only. No active fallback behavior is
* implemented yet (feature flag / documentation placeholder). The field
* exists so operators can pre-stage the value; the fallback path is
* deferred until the supervisor/health surface (item 19) is proven. */
char emergency_local_nsec[OW_MAX_KEY_LEN]; /* "" = disabled (default) */
} signer_config_t;
typedef struct {
agent_keys_t keys;
admin_config_t admin;
@@ -122,8 +197,11 @@ typedef struct {
triggers_config_t triggers;
api_config_t api;
cashu_wallet_config_t cashu_wallet;
signer_config_t signer;
startup_event_t* startup_events;
int startup_event_count;
encrypted_event_t* encrypted_events;
int encrypted_event_count;
char config_path[OW_MAX_URL_LEN];
} didactyl_config_t;
+87
View File
@@ -0,0 +1,87 @@
#define _POSIX_C_SOURCE 200809L
#include "context_format.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
static int append_text(char** buf, size_t* cap, size_t* used, const char* s, size_t len) {
if (!buf || !cap || !used || !s) return -1;
if (*used + len + 1U > *cap) {
size_t next = *cap;
while (*used + len + 1U > next) {
next = (next == 0U) ? 256U : (next * 2U);
}
char* grown = (char*)realloc(*buf, next);
if (!grown) return -1;
*buf = grown;
*cap = next;
}
memcpy(*buf + *used, s, len);
*used += len;
(*buf)[*used] = '\0';
return 0;
}
char* context_bump_headings(const char* text) {
if (!text) return NULL;
size_t cap = strlen(text) + 256; // Initial guess
size_t used = 0;
char* buf = (char*)malloc(cap);
if (!buf) return NULL;
buf[0] = '\0';
const char* p = text;
while (*p) {
const char* eol = strchr(p, '\n');
size_t line_len = eol ? (size_t)(eol - p) : strlen(p);
// Check if line starts with '#'
if (line_len > 0 && p[0] == '#') {
// Add an extra '#'
if (append_text(&buf, &cap, &used, "#", 1) != 0) {
free(buf);
return NULL;
}
}
// Append the rest of the line
if (append_text(&buf, &cap, &used, p, line_len) != 0) {
free(buf);
return NULL;
}
if (eol) {
if (append_text(&buf, &cap, &used, "\n", 1) != 0) {
free(buf);
return NULL;
}
p = eol + 1;
} else {
break;
}
}
return buf;
}
char* context_build_title(tools_context_t* ctx) {
if (!ctx || !ctx->cfg) return strdup("# Didactyl Agent\n\n");
const char* name = "Didactyl Agent";
// Try to get name from kind 0 profile if available
if (ctx->template_skill_lookup) {
// We don't have direct access to the parsed kind 0 here easily,
// but we can try to extract it from the agent_profile tool output
// if we really wanted to. For now, let's stick to a simple default
// or use the config if it has a name field (it doesn't currently).
// A more robust way would be to parse the kind 0 JSON here.
}
// For now, just use a generic title. The identity skill will provide the rest.
char title[256];
snprintf(title, sizeof(title), "# %s\n\n", name);
return strdup(title);
}
+9
View File
@@ -0,0 +1,9 @@
#ifndef DIDACTYL_CONTEXT_FORMAT_H
#define DIDACTYL_CONTEXT_FORMAT_H
#include "tools/tools.h"
char* context_bump_headings(const char* text);
char* context_build_title(tools_context_t* ctx);
#endif
+141
View File
@@ -0,0 +1,141 @@
#define _POSIX_C_SOURCE 200809L
#include "context_roles.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
static int append_text(char** buf, size_t* cap, size_t* used, const char* s, size_t len) {
if (!buf || !cap || !used || !s) return -1;
if (*used + len + 1U > *cap) {
size_t next = *cap;
while (*used + len + 1U > next) {
next = (next == 0U) ? 256U : (next * 2U);
}
char* grown = (char*)realloc(*buf, next);
if (!grown) return -1;
*buf = grown;
*cap = next;
}
memcpy(*buf + *used, s, len);
*used += len;
(*buf)[*used] = '\0';
return 0;
}
int context_roles_split(const char* markdown, context_roles_t* out) {
if (!out) return -1;
memset(out, 0, sizeof(*out));
if (!markdown || markdown[0] == '\0') {
out->system_content = strdup("");
out->user_content = strdup("");
out->assistant_content = strdup("");
return 0;
}
size_t sys_cap = 1024, sys_used = 0;
size_t usr_cap = 1024, usr_used = 0;
size_t ast_cap = 1024, ast_used = 0;
char* sys_buf = (char*)malloc(sys_cap);
char* usr_buf = (char*)malloc(usr_cap);
char* ast_buf = (char*)malloc(ast_cap);
if (!sys_buf || !usr_buf || !ast_buf) {
free(sys_buf);
free(usr_buf);
free(ast_buf);
return -1;
}
sys_buf[0] = '\0';
usr_buf[0] = '\0';
ast_buf[0] = '\0';
char** current_buf = &sys_buf;
size_t* current_cap = &sys_cap;
size_t* current_used = &sys_used;
const char* p = markdown;
while (*p) {
const char* eol = strchr(p, '\n');
size_t line_len = eol ? (size_t)(eol - p) : strlen(p);
if (strncmp(p, "system:", 7) == 0 && (line_len == 7 || (line_len == 8 && p[7] == '\r'))) {
current_buf = &sys_buf;
current_cap = &sys_cap;
current_used = &sys_used;
} else if (strncmp(p, "user:", 5) == 0 && (line_len == 5 || (line_len == 6 && p[5] == '\r'))) {
current_buf = &usr_buf;
current_cap = &usr_cap;
current_used = &usr_used;
} else if (strncmp(p, "assistant:", 10) == 0 && (line_len == 10 || (line_len == 11 && p[10] == '\r'))) {
current_buf = &ast_buf;
current_cap = &ast_cap;
current_used = &ast_used;
} else {
if (append_text(current_buf, current_cap, current_used, p, line_len) != 0) {
free(sys_buf);
free(usr_buf);
free(ast_buf);
return -1;
}
if (eol) {
if (append_text(current_buf, current_cap, current_used, "\n", 1) != 0) {
free(sys_buf);
free(usr_buf);
free(ast_buf);
return -1;
}
}
}
if (!eol) break;
p = eol + 1;
}
// Trim trailing newlines
while (sys_used > 0 && (sys_buf[sys_used - 1] == '\n' || sys_buf[sys_used - 1] == '\r')) {
sys_buf[--sys_used] = '\0';
}
while (usr_used > 0 && (usr_buf[usr_used - 1] == '\n' || usr_buf[usr_used - 1] == '\r')) {
usr_buf[--usr_used] = '\0';
}
while (ast_used > 0 && (ast_buf[ast_used - 1] == '\n' || ast_buf[ast_used - 1] == '\r')) {
ast_buf[--ast_used] = '\0';
}
// Trim leading newlines
char* sys_start = sys_buf;
while (*sys_start == '\n' || *sys_start == '\r') sys_start++;
if (sys_start > sys_buf) {
memmove(sys_buf, sys_start, sys_used - (sys_start - sys_buf) + 1);
}
char* usr_start = usr_buf;
while (*usr_start == '\n' || *usr_start == '\r') usr_start++;
if (usr_start > usr_buf) {
memmove(usr_buf, usr_start, usr_used - (usr_start - usr_buf) + 1);
}
char* ast_start = ast_buf;
while (*ast_start == '\n' || *ast_start == '\r') ast_start++;
if (ast_start > ast_buf) {
memmove(ast_buf, ast_start, ast_used - (ast_start - ast_buf) + 1);
}
out->system_content = sys_buf;
out->user_content = usr_buf;
out->assistant_content = ast_buf;
return 0;
}
void context_roles_free(context_roles_t* roles) {
if (!roles) return;
free(roles->system_content);
free(roles->user_content);
free(roles->assistant_content);
memset(roles, 0, sizeof(*roles));
}
+13
View File
@@ -0,0 +1,13 @@
#ifndef DIDACTYL_CONTEXT_ROLES_H
#define DIDACTYL_CONTEXT_ROLES_H
typedef struct {
char* system_content;
char* user_content;
char* assistant_content;
} context_roles_t;
int context_roles_split(const char* markdown, context_roles_t* out);
void context_roles_free(context_roles_t* roles);
#endif
+4 -1
View File
@@ -12,11 +12,13 @@
#define DIDACTYL_STARTUP_KIND_PROFILE 0
#define DIDACTYL_STARTUP_KIND_CONTACTS 3
#define DIDACTYL_STARTUP_KIND_RELAYS 10002
#define DIDACTYL_STARTUP_KIND_DM_RELAYS 10050
static const int DIDACTYL_DEFAULT_STARTUP_EVENT_KINDS[] = {
DIDACTYL_STARTUP_KIND_PROFILE,
DIDACTYL_STARTUP_KIND_CONTACTS,
DIDACTYL_STARTUP_KIND_RELAYS
DIDACTYL_STARTUP_KIND_RELAYS,
DIDACTYL_STARTUP_KIND_DM_RELAYS
};
#define DIDACTYL_DEFAULT_STARTUP_EVENT_KIND_COUNT ((int)(sizeof(DIDACTYL_DEFAULT_STARTUP_EVENT_KINDS) / sizeof(DIDACTYL_DEFAULT_STARTUP_EVENT_KINDS[0])))
@@ -25,6 +27,7 @@ static const int DIDACTYL_DEFAULT_STARTUP_EVENT_KINDS[] = {
#define DIDACTYL_DEFAULT_KIND3_CONTENT ""
#define DIDACTYL_DEFAULT_KIND3_TAGS_JSON_TEMPLATE "[[\"p\",\"%s\"]]"
#define DIDACTYL_DEFAULT_KIND10002_CONTENT ""
#define DIDACTYL_DEFAULT_KIND10050_CONTENT ""
static const char* DIDACTYL_DEFAULT_RELAYS[] = {
"wss://relay.damus.io",
+150 -24
View File
@@ -17,6 +17,7 @@
#include "cjson/cJSON.h"
#include "debug.h"
#include "mongoose.h"
#include "signer_health.h"
static http_api_context_t g_api_ctx;
static int g_api_initialized = 0;
@@ -400,6 +401,38 @@ static int append_tool_result_message_local(cJSON* messages, const char* tool_ca
return 0;
}
static int maybe_append_loaded_skill_instructions_local(cJSON* messages,
const char* tool_name,
const char* tool_result_json) {
if (!messages || !tool_name || strcmp(tool_name, "skill_load") != 0 || !tool_result_json) {
return 0;
}
cJSON* root = cJSON_Parse(tool_result_json);
if (!root || !cJSON_IsObject(root)) {
cJSON_Delete(root);
return 0;
}
cJSON* ok = cJSON_GetObjectItemCaseSensitive(root, "success");
cJSON* type = cJSON_GetObjectItemCaseSensitive(root, "type");
cJSON* instructions = cJSON_GetObjectItemCaseSensitive(root, "instructions");
int should_apply = (ok && cJSON_IsBool(ok) && cJSON_IsTrue(ok) &&
type && cJSON_IsString(type) && type->valuestring &&
strcmp(type->valuestring, "skill_instructions") == 0 &&
instructions && cJSON_IsString(instructions) && instructions->valuestring &&
instructions->valuestring[0] != '\0');
int rc = 0;
if (should_apply) {
rc = append_simple_message_local(messages, "system", instructions->valuestring);
}
cJSON_Delete(root);
return rc;
}
static int is_space_char_local(char c) {
return c == ' ' || c == '\t' || c == '\n' || c == '\r';
}
@@ -440,6 +473,51 @@ static char* build_slash_args_json_local(const char* raw_args) {
return out;
}
static char* build_run_args_json_local(const char* raw_args) {
const char* s = skip_spaces_local(raw_args);
if (!s || s[0] == '\0') {
return json_error_string_local("/run requires a skill identifier");
}
const char* ident_start = s;
while (*s && !is_space_char_local(*s)) s++;
size_t ident_len = (size_t)(s - ident_start);
if (ident_len == 0 || ident_len >= 256U) {
return json_error_string_local("/run skill identifier is invalid");
}
char ident[256];
memcpy(ident, ident_start, ident_len);
ident[ident_len] = '\0';
const char* remaining = skip_spaces_local(s);
cJSON* out = cJSON_CreateObject();
if (!out) return NULL;
const char* c1 = strchr(ident, ':');
const char* c2 = c1 ? strchr(c1 + 1, ':') : NULL;
if (c1 && c2 && c1 != ident && (size_t)(c2 - c1) == 65U && c2[1] != '\0') {
size_t pubkey_len = (size_t)(c2 - (c1 + 1));
char pubkey[65];
memcpy(pubkey, c1 + 1, pubkey_len);
pubkey[pubkey_len] = '\0';
cJSON_AddStringToObject(out, "pubkey", pubkey);
cJSON_AddStringToObject(out, "d_tag", c2 + 1);
} else {
cJSON_AddStringToObject(out, "d_tag", ident);
}
if (remaining && remaining[0] != '\0') {
cJSON_AddStringToObject(out, "args", remaining);
}
char* json = cJSON_PrintUnformatted(out);
cJSON_Delete(out);
return json;
}
static int append_textf_http(char** buf, size_t* cap, size_t* used, const char* fmt, ...) {
if (!buf || !cap || !used || !fmt) return -1;
@@ -738,7 +816,21 @@ static char* build_slash_help_all_json_local(void) {
int adopted_count = 0;
if (adoption_events && cJSON_IsArray(adoption_events) && cJSON_GetArraySize(adoption_events) > 0) {
cJSON* ev0 = cJSON_GetArrayItem(adoption_events, 0);
cJSON* ev0 = NULL;
double best_created = -1.0;
int an = cJSON_GetArraySize(adoption_events);
for (int ai = 0; ai < an; ai++) {
cJSON* ev = cJSON_GetArrayItem(adoption_events, ai);
if (!ev || !cJSON_IsObject(ev)) {
continue;
}
cJSON* created_at = cJSON_GetObjectItemCaseSensitive(ev, "created_at");
double created = (created_at && cJSON_IsNumber(created_at)) ? created_at->valuedouble : 0.0;
if (!ev0 || created > best_created) {
ev0 = ev;
best_created = created;
}
}
cJSON* tags = ev0 ? cJSON_GetObjectItemCaseSensitive(ev0, "tags") : NULL;
if (tags && cJSON_IsArray(tags)) {
int tn = cJSON_GetArraySize(tags);
@@ -853,7 +945,8 @@ static char* execute_slash_command_http(const char* message) {
char* result_json = NULL;
if (raw_args && (strcmp(raw_args, "-h") == 0 || strcmp(raw_args, "--help") == 0)) {
result_json = build_slash_help_tool_json_local(tool_name);
const char* help_name = (strcmp(tool_name, "run") == 0) ? "skill_run" : tool_name;
result_json = build_slash_help_tool_json_local(help_name);
} else if (strcmp(tool_name, "help") == 0) {
if (!raw_args || raw_args[0] == '\0') {
result_json = build_slash_help_all_json_local();
@@ -865,14 +958,24 @@ static char* execute_slash_command_http(const char* message) {
i++;
}
help_tool[i] = '\0';
result_json = build_slash_help_tool_json_local(help_tool);
const char* help_name = (strcmp(help_tool, "run") == 0) ? "skill_run" : help_tool;
result_json = build_slash_help_tool_json_local(help_name);
}
} else {
char* args_json = build_slash_args_json_local(raw_args);
char* args_json = NULL;
const char* exec_tool_name = tool_name;
if (strcmp(tool_name, "run") == 0) {
args_json = build_run_args_json_local(raw_args);
exec_tool_name = "skill_run";
} else {
args_json = build_slash_args_json_local(raw_args);
}
if (!args_json) {
result_json = json_error_string_local("failed to parse slash args");
} else {
result_json = tools_execute(g_api_ctx.tools_ctx, tool_name, args_json);
result_json = tools_execute(g_api_ctx.tools_ctx, exec_tool_name, args_json);
free(args_json);
}
}
@@ -882,18 +985,6 @@ static char* execute_slash_command_http(const char* message) {
}
char* markdown_result = format_result_markdown_http(result_json);
const char* dm_payload = markdown_result ? markdown_result : result_json;
size_t log_cap = strlen(message) + strlen(result_json ? result_json : "") + strlen(dm_payload ? dm_payload : "") + 192U;
char* log_payload = (char*)malloc(log_cap);
if (log_payload) {
snprintf(log_payload, log_cap, "slash=%s\nresult_json=%s\nresult_markdown=%s",
message,
result_json ? result_json : "",
dm_payload ? dm_payload : "");
agent_append_context_log("http_api_agent", "direct_tool_exec", log_payload);
free(log_payload);
}
free(result_json);
return markdown_result ? markdown_result : strdup("Command executed with no output.");
@@ -902,7 +993,6 @@ static char* execute_slash_command_http(const char* message) {
static cJSON* run_prompt_with_tools_convo(cJSON* convo,
int max_turns,
const char* log_sender,
const char* log_phase,
const char* tool_limit_message) {
if (!convo || !cJSON_IsArray(convo)) return NULL;
@@ -945,10 +1035,6 @@ static cJSON* run_prompt_with_tools_convo(cJSON* convo,
char* messages_json = cJSON_PrintUnformatted(convo);
if (!messages_json) break;
agent_append_context_log(log_sender ? log_sender : "http_api",
log_phase ? log_phase : "llm_chat_with_tools_messages_http_api",
messages_json);
llm_response_t resp;
int rc = llm_chat_with_tools_messages(messages_json, tools_json, "auto", &resp);
free(messages_json);
@@ -1021,6 +1107,15 @@ static cJSON* run_prompt_with_tools_convo(cJSON* convo,
final_response = strdup("Failed to append tool result.");
goto done;
}
if (maybe_append_loaded_skill_instructions_local(convo,
tc->name,
tool_result) != 0) {
free(tool_result);
llm_response_free(&resp);
final_response = strdup("Failed to apply loaded skill instructions.");
goto done;
}
free(tool_result);
}
@@ -1115,7 +1210,6 @@ static cJSON* run_prompt_with_tools(cJSON* body) {
cJSON* root = run_prompt_with_tools_convo(convo,
max_turns,
"http_api",
"llm_chat_with_tools_messages_http_api",
"I hit my tool-use limit for this prompt run.");
cJSON_Delete(convo);
return root;
@@ -1135,6 +1229,39 @@ static void handle_status(struct mg_connection* c) {
if (g_api_ctx.cfg) {
cJSON_AddStringToObject(root, "pubkey", g_api_ctx.cfg->keys.public_key_hex);
cJSON_AddNumberToObject(root, "relay_count", g_api_ctx.cfg->relay_count);
/* Phase 4 item 19: out-of-band signer health surface. Expose the
* configured signer mode and runtime health classification so an
* operator can detect a signing outage from the HTTP status endpoint
* without requiring a signed admin DM to come back. */
cJSON_AddStringToObject(root, "signer_mode",
g_api_ctx.cfg->signer.mode[0] ? g_api_ctx.cfg->signer.mode : "local");
}
/* Signer runtime health (process-global, lock-protected snapshot). */
signer_health_snapshot_t hs;
if (signer_health_snapshot(&hs) == 0) {
const char* state_str = "unknown";
if (hs.state == SIGNER_HEALTH_HEALTHY) {
state_str = "healthy";
} else if (hs.state == SIGNER_HEALTH_UNHEALTHY) {
state_str = "unhealthy";
}
cJSON_AddStringToObject(root, "signer_healthy",
hs.state == SIGNER_HEALTH_HEALTHY ? "true" :
hs.state == SIGNER_HEALTH_UNHEALTHY ? "false" : "unknown");
cJSON_AddStringToObject(root, "signer_health_state", state_str);
cJSON_AddStringToObject(root, "signer_last_error",
hs.last_reason[0] ? hs.last_reason : "");
if (hs.last_error_ts > 0) {
cJSON_AddNumberToObject(root, "signer_last_error_ts", (double)hs.last_error_ts);
} else {
cJSON_AddNullToObject(root, "signer_last_error_ts");
}
if (hs.last_ok_ts > 0) {
cJSON_AddNumberToObject(root, "signer_last_ok_ts", (double)hs.last_ok_ts);
} else {
cJSON_AddNullToObject(root, "signer_last_ok_ts");
}
}
cJSON_AddNumberToObject(root, "connected_relays", nostr_handler_connected_relay_count());
@@ -1379,7 +1506,6 @@ static void handle_prompt_agent(struct mg_connection* c, const struct mg_http_me
result = run_prompt_with_tools_convo(convo,
max_turns,
"http_api_agent",
"llm_chat_with_tools_messages_agent_api",
"I hit my tool-use limit for this request.");
cJSON_Delete(convo);
+142
View File
@@ -0,0 +1,142 @@
#define _POSIX_C_SOURCE 200809L
#include "json_to_markdown.h"
#include "cjson/cJSON.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
static int append_text(char** buf, size_t* cap, size_t* used, const char* s) {
if (!buf || !cap || !used || !s) return -1;
size_t n = strlen(s);
if (*used + n + 1U > *cap) {
size_t next = *cap;
while (*used + n + 1U > next) {
next = (next == 0U) ? 256U : (next * 2U);
}
char* grown = (char*)realloc(*buf, next);
if (!grown) return -1;
*buf = grown;
*cap = next;
}
memcpy(*buf + *used, s, n);
*used += n;
(*buf)[*used] = '\0';
return 0;
}
static void print_indent(int indent_level, char** buf, size_t* cap, size_t* used) {
for (int i = 0; i < indent_level; i++) {
append_text(buf, cap, used, " ");
}
}
static void render_json_node(cJSON* node, int indent_level, int is_list_item, char** buf, size_t* cap, size_t* used, int max_array_items) {
if (!node) return;
if (cJSON_IsString(node)) {
if (is_list_item) {
print_indent(indent_level, buf, cap, used);
append_text(buf, cap, used, "- ");
}
append_text(buf, cap, used, node->valuestring ? node->valuestring : "");
append_text(buf, cap, used, "\n");
} else if (cJSON_IsNumber(node)) {
if (is_list_item) {
print_indent(indent_level, buf, cap, used);
append_text(buf, cap, used, "- ");
}
char num_str[64];
if (node->valuedouble == (double)node->valueint) {
snprintf(num_str, sizeof(num_str), "%d", node->valueint);
} else {
snprintf(num_str, sizeof(num_str), "%f", node->valuedouble);
}
append_text(buf, cap, used, num_str);
append_text(buf, cap, used, "\n");
} else if (cJSON_IsBool(node)) {
if (is_list_item) {
print_indent(indent_level, buf, cap, used);
append_text(buf, cap, used, "- ");
}
append_text(buf, cap, used, cJSON_IsTrue(node) ? "true\n" : "false\n");
} else if (cJSON_IsNull(node)) {
if (is_list_item) {
print_indent(indent_level, buf, cap, used);
append_text(buf, cap, used, "- null\n");
}
} else if (cJSON_IsObject(node)) {
cJSON* child = node->child;
int first = 1;
while (child) {
if (is_list_item && first) {
print_indent(indent_level, buf, cap, used);
append_text(buf, cap, used, "- **");
first = 0;
} else {
print_indent(indent_level + (is_list_item ? 1 : 0), buf, cap, used);
append_text(buf, cap, used, "- **");
}
append_text(buf, cap, used, child->string ? child->string : "unknown");
append_text(buf, cap, used, "**: ");
if (cJSON_IsObject(child) || cJSON_IsArray(child)) {
append_text(buf, cap, used, "\n");
render_json_node(child, indent_level + (is_list_item ? 2 : 1), 0, buf, cap, used, max_array_items);
} else {
render_json_node(child, 0, 0, buf, cap, used, max_array_items);
}
child = child->next;
}
} else if (cJSON_IsArray(node)) {
int count = cJSON_GetArraySize(node);
int limit = (max_array_items > 0 && count > max_array_items) ? max_array_items : count;
for (int i = 0; i < limit; i++) {
cJSON* item = cJSON_GetArrayItem(node, i);
render_json_node(item, indent_level, 1, buf, cap, used, max_array_items);
}
if (count > limit) {
print_indent(indent_level, buf, cap, used);
char trunc_msg[64];
snprintf(trunc_msg, sizeof(trunc_msg), "- *(... and %d more items)*\n", count - limit);
append_text(buf, cap, used, trunc_msg);
}
}
}
char* json_to_markdown(const char* json_string, int max_array_items) {
if (!json_string) return NULL;
cJSON* root = cJSON_Parse(json_string);
if (!root) {
// If it's not valid JSON, just return a copy of the string
return strdup(json_string);
}
// If it's a plain string, return it without markdown formatting
if (cJSON_IsString(root)) {
char* out = strdup(root->valuestring ? root->valuestring : "");
cJSON_Delete(root);
return out;
}
size_t cap = 1024;
size_t used = 0;
char* buf = (char*)malloc(cap);
if (!buf) {
cJSON_Delete(root);
return NULL;
}
buf[0] = '\0';
render_json_node(root, 0, 0, &buf, &cap, &used, max_array_items);
cJSON_Delete(root);
// Trim trailing newline if present
if (used > 0 && buf[used - 1] == '\n') {
buf[used - 1] = '\0';
}
return buf;
}
+6
View File
@@ -0,0 +1,6 @@
#ifndef DIDACTYL_JSON_TO_MARKDOWN_H
#define DIDACTYL_JSON_TO_MARKDOWN_H
char* json_to_markdown(const char* json_string, int max_array_items);
#endif
+90
View File
@@ -7,6 +7,10 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <time.h>
#include <errno.h>
#include <sys/stat.h>
#include <pthread.h>
#include "cjson/cJSON.h"
#include "debug.h"
@@ -15,6 +19,65 @@
static llm_config_t g_cfg;
static int g_initialized = 0;
static pthread_mutex_t g_llm_request_log_mutex = PTHREAD_MUTEX_INITIALIZER;
static unsigned long g_llm_request_log_seq = 0;
static int provider_log_next_stamp_seq_local(char* stamp, size_t stamp_size, unsigned long* seq_out) {
if (!stamp || stamp_size == 0 || !seq_out) {
return -1;
}
stamp[0] = '\0';
*seq_out = 0;
if (mkdir("context.logs", 0755) != 0 && errno != EEXIST) {
return -1;
}
time_t now = time(NULL);
struct tm tm_info;
localtime_r(&now, &tm_info);
strftime(stamp, stamp_size, "%Y%m%dT%H%M%S", &tm_info);
pthread_mutex_lock(&g_llm_request_log_mutex);
*seq_out = ++g_llm_request_log_seq;
pthread_mutex_unlock(&g_llm_request_log_mutex);
return 0;
}
static void log_provider_payload_local(const char* payload,
const char* stamp,
unsigned long seq,
const char* phase) {
if (!payload || payload[0] == '\0' || !stamp || stamp[0] == '\0' || !phase || phase[0] == '\0') {
return;
}
char path[256] = {0};
snprintf(path, sizeof(path), "context.logs/%s_%s%04lu.json", stamp, phase, seq);
FILE* out = fopen(path, "wb");
if (!out) {
return;
}
(void)fwrite(payload, 1, strlen(payload), out);
fclose(out);
}
/*
* Provider payload logging (context.logs/) is gated behind DIDACTYL_CONTEXT_DEBUG.
* Modes: "off" (or unset) = no logging, "init" or "full" = logging enabled.
* This prevents full LLM conversation transcripts (system prompts, user messages,
* tool calls, responses) from being written to disk in production.
*/
static int provider_log_enabled(void) {
const char* mode = getenv("DIDACTYL_CONTEXT_DEBUG");
if (!mode || mode[0] == '\0') {
return 0;
}
return strcmp(mode, "off") != 0;
}
static int url_looks_like_websocket(const char* url) {
if (!url) return 0;
@@ -82,6 +145,20 @@ static char* perform_http_request(const char* url, const char* body, int is_post
DEBUG_INFO("[didactyl] llm request: method=GET url=%s", url);
}
char provider_log_stamp[32] = {0};
unsigned long provider_log_seq = 0;
int provider_log_has_pair = 0;
const int do_provider_log = provider_log_enabled();
if (do_provider_log && is_post && body && body[0] != '\0') {
if (provider_log_next_stamp_seq_local(provider_log_stamp,
sizeof(provider_log_stamp),
&provider_log_seq) == 0) {
log_provider_payload_local(body, provider_log_stamp, provider_log_seq, "req");
provider_log_has_pair = 1;
}
}
nostr_http_response_t resp;
int rc = nostr_http_request(&req, &resp);
if (rc != NOSTR_SUCCESS) {
@@ -89,6 +166,19 @@ static char* perform_http_request(const char* url, const char* body, int is_post
return NULL;
}
if (do_provider_log && resp.body && resp.body_len > 0) {
if (!provider_log_has_pair) {
if (provider_log_next_stamp_seq_local(provider_log_stamp,
sizeof(provider_log_stamp),
&provider_log_seq) == 0) {
provider_log_has_pair = 1;
}
}
if (provider_log_has_pair) {
log_provider_payload_local(resp.body, provider_log_stamp, provider_log_seq, "res");
}
}
if (resp.status_code < 200 || resp.status_code >= 300) {
DEBUG_ERROR("[didactyl] llm http request failed: status=%ld", resp.status_code);
if (resp.status_code == 101) {
+1039 -180
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -12,8 +12,8 @@
// Using DIDACTYL_ prefix to avoid conflicts with nostr_core_lib VERSION macros
#define DIDACTYL_VERSION_MAJOR 0
#define DIDACTYL_VERSION_MINOR 2
#define DIDACTYL_VERSION_PATCH 17
#define DIDACTYL_VERSION "v0.2.17"
#define DIDACTYL_VERSION_PATCH 55
#define DIDACTYL_VERSION "v0.2.55"
// Agent metadata
#define DIDACTYL_NAME "Didactyl"
+63 -14
View File
@@ -10,6 +10,10 @@
#include "debug.h"
#include "../../nostr_core_lib/nostr_core/nostr_core.h"
/* Optional process-lifetime signer for NIP-44 encrypt/decrypt of private
* block-list content. Owned by main.c; non-owning here. */
static nostr_signer_t* g_block_signer = NULL;
typedef struct {
didactyl_config_t* cfg;
int initialized;
@@ -186,22 +190,43 @@ static int decrypt_private_tags_array(const char* encrypted_content, cJSON** out
return *out_array ? 0 : -1;
}
size_t cap = strlen(encrypted_content) + 4096;
char* plaintext = (char*)calloc(1, cap);
if (!plaintext) return -1;
/* Phase 3 item 13: route NIP-44 decrypt through the process signer when
* available so remote signer modes keep the nsec out of the agent. The
* signer verb returns a heap string via out-param; free it after parse.
* Falls back to the legacy raw-key path when no signer is set. */
const char* plain_src = NULL;
char* plain_to_free = NULL;
char* plaintext = NULL;
int rc = nostr_nip44_decrypt(g_block.cfg->keys.private_key,
g_block.cfg->keys.public_key,
encrypted_content,
plaintext,
cap);
if (rc != 0) {
free(plaintext);
return -1;
if (g_block_signer) {
int rc = nostr_signer_nip44_decrypt(g_block_signer,
g_block.cfg->keys.public_key_hex,
encrypted_content,
&plaintext);
if (rc != NOSTR_SUCCESS || !plaintext) {
return -1;
}
plain_src = plaintext;
plain_to_free = plaintext;
} else {
size_t cap = strlen(encrypted_content) + 4096;
plaintext = (char*)calloc(1, cap);
if (!plaintext) return -1;
int rc = nostr_nip44_decrypt(g_block.cfg->keys.private_key,
g_block.cfg->keys.public_key,
encrypted_content,
plaintext,
cap);
if (rc != 0) {
free(plaintext);
return -1;
}
plain_src = plaintext;
plain_to_free = plaintext;
}
cJSON* arr = cJSON_Parse(plaintext);
free(plaintext);
cJSON* arr = cJSON_Parse(plain_src);
free(plain_to_free);
if (!arr || !cJSON_IsArray(arr)) {
cJSON_Delete(arr);
return -1;
@@ -218,8 +243,25 @@ static int encrypt_private_tags_array(cJSON* private_tags_array, char** out_cont
char* plain = cJSON_PrintUnformatted(private_tags_array);
if (!plain) return -1;
/* Phase 3 item 13: route NIP-44 encrypt through the process signer when
* available. The signer verb returns a heap string via out-param. Falls
* back to the legacy raw-key path when no signer is set. */
char* cipher = NULL;
if (g_block_signer) {
int rc = nostr_signer_nip44_encrypt(g_block_signer,
g_block.cfg->keys.public_key_hex,
plain,
&cipher);
free(plain);
if (rc != NOSTR_SUCCESS || !cipher) {
return -1;
}
*out_content = cipher;
return 0;
}
size_t cap = strlen(plain) * 4 + 4096;
char* cipher = (char*)calloc(1, cap);
cipher = (char*)calloc(1, cap);
if (!cipher) {
free(plain);
return -1;
@@ -311,6 +353,12 @@ static int publish_kind10000(cJSON* public_tags, cJSON* private_tags, char* out_
return 0;
}
void nostr_block_list_set_signer(nostr_signer_t* signer) {
pthread_mutex_lock(&g_block.mutex);
g_block_signer = signer;
pthread_mutex_unlock(&g_block.mutex);
}
int nostr_block_list_init(didactyl_config_t* cfg) {
if (!cfg) return -1;
@@ -365,6 +413,7 @@ void nostr_block_list_cleanup(void) {
g_block.cfg = NULL;
g_block.loaded = 0;
g_block.initialized = 0;
g_block_signer = NULL;
pthread_mutex_unlock(&g_block.mutex);
}
+8
View File
@@ -3,11 +3,19 @@
#include "config.h"
#include "cjson/cJSON.h"
#include "../nostr_core_lib/nostr_core/nostr_signer.h"
int nostr_block_list_init(didactyl_config_t* cfg);
int nostr_block_list_load_from_relays(void);
void nostr_block_list_cleanup(void);
/* Wire a process-lifetime signer handle (non-owning) so NIP-44 encrypt/decrypt
* of the private block-list content routes through the signer verbs in remote
* signer modes. Falls back to the legacy raw-key path when NULL. The caller
* must keep the signer alive for the module's lifetime and free it after
* nostr_block_list_cleanup. */
void nostr_block_list_set_signer(nostr_signer_t* signer);
int nostr_block_list_is_pubkey_blocked(const char* pubkey_hex);
int nostr_block_list_is_event_blocked(const char* event_id_hex);
int nostr_block_list_is_hashtag_blocked(const char* hashtag);
+859 -39
View File
File diff suppressed because it is too large Load Diff
+12
View File
@@ -40,6 +40,15 @@ typedef struct {
typedef void (*nostr_self_skill_eose_cb_t)(int event_count, void* user_data);
int nostr_handler_init(didactyl_config_t* config);
/* Optional: provide a process-lifetime signer handle for relay pool AUTH.
* When set, nostr_handler_init routes NIP-42 AUTH through the signer via
* nostr_relay_pool_set_auth_with_signer instead of the raw private-key path.
* The caller retains ownership of the signer and must free it after
* nostr_handler_cleanup. If not called, the legacy raw-key AUTH path is used
* (backward compatible). */
void nostr_handler_set_signer(nostr_signer_t* signer);
void nostr_handler_set_trigger_manager(struct trigger_manager* trigger_manager);
int nostr_handler_subscribe_admin_context(void);
int nostr_handler_subscribe_agent_context(void);
@@ -77,9 +86,11 @@ int nostr_handler_validate_self_skill_cache(int* out_skill_count, int* out_adopt
void nostr_handler_refresh_relay_statuses(void);
int nostr_handler_sync_relays_from_config(void);
char* nostr_handler_get_self_skill_events_json(void);
int nostr_handler_refresh_self_skill_cache_from_relays(int timeout_ms);
int nostr_handler_is_event_in_self_cache(const char* event_id_hex);
const char* nostr_handler_get_startup_display_name(void);
int nostr_handler_connected_relay_count(void);
char* nostr_handler_relay_state_summary(void);
char* nostr_handler_get_admin_kind0_context(void);
char* nostr_handler_get_admin_kind3_context(void);
char* nostr_handler_get_admin_kind10002_context(void);
@@ -102,6 +113,7 @@ int nostr_handler_dm_history_remember(const char* peer_pubkey_hex,
const char* content,
didactyl_dm_history_role_t role);
char* nostr_handler_get_dm_history_json(const char* peer_pubkey_hex, int limit);
char* nostr_handler_get_dm_history_markdown(const char* peer_pubkey_hex, int limit);
void nostr_handler_cleanup(void);
#endif
+9 -2
View File
@@ -2,6 +2,7 @@
#include "prompt_template.h"
#include "cjson/cJSON.h"
#include "json_to_markdown.h"
#include <ctype.h>
#include <stdlib.h>
@@ -177,9 +178,15 @@ char* prompt_template_resolve_inline_variables(const char* tpl, tools_context_t*
if (!success || !cJSON_IsBool(success) || cJSON_IsTrue(success)) {
cJSON* content = cJSON_GetObjectItemCaseSensitive(root, "content");
if (content && cJSON_IsString(content) && content->valuestring) {
replacement_owned = strdup(content->valuestring);
char* md = json_to_markdown(content->valuestring, 8);
replacement_owned = md ? md : strdup(content->valuestring);
} else if (content) {
replacement_owned = cJSON_PrintUnformatted(content);
char* raw = cJSON_PrintUnformatted(content);
if (raw) {
char* md = json_to_markdown(raw, 8);
replacement_owned = md ? md : raw;
if (md) free(raw);
}
}
}
}
+707 -112
View File
File diff suppressed because it is too large Load Diff
+132
View File
@@ -0,0 +1,132 @@
#define _POSIX_C_SOURCE 200809L
#include "signer_health.h"
#include <stdio.h>
#include <string.h>
#include <pthread.h>
#include "../nostr_core_lib/nostr_core/nostr_common.h"
static pthread_mutex_t g_lock = PTHREAD_MUTEX_INITIALIZER;
static signer_health_state_t g_state = SIGNER_HEALTH_UNKNOWN;
static char g_mode[32] = {0};
static char g_last_reason[SIGNER_HEALTH_REASON_LEN] = {0};
static time_t g_last_error_ts = 0;
static time_t g_last_ok_ts = 0;
void signer_health_set_mode(const char* mode) {
pthread_mutex_lock(&g_lock);
if (mode && mode[0]) {
snprintf(g_mode, sizeof(g_mode), "%s", mode);
} else {
g_mode[0] = '\0';
}
pthread_mutex_unlock(&g_lock);
}
void signer_health_reset(void) {
pthread_mutex_lock(&g_lock);
g_state = SIGNER_HEALTH_UNKNOWN;
g_mode[0] = '\0';
g_last_reason[0] = '\0';
g_last_error_ts = 0;
g_last_ok_ts = 0;
pthread_mutex_unlock(&g_lock);
}
/* Classify a nostr error code into a short category label used both for
* the health reason string and for log clarity. The categories map to
* the failure modes called out in Phase 4 item 18:
* transport/IO - network or socket failure talking to n_signer
* auth/policy - n_signer rejected the request (auth envelope, policy)
* crypto - the signer performed work but the crypto op failed
* (e.g. decrypt of malformed ciphertext). This is NOT
* necessarily a signer outage, but we still record it
* so the operator can see recent signer activity.
* unknown - anything else.
*
* Note: nostr_core_lib does not currently expose dedicated nsigner
* transport/auth error codes; remote signer failures surface as
* NOSTR_ERROR_IO_FAILED / NOSTR_ERROR_NETWORK_FAILED (transport) or
* NOSTR_ERROR_CRYPTO_FAILED (the nsigner client maps server-side
* rejections to crypto-failed when it cannot be more specific). We
* treat IO/network as the strong "signer unreachable" signal. */
static const char* classify_rc(int rc) {
if (rc == NOSTR_ERROR_IO_FAILED || rc == NOSTR_ERROR_NETWORK_FAILED) {
return "transport/IO";
}
if (rc == NOSTR_ERROR_CRYPTO_FAILED) {
return "crypto/auth";
}
if (rc == NOSTR_ERROR_MEMORY_FAILED) {
return "resource";
}
if (rc == NOSTR_ERROR_INVALID_INPUT) {
return "invalid-input";
}
return "unknown";
}
void signer_health_record_ok(void) {
int transitioned_from_unhealthy = 0;
pthread_mutex_lock(&g_lock);
time_t now = time(NULL);
if (g_state == SIGNER_HEALTH_UNHEALTHY) {
transitioned_from_unhealthy = 1;
}
g_state = SIGNER_HEALTH_HEALTHY;
g_last_ok_ts = now;
/* Keep last_reason/last_error_ts so the operator can see the most
* recent prior failure even after recovery. */
pthread_mutex_unlock(&g_lock);
if (transitioned_from_unhealthy) {
fprintf(stderr,
"[didactyl] signer health transition: unhealthy -> healthy (mode=%s)\n",
g_mode[0] ? g_mode : "local");
}
}
void signer_health_record_failure(int nostr_rc, const char* detail) {
int transitioned_from_healthy = 0;
char reason[SIGNER_HEALTH_REASON_LEN];
const char* cls = classify_rc(nostr_rc);
if (detail && detail[0]) {
snprintf(reason, sizeof(reason), "%s: %s (rc=%d)", cls, detail, nostr_rc);
} else {
snprintf(reason, sizeof(reason), "%s (rc=%d)", cls, nostr_rc);
}
pthread_mutex_lock(&g_lock);
time_t now = time(NULL);
if (g_state == SIGNER_HEALTH_HEALTHY) {
transitioned_from_healthy = 1;
}
g_state = SIGNER_HEALTH_UNHEALTHY;
snprintf(g_last_reason, sizeof(g_last_reason), "%s", reason);
g_last_error_ts = now;
pthread_mutex_unlock(&g_lock);
if (transitioned_from_healthy) {
fprintf(stderr,
"[didactyl] signer health transition: healthy -> unhealthy "
"(mode=%s, reason=%s)\n",
g_mode[0] ? g_mode : "local",
reason);
}
}
int signer_health_snapshot(signer_health_snapshot_t* out) {
if (!out) {
return -1;
}
pthread_mutex_lock(&g_lock);
out->state = g_state;
snprintf(out->mode, sizeof(out->mode), "%s", g_mode);
snprintf(out->last_reason, sizeof(out->last_reason), "%s", g_last_reason);
out->last_error_ts = g_last_error_ts;
out->last_ok_ts = g_last_ok_ts;
pthread_mutex_unlock(&g_lock);
return 0;
}
+59
View File
@@ -0,0 +1,59 @@
#ifndef DIDACTYL_SIGNER_HEALTH_H
#define DIDACTYL_SIGNER_HEALTH_H
#include <time.h>
/* Signer runtime health tracking (Phase 4 item 18/19).
*
* Lightweight process-global state recording whether the active signer
* provider (local or remote n_signer) is currently considered healthy,
* along with the last error reason and timestamp. This is surfaced via
* the HTTP /api/status endpoint so an operator can detect a signing
* outage out-of-band (without requiring a signed admin DM to come back).
*
* The state is intentionally minimal and lock-protected; it is updated
* from central signer call paths (nostr_handler self-encrypt/decrypt,
* DM encrypt/decrypt, main.c startup connectivity check). It is NOT a
* full health-check daemon: it reflects the outcome of the last signer
* operation that was attempted.
*/
typedef enum {
SIGNER_HEALTH_UNKNOWN = 0, /* no signer operation attempted yet */
SIGNER_HEALTH_HEALTHY = 1,
SIGNER_HEALTH_UNHEALTHY = 2
} signer_health_state_t;
#define SIGNER_HEALTH_REASON_LEN 256
typedef struct {
signer_health_state_t state;
char mode[32]; /* snapshot of cfg.signer.mode */
char last_reason[SIGNER_HEALTH_REASON_LEN]; /* human-readable last error */
time_t last_error_ts; /* unix ts of last unhealthy transition */
time_t last_ok_ts; /* unix ts of last healthy observation */
} signer_health_snapshot_t;
/* Record the configured signer mode at startup. Call once after the
* signer is constructed. Safe to call multiple times. */
void signer_health_set_mode(const char* mode);
/* Mark the signer healthy and record a successful operation timestamp.
* Emits a one-line warning if this is a transition from unhealthy -> healthy. */
void signer_health_record_ok(void);
/* Mark the signer unhealthy with a reason string and the nostr error code
* (from nostr_common.h). The reason is formatted as "<classification>: <detail>".
* Emits a one-line warning if this is a transition from healthy -> unhealthy.
* Pass rc=0 only if you do not have a nostr error code (the detail string
* should then fully describe the failure). */
void signer_health_record_failure(int nostr_rc, const char* detail);
/* Thread-safe snapshot copy for the HTTP status endpoint. Returns 0 on
* success, -1 if out is NULL. */
int signer_health_snapshot(signer_health_snapshot_t* out);
/* Reset state (used by tests / reinit). */
void signer_health_reset(void);
#endif /* DIDACTYL_SIGNER_HEALTH_H */
+1 -1
View File
@@ -410,7 +410,7 @@ char* execute_nostr_dm_history(tools_context_t* ctx, const char* args_json) {
continue;
}
const char* prefix = (strcmp(role->valuestring, "user") == 0) ? "User: " : "Assistant: ";
const char* prefix = (strcmp(role->valuestring, "user") == 0) ? "- **Admin**: " : "- **You**: ";
if (append_text_local(&rendered, &cap, &used, prefix) != 0 ||
append_text_local(&rendered, &cap, &used, content->valuestring) != 0 ||
append_text_local(&rendered, &cap, &used, "\n") != 0) {
+25 -2
View File
@@ -117,12 +117,26 @@ char* execute_blossom_upload(tools_context_t* ctx, const char* args_json) {
}
blossom_blob_descriptor_t d;
int rc = blossom_upload_file(server->valuestring,
/* Phase 3 item 16: route the Blossom upload auth/signature through the
* process signer when wired into the tools context so remote signer modes
* keep the nsec out of the agent. Falls back to the legacy raw-key path
* when the signer is NULL (local mode / pre-Phase-3). */
int rc;
if (ctx->signer) {
rc = blossom_upload_file_with_signer(server->valuestring,
full_path,
(content_type && cJSON_IsString(content_type) && content_type->valuestring) ? content_type->valuestring : NULL,
ctx->signer,
30,
&d);
} else {
rc = blossom_upload_file(server->valuestring,
full_path,
(content_type && cJSON_IsString(content_type) && content_type->valuestring) ? content_type->valuestring : NULL,
ctx->cfg->keys.private_key,
30,
&d);
}
cJSON_Delete(args);
if (rc != NOSTR_SUCCESS) return json_error_local("blossom_upload failed");
@@ -235,7 +249,16 @@ char* execute_blossom_delete(tools_context_t* ctx, const char* args_json) {
return json_error_local("blossom_delete requires an https:// server URL");
}
int rc = blossom_delete(server->valuestring, sha->valuestring, ctx->cfg->keys.private_key, 15);
/* Phase 3 item 16: route the Blossom delete auth/signature through the
* process signer when wired into the tools context so remote signer modes
* keep the nsec out of the agent. Falls back to the legacy raw-key path
* when the signer is NULL (local mode / pre-Phase-3). */
int rc;
if (ctx->signer) {
rc = blossom_delete_with_signer(server->valuestring, sha->valuestring, ctx->signer, 15);
} else {
rc = blossom_delete(server->valuestring, sha->valuestring, ctx->cfg->keys.private_key, 15);
}
cJSON_Delete(args);
if (rc != NOSTR_SUCCESS) return json_error_local("blossom_delete failed");
+49 -3
View File
@@ -37,6 +37,20 @@ static int nip44_encrypt_self_local(tools_context_t* ctx, const char* plaintext,
if (!ctx || !ctx->cfg || !out_ciphertext) return -1;
const char* plain = plaintext ? plaintext : "";
/* Phase 3 item 13: route self-encrypt through the process signer when
* wired into the tools context. Falls back to the legacy raw-key path. */
if (ctx->signer) {
char* signer_out = NULL;
int rc = nostr_signer_nip44_encrypt(ctx->signer,
ctx->cfg->keys.public_key_hex,
plain,
&signer_out);
if (rc != NOSTR_SUCCESS || !signer_out) return -1;
*out_ciphertext = signer_out;
return 0;
}
size_t out_cap = (strlen(plain) * 4U) + 1024U;
char* ciphertext = (char*)malloc(out_cap);
if (!ciphertext) return -1;
@@ -58,6 +72,19 @@ static int nip44_encrypt_self_local(tools_context_t* ctx, const char* plaintext,
static int nip44_decrypt_self_local(tools_context_t* ctx, const char* ciphertext, char** out_plaintext) {
if (!ctx || !ctx->cfg || !ciphertext || !out_plaintext) return -1;
/* Phase 3 item 13: route self-decrypt through the process signer when
* wired into the tools context. Falls back to the legacy raw-key path. */
if (ctx->signer) {
char* signer_out = NULL;
int rc = nostr_signer_nip44_decrypt(ctx->signer,
ctx->cfg->keys.public_key_hex,
ciphertext,
&signer_out);
if (rc != NOSTR_SUCCESS || !signer_out) return -1;
*out_plaintext = signer_out;
return 0;
}
size_t out_cap = strlen(ciphertext) + 1024U;
char* plaintext = (char*)malloc(out_cap);
if (!plaintext) return -1;
@@ -100,7 +127,7 @@ static int query_config_ciphertext_local(tools_context_t* ctx, const char* d_tag
cJSON_AddItemToArray(d_vals, cJSON_CreateString(d_tag));
cJSON_AddItemToObject(filter, "#d", d_vals);
cJSON_AddNumberToObject(filter, "limit", 1);
cJSON_AddNumberToObject(filter, "limit", 20);
char* events_json = nostr_handler_query_json(filter, 4000);
cJSON_Delete(filter);
@@ -116,8 +143,27 @@ static int query_config_ciphertext_local(tools_context_t* ctx, const char* d_tag
return (*out_ciphertext != NULL) ? 0 : -1;
}
cJSON* ev = cJSON_GetArrayItem(arr, 0);
cJSON* content = ev ? cJSON_GetObjectItemCaseSensitive(ev, "content") : NULL;
cJSON* newest_ev = NULL;
long newest_created_at = -1;
int n = cJSON_GetArraySize(arr);
for (int i = 0; i < n; i++) {
cJSON* ev = cJSON_GetArrayItem(arr, i);
if (!ev || !cJSON_IsObject(ev)) {
continue;
}
cJSON* content = cJSON_GetObjectItemCaseSensitive(ev, "content");
if (!content || !cJSON_IsString(content) || !content->valuestring || content->valuestring[0] == '\0') {
continue;
}
cJSON* created_at = cJSON_GetObjectItemCaseSensitive(ev, "created_at");
long ts = (created_at && cJSON_IsNumber(created_at)) ? (long)created_at->valuedouble : 0;
if (!newest_ev || ts > newest_created_at) {
newest_ev = ev;
newest_created_at = ts;
}
}
cJSON* content = newest_ev ? cJSON_GetObjectItemCaseSensitive(newest_ev, "content") : NULL;
const char* cipher = (content && cJSON_IsString(content) && content->valuestring) ? content->valuestring : "";
*out_ciphertext = strdup(cipher);
+28
View File
@@ -58,6 +58,21 @@ static int nip44_encrypt_self_local(tools_context_t* ctx, const char* plaintext,
if (!ctx || !ctx->cfg || !out_ciphertext) return -1;
const char* plain = plaintext ? plaintext : "";
/* Phase 3 item 13: route self-encrypt through the process signer when
* wired into the tools context so remote signer modes keep the nsec out
* of the agent. Falls back to the legacy raw-key path otherwise. */
if (ctx->signer) {
char* signer_out = NULL;
int rc = nostr_signer_nip44_encrypt(ctx->signer,
ctx->cfg->keys.public_key_hex,
plain,
&signer_out);
if (rc != NOSTR_SUCCESS || !signer_out) return -1;
*out_ciphertext = signer_out;
return 0;
}
size_t out_cap = (strlen(plain) * 4U) + 1024U;
char* ciphertext = (char*)malloc(out_cap);
if (!ciphertext) return -1;
@@ -79,6 +94,19 @@ static int nip44_encrypt_self_local(tools_context_t* ctx, const char* plaintext,
static int nip44_decrypt_self_local(tools_context_t* ctx, const char* ciphertext, char** out_plaintext) {
if (!ctx || !ctx->cfg || !ciphertext || !out_plaintext) return -1;
/* Phase 3 item 13: route self-decrypt through the process signer when
* wired into the tools context. Falls back to the legacy raw-key path. */
if (ctx->signer) {
char* signer_out = NULL;
int rc = nostr_signer_nip44_decrypt(ctx->signer,
ctx->cfg->keys.public_key_hex,
ciphertext,
&signer_out);
if (rc != NOSTR_SUCCESS || !signer_out) return -1;
*out_plaintext = signer_out;
return 0;
}
size_t out_cap = strlen(ciphertext) + 1024U;
char* plaintext = (char*)malloc(out_cap);
if (!plaintext) return -1;
+139 -30
View File
@@ -5,6 +5,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "cjson/cJSON.h"
#include "../config.h"
@@ -30,7 +31,9 @@ static cJSON* parse_args_local(const char* args_json) {
return args;
}
static int persist_llm_config_nostr(tools_context_t* ctx, const llm_config_t* cfg, char** out_error) {
static int persist_global_llm_user_settings_nostr(tools_context_t* ctx,
const llm_config_t* cfg,
char** out_error) {
if (!ctx || !ctx->cfg || !cfg) {
if (out_error) *out_error = strdup("invalid persist context");
return -1;
@@ -38,28 +41,136 @@ static int persist_llm_config_nostr(tools_context_t* ctx, const llm_config_t* cf
if (out_error) *out_error = NULL;
cJSON* args = cJSON_CreateObject();
cJSON* content = cJSON_CreateObject();
if (!args || !content) {
cJSON_Delete(args);
cJSON_Delete(content);
if (out_error) *out_error = strdup("allocation failure while building llm_config payload");
cJSON* recall_args = cJSON_CreateObject();
if (!recall_args) {
if (out_error) *out_error = strdup("allocation failure while building config_recall args");
return -1;
}
cJSON_AddStringToObject(recall_args, "d_tag", "user-settings");
char* recall_args_json = cJSON_PrintUnformatted(recall_args);
cJSON_Delete(recall_args);
if (!recall_args_json) {
if (out_error) *out_error = strdup("failed to serialize config_recall args");
return -1;
}
cJSON_AddStringToObject(args, "d_tag", "llm_config");
cJSON_AddStringToObject(content, "provider", cfg->provider);
cJSON_AddStringToObject(content, "api_key", cfg->api_key);
cJSON_AddStringToObject(content, "model", cfg->model);
cJSON_AddStringToObject(content, "base_url", cfg->base_url);
cJSON_AddNumberToObject(content, "max_tokens", cfg->max_tokens);
cJSON_AddNumberToObject(content, "temperature", cfg->temperature);
cJSON_AddItemToObject(args, "content", content);
char* recall_result = execute_config_recall(ctx, recall_args_json);
free(recall_args_json);
if (!recall_result) {
if (out_error) *out_error = strdup("config_recall returned no response");
return -1;
}
char* store_args_json = cJSON_PrintUnformatted(args);
cJSON_Delete(args);
cJSON* recall_root = cJSON_Parse(recall_result);
free(recall_result);
if (!recall_root || !cJSON_IsObject(recall_root)) {
cJSON_Delete(recall_root);
if (out_error) *out_error = strdup("config_recall returned invalid JSON");
return -1;
}
cJSON* recall_success = cJSON_GetObjectItemCaseSensitive(recall_root, "success");
if (!recall_success || !cJSON_IsBool(recall_success) || !cJSON_IsTrue(recall_success)) {
cJSON* err = cJSON_GetObjectItemCaseSensitive(recall_root, "error");
if (out_error) {
if (err && cJSON_IsString(err) && err->valuestring) {
*out_error = strdup(err->valuestring);
} else {
*out_error = strdup("config_recall failed");
}
}
cJSON_Delete(recall_root);
return -1;
}
cJSON* found_j = cJSON_GetObjectItemCaseSensitive(recall_root, "found");
int found = (found_j && cJSON_IsBool(found_j) && cJSON_IsTrue(found_j)) ? 1 : 0;
cJSON* content_json = cJSON_GetObjectItemCaseSensitive(recall_root, "content_json");
cJSON* user_settings = NULL;
if (found && content_json && cJSON_IsObject(content_json)) {
user_settings = cJSON_Duplicate(content_json, 1);
}
if (!user_settings) {
user_settings = cJSON_CreateObject();
}
cJSON_Delete(recall_root);
if (!user_settings) {
if (out_error) *out_error = strdup("allocation failure while preparing user-settings payload");
return -1;
}
cJSON_DeleteItemFromObjectCaseSensitive(user_settings, "v");
cJSON_AddNumberToObject(user_settings, "v", 2);
cJSON_DeleteItemFromObjectCaseSensitive(user_settings, "updatedAt");
cJSON_AddNumberToObject(user_settings, "updatedAt", (double)time(NULL));
cJSON* global_llm = cJSON_GetObjectItemCaseSensitive(user_settings, "global_llm");
if (global_llm && !cJSON_IsObject(global_llm)) {
cJSON_DeleteItemFromObjectCaseSensitive(user_settings, "global_llm");
global_llm = NULL;
}
if (!global_llm) {
cJSON* new_global_llm = cJSON_CreateObject();
if (!new_global_llm) {
cJSON_Delete(user_settings);
if (out_error) *out_error = strdup("allocation failure while preparing global_llm payload");
return -1;
}
cJSON_AddItemToObject(user_settings, "global_llm", new_global_llm);
global_llm = new_global_llm;
}
cJSON_DeleteItemFromObjectCaseSensitive(global_llm, "provider");
cJSON_AddStringToObject(global_llm, "provider", cfg->provider);
cJSON_DeleteItemFromObjectCaseSensitive(global_llm, "api_key");
cJSON_AddStringToObject(global_llm, "api_key", cfg->api_key);
cJSON_DeleteItemFromObjectCaseSensitive(global_llm, "model");
cJSON_AddStringToObject(global_llm, "model", cfg->model);
cJSON_DeleteItemFromObjectCaseSensitive(global_llm, "base_url");
cJSON_AddStringToObject(global_llm, "base_url", cfg->base_url);
cJSON_DeleteItemFromObjectCaseSensitive(global_llm, "max_tokens");
cJSON_AddNumberToObject(global_llm, "max_tokens", cfg->max_tokens);
cJSON_DeleteItemFromObjectCaseSensitive(global_llm, "temperature");
cJSON_AddNumberToObject(global_llm, "temperature", cfg->temperature);
cJSON* didactyl = cJSON_GetObjectItemCaseSensitive(user_settings, "didactyl");
if (didactyl && !cJSON_IsObject(didactyl)) {
cJSON_DeleteItemFromObjectCaseSensitive(user_settings, "didactyl");
didactyl = NULL;
}
if (!didactyl) {
cJSON* new_didactyl = cJSON_CreateObject();
if (!new_didactyl) {
cJSON_Delete(user_settings);
if (out_error) *out_error = strdup("allocation failure while preparing didactyl payload");
return -1;
}
cJSON_AddItemToObject(user_settings, "didactyl", new_didactyl);
didactyl = new_didactyl;
}
cJSON_DeleteItemFromObjectCaseSensitive(didactyl, "max_turns");
cJSON_AddNumberToObject(didactyl,
"max_turns",
(ctx->cfg->tools.max_turns > 0) ? ctx->cfg->tools.max_turns : 40);
cJSON* store_args = cJSON_CreateObject();
if (!store_args) {
cJSON_Delete(user_settings);
if (out_error) *out_error = strdup("allocation failure while building config_store args");
return -1;
}
cJSON_AddStringToObject(store_args, "d_tag", "user-settings");
cJSON_AddItemToObject(store_args, "content", user_settings);
char* store_args_json = cJSON_PrintUnformatted(store_args);
cJSON_Delete(store_args);
if (!store_args_json) {
if (out_error) *out_error = strdup("failed to serialize llm_config payload");
if (out_error) *out_error = strdup("failed to serialize user-settings payload");
return -1;
}
@@ -70,17 +181,17 @@ static int persist_llm_config_nostr(tools_context_t* ctx, const llm_config_t* cf
return -1;
}
cJSON* root = cJSON_Parse(store_result);
if (!root || !cJSON_IsObject(root)) {
cJSON_Delete(root);
cJSON* store_root = cJSON_Parse(store_result);
free(store_result);
if (!store_root || !cJSON_IsObject(store_root)) {
cJSON_Delete(store_root);
if (out_error) *out_error = strdup("config_store returned invalid JSON");
free(store_result);
return -1;
}
cJSON* success = cJSON_GetObjectItemCaseSensitive(root, "success");
if (!success || !cJSON_IsBool(success) || !cJSON_IsTrue(success)) {
cJSON* err = cJSON_GetObjectItemCaseSensitive(root, "error");
cJSON* store_success = cJSON_GetObjectItemCaseSensitive(store_root, "success");
if (!store_success || !cJSON_IsBool(store_success) || !cJSON_IsTrue(store_success)) {
cJSON* err = cJSON_GetObjectItemCaseSensitive(store_root, "error");
if (out_error) {
if (err && cJSON_IsString(err) && err->valuestring) {
*out_error = strdup(err->valuestring);
@@ -88,13 +199,11 @@ static int persist_llm_config_nostr(tools_context_t* ctx, const llm_config_t* cf
*out_error = strdup("config_store failed");
}
}
cJSON_Delete(root);
free(store_result);
cJSON_Delete(store_root);
return -1;
}
cJSON_Delete(root);
free(store_result);
cJSON_Delete(store_root);
return 0;
}
@@ -216,7 +325,7 @@ char* execute_model_set(tools_context_t* ctx, const char* args_json) {
ctx->cfg->llm = cfg;
char* persist_error = NULL;
int persisted = (persist_llm_config_nostr(ctx, &cfg, &persist_error) == 0) ? 1 : 0;
int persisted = (persist_global_llm_user_settings_nostr(ctx, &cfg, &persist_error) == 0) ? 1 : 0;
cJSON* out = cJSON_CreateObject();
if (!out) return NULL;
+69 -40
View File
@@ -83,28 +83,43 @@ char* execute_nostr_encrypt(tools_context_t* ctx, const char* args_json) {
return json_error_local("nostr_encrypt requires recipient_pubkey hex and plaintext");
}
unsigned char recipient_pubkey[32];
if (nostr_hex_to_bytes(recipient->valuestring, recipient_pubkey, sizeof(recipient_pubkey)) != 0) {
cJSON_Delete(args);
return json_error_local("nostr_encrypt invalid recipient_pubkey");
}
/* Phase 3 item 13: route NIP-44 encrypt through the process signer when
* wired into the tools context. The signer verb takes a hex peer pubkey
* and returns a heap string. Falls back to the legacy raw-key path. */
char* ciphertext = NULL;
if (ctx->signer) {
int rc = nostr_signer_nip44_encrypt(ctx->signer,
recipient->valuestring,
plaintext->valuestring,
&ciphertext);
if (rc != NOSTR_SUCCESS || !ciphertext) {
cJSON_Delete(args);
return json_error_local("nostr_encrypt failed");
}
} else {
unsigned char recipient_pubkey[32];
if (nostr_hex_to_bytes(recipient->valuestring, recipient_pubkey, sizeof(recipient_pubkey)) != 0) {
cJSON_Delete(args);
return json_error_local("nostr_encrypt invalid recipient_pubkey");
}
size_t out_cap = (strlen(plaintext->valuestring) * 4U) + 1024U;
char* ciphertext = (char*)malloc(out_cap);
if (!ciphertext) {
cJSON_Delete(args);
return json_error_local("allocation failure");
}
size_t out_cap = (strlen(plaintext->valuestring) * 4U) + 1024U;
ciphertext = (char*)malloc(out_cap);
if (!ciphertext) {
cJSON_Delete(args);
return json_error_local("allocation failure");
}
int rc = nostr_nip44_encrypt(ctx->cfg->keys.private_key,
recipient_pubkey,
plaintext->valuestring,
ciphertext,
out_cap);
if (rc != NOSTR_SUCCESS) {
free(ciphertext);
cJSON_Delete(args);
return json_error_local("nostr_encrypt failed");
int rc = nostr_nip44_encrypt(ctx->cfg->keys.private_key,
recipient_pubkey,
plaintext->valuestring,
ciphertext,
out_cap);
if (rc != NOSTR_SUCCESS) {
free(ciphertext);
cJSON_Delete(args);
return json_error_local("nostr_encrypt failed");
}
}
cJSON* out = cJSON_CreateObject();
@@ -138,28 +153,42 @@ char* execute_nostr_decrypt(tools_context_t* ctx, const char* args_json) {
return json_error_local("nostr_decrypt requires sender_pubkey hex and ciphertext");
}
unsigned char sender_pubkey[32];
if (nostr_hex_to_bytes(sender->valuestring, sender_pubkey, sizeof(sender_pubkey)) != 0) {
cJSON_Delete(args);
return json_error_local("nostr_decrypt invalid sender_pubkey");
}
/* Phase 3 item 13: route NIP-44 decrypt through the process signer when
* wired into the tools context. Falls back to the legacy raw-key path. */
char* plaintext = NULL;
if (ctx->signer) {
int rc = nostr_signer_nip44_decrypt(ctx->signer,
sender->valuestring,
ciphertext->valuestring,
&plaintext);
if (rc != NOSTR_SUCCESS || !plaintext) {
cJSON_Delete(args);
return json_error_local("nostr_decrypt failed");
}
} else {
unsigned char sender_pubkey[32];
if (nostr_hex_to_bytes(sender->valuestring, sender_pubkey, sizeof(sender_pubkey)) != 0) {
cJSON_Delete(args);
return json_error_local("nostr_decrypt invalid sender_pubkey");
}
size_t out_cap = strlen(ciphertext->valuestring) + 1024U;
char* plaintext = (char*)malloc(out_cap);
if (!plaintext) {
cJSON_Delete(args);
return json_error_local("allocation failure");
}
size_t out_cap = strlen(ciphertext->valuestring) + 1024U;
plaintext = (char*)malloc(out_cap);
if (!plaintext) {
cJSON_Delete(args);
return json_error_local("allocation failure");
}
int rc = nostr_nip44_decrypt(ctx->cfg->keys.private_key,
sender_pubkey,
ciphertext->valuestring,
plaintext,
out_cap);
if (rc != NOSTR_SUCCESS) {
free(plaintext);
cJSON_Delete(args);
return json_error_local("nostr_decrypt failed");
int rc = nostr_nip44_decrypt(ctx->cfg->keys.private_key,
sender_pubkey,
ciphertext->valuestring,
plaintext,
out_cap);
if (rc != NOSTR_SUCCESS) {
free(plaintext);
cJSON_Delete(args);
return json_error_local("nostr_decrypt failed");
}
}
cJSON* out = cJSON_CreateObject();
+863 -44
View File
@@ -3,6 +3,8 @@
#include "tools_internal.h"
#include <ctype.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -11,6 +13,8 @@
#include "../debug.h"
#include "../nostr_handler.h"
#include "../trigger_manager.h"
#include "../agent.h"
#include "../llm.h"
static char* json_error_local(const char* msg) {
cJSON* root = cJSON_CreateObject();
@@ -129,6 +133,52 @@ static cJSON* parse_args_local(const char* args_json) {
return args;
}
static int append_textf_skill_list_local(char** out, size_t* cap, size_t* used, const char* fmt, ...) {
if (!out || !cap || !used || !fmt) {
return -1;
}
va_list ap;
va_start(ap, fmt);
va_list ap2;
va_copy(ap2, ap);
int needed = vsnprintf(NULL, 0, fmt, ap);
va_end(ap);
if (needed < 0) {
va_end(ap2);
return -1;
}
size_t need = (size_t)needed;
if (*used + need + 1U > *cap) {
size_t new_cap = (*cap > 0U) ? *cap : 256U;
while (*used + need + 1U > new_cap) {
if (new_cap > (SIZE_MAX / 2U)) {
va_end(ap2);
return -1;
}
new_cap *= 2U;
}
char* grown = (char*)realloc(*out, new_cap);
if (!grown) {
va_end(ap2);
return -1;
}
*out = grown;
*cap = new_cap;
}
int wrote = vsnprintf((*out) + (*used), *cap - *used, fmt, ap2);
va_end(ap2);
if (wrote < 0) {
return -1;
}
*used += (size_t)wrote;
return 0;
}
static int is_hex_string_len_local(const char* s, size_t expected_len) {
if (!s || strlen(s) != expected_len) return 0;
for (size_t i = 0; i < expected_len; i++) {
@@ -253,6 +303,40 @@ static int validate_skill_d_tag_local(const char* d_tag) {
return 1;
}
static void apply_llm_spec_local_to_config(const char* llm_spec, llm_config_t* cfg) {
if (!llm_spec || !cfg) return;
const char* spec = llm_spec;
while (*spec && isspace((unsigned char)*spec)) spec++;
const char* comma = strchr(spec, ',');
size_t len = comma ? (size_t)(comma - spec) : strlen(spec);
while (len > 0 && isspace((unsigned char)spec[len - 1])) len--;
const char* slash = memchr(spec, '/', len);
if (slash) {
size_t provider_len = (size_t)(slash - spec);
const char* model = slash + 1;
size_t model_len = len - (size_t)(model - spec);
while (provider_len > 0 && isspace((unsigned char)spec[provider_len - 1])) provider_len--;
while (model_len > 0 && isspace((unsigned char)*model)) {
model++;
model_len--;
}
while (model_len > 0 && isspace((unsigned char)model[model_len - 1])) model_len--;
if (provider_len > 0 && provider_len < sizeof(cfg->provider)) {
snprintf(cfg->provider, sizeof(cfg->provider), "%.*s", (int)provider_len, spec);
}
if (model_len > 0 && model_len < sizeof(cfg->model)) {
snprintf(cfg->model, sizeof(cfg->model), "%.*s", (int)model_len, model);
}
} else if (len > 0 && len < sizeof(cfg->model)) {
snprintf(cfg->model, sizeof(cfg->model), "%.*s", (int)len, spec);
}
}
static int ci_contains_local(const char* haystack, const char* needle) {
if (!haystack || !needle) return 0;
if (needle[0] == '\0') return 1;
@@ -297,9 +381,31 @@ static int fetch_adoption_list_tags_local(tools_context_t* ctx, cJSON** out_tags
free(events_json);
if (events && cJSON_IsArray(events) && cJSON_GetArraySize(events) > 0) {
cJSON* ev0 = cJSON_GetArrayItem(events, 0);
if (ev0 && cJSON_IsObject(ev0)) {
cJSON* ev_content = cJSON_GetObjectItemCaseSensitive(ev0, "content");
cJSON* best = NULL;
double best_created = -1.0;
int n = cJSON_GetArraySize(events);
for (int i = 0; i < n; i++) {
cJSON* ev = cJSON_GetArrayItem(events, i);
if (!ev || !cJSON_IsObject(ev)) {
continue;
}
cJSON* ev_pubkey = cJSON_GetObjectItemCaseSensitive(ev, "pubkey");
if (!ev_pubkey || !cJSON_IsString(ev_pubkey) || !ev_pubkey->valuestring ||
strcmp(ev_pubkey->valuestring, ctx->cfg->keys.public_key_hex) != 0) {
continue;
}
cJSON* created_at = cJSON_GetObjectItemCaseSensitive(ev, "created_at");
double created = (created_at && cJSON_IsNumber(created_at)) ? created_at->valuedouble : 0.0;
if (!best || created > best_created) {
best = ev;
best_created = created;
}
}
if (best && cJSON_IsObject(best)) {
cJSON* ev_content = cJSON_GetObjectItemCaseSensitive(best, "content");
if (ev_content && cJSON_IsString(ev_content) && ev_content->valuestring) {
free(content);
content = strdup(ev_content->valuestring);
@@ -310,7 +416,7 @@ static int fetch_adoption_list_tags_local(tools_context_t* ctx, cJSON** out_tags
}
}
cJSON* ev_tags = cJSON_GetObjectItemCaseSensitive(ev0, "tags");
cJSON* ev_tags = cJSON_GetObjectItemCaseSensitive(best, "tags");
if (ev_tags && cJSON_IsArray(ev_tags)) {
cJSON* dup = cJSON_Duplicate(ev_tags, 1);
if (!dup) {
@@ -444,6 +550,338 @@ static cJSON* extract_skill_summary_local(cJSON* event) {
return summary;
}
typedef struct {
char* d_tag;
char* author_pubkey;
char* content;
cJSON* tags;
int kind;
int is_own;
} skill_fetch_result_local_t;
static int g_skill_run_depth_local = 0;
static pthread_mutex_t g_skill_run_depth_mutex_local = PTHREAD_MUTEX_INITIALIZER;
static void free_skill_fetch_result_local(skill_fetch_result_local_t* result) {
if (!result) return;
free(result->d_tag);
free(result->author_pubkey);
free(result->content);
cJSON_Delete(result->tags);
memset(result, 0, sizeof(*result));
}
static int set_error_local(char** out_error, const char* msg) {
if (!out_error) return -1;
*out_error = strdup(msg ? msg : "error");
return (*out_error) ? 0 : -1;
}
static int append_simple_message_local(cJSON* messages, const char* role, const char* content) {
if (!messages || !role) return -1;
cJSON* msg = cJSON_CreateObject();
if (!msg) return -1;
cJSON_AddStringToObject(msg, "role", role);
cJSON_AddStringToObject(msg, "content", content ? content : "");
cJSON_AddItemToArray(messages, msg);
return 0;
}
static int append_assistant_tool_calls_message_local(cJSON* messages, const llm_response_t* resp) {
if (!messages || !resp || resp->tool_call_count <= 0) return -1;
cJSON* assistant = cJSON_CreateObject();
cJSON* tool_calls = cJSON_CreateArray();
if (!assistant || !tool_calls) {
cJSON_Delete(assistant);
cJSON_Delete(tool_calls);
return -1;
}
cJSON_AddStringToObject(assistant, "role", "assistant");
if (resp->content) cJSON_AddStringToObject(assistant, "content", resp->content);
else cJSON_AddNullToObject(assistant, "content");
for (int i = 0; i < resp->tool_call_count; i++) {
const llm_tool_call_t* tc = &resp->tool_calls[i];
cJSON* tc_obj = cJSON_CreateObject();
cJSON* fn_obj = cJSON_CreateObject();
if (!tc_obj || !fn_obj) {
cJSON_Delete(tc_obj);
cJSON_Delete(fn_obj);
cJSON_Delete(assistant);
cJSON_Delete(tool_calls);
return -1;
}
cJSON_AddStringToObject(tc_obj, "id", tc->id ? tc->id : "");
cJSON_AddStringToObject(tc_obj, "type", "function");
cJSON_AddStringToObject(fn_obj, "name", tc->name ? tc->name : "");
cJSON_AddStringToObject(fn_obj, "arguments", tc->arguments_json ? tc->arguments_json : "{}");
cJSON_AddItemToObject(tc_obj, "function", fn_obj);
cJSON_AddItemToArray(tool_calls, tc_obj);
}
cJSON_AddItemToObject(assistant, "tool_calls", tool_calls);
cJSON_AddItemToArray(messages, assistant);
return 0;
}
static int append_tool_result_message_local(cJSON* messages, const char* tool_call_id, const char* tool_result_json) {
if (!messages || !tool_call_id) return -1;
cJSON* msg = cJSON_CreateObject();
if (!msg) return -1;
cJSON_AddStringToObject(msg, "role", "tool");
cJSON_AddStringToObject(msg, "tool_call_id", tool_call_id);
cJSON_AddStringToObject(msg,
"content",
tool_result_json ? tool_result_json : "{\"success\":false,\"error\":\"empty tool result\"}");
cJSON_AddItemToArray(messages, msg);
return 0;
}
static int maybe_append_loaded_skill_instructions_local(cJSON* messages,
const char* tool_name,
const char* tool_result_json) {
if (!messages || !tool_name || strcmp(tool_name, "skill_load") != 0 || !tool_result_json) {
return 0;
}
cJSON* root = cJSON_Parse(tool_result_json);
if (!root || !cJSON_IsObject(root)) {
cJSON_Delete(root);
return 0;
}
cJSON* ok = cJSON_GetObjectItemCaseSensitive(root, "success");
cJSON* type = cJSON_GetObjectItemCaseSensitive(root, "type");
cJSON* instructions = cJSON_GetObjectItemCaseSensitive(root, "instructions");
int should_apply = (ok && cJSON_IsBool(ok) && cJSON_IsTrue(ok) &&
type && cJSON_IsString(type) && type->valuestring &&
strcmp(type->valuestring, "skill_instructions") == 0 &&
instructions && cJSON_IsString(instructions) && instructions->valuestring &&
instructions->valuestring[0] != '\0');
int rc = 0;
if (should_apply) {
rc = append_simple_message_local(messages, "system", instructions->valuestring);
}
cJSON_Delete(root);
return rc;
}
static int is_tool_blocked_in_skill_run_local(const char* tool_name) {
if (!tool_name || tool_name[0] == '\0') return 1;
static const char* blocked_tools[] = {
"model_get", "model_set", "model_list",
NULL
};
for (int i = 0; blocked_tools[i] != NULL; i++) {
if (strcmp(tool_name, blocked_tools[i]) == 0) return 1;
}
return 0;
}
static int is_tool_sandbox_safe_local(const char* tool_name) {
if (!tool_name || tool_name[0] == '\0') return 0;
static const char* safe_tools[] = {
"nostr_query", "nostr_nip05_lookup", "nostr_profile_get",
"nostr_encode", "nostr_decode", "nostr_relay_status",
"nostr_relay_info", "nostr_post", "nostr_react",
"nostr_list_manage", "nostr_dm_send", "nostr_dm_send_nip17",
"skill_list", "skill_search", "skill_get", "skill_view",
"skill_load", "skill_run",
"memory_recall", "my_memory", "memory_short_term_read",
"agent_version", "nostr_pubkey", "nostr_npub",
"tool_list", "trigger_list", "message_current",
"agent_identity", "admin_identity",
NULL
};
for (int i = 0; safe_tools[i] != NULL; i++) {
if (strcmp(tool_name, safe_tools[i]) == 0) return 1;
}
return 0;
}
static char* build_sandboxed_tools_json_local(const tools_context_t* ctx) {
char* full_tools_json = tools_build_openai_schema_json(ctx);
if (!full_tools_json) return NULL;
cJSON* arr = cJSON_Parse(full_tools_json);
free(full_tools_json);
if (!arr || !cJSON_IsArray(arr)) {
cJSON_Delete(arr);
return NULL;
}
for (int i = cJSON_GetArraySize(arr) - 1; i >= 0; i--) {
cJSON* item = cJSON_GetArrayItem(arr, i);
cJSON* fn = item ? cJSON_GetObjectItemCaseSensitive(item, "function") : NULL;
cJSON* name = fn ? cJSON_GetObjectItemCaseSensitive(fn, "name") : NULL;
if (!name || !cJSON_IsString(name) || !name->valuestring || !is_tool_sandbox_safe_local(name->valuestring)) {
cJSON_DeleteItemFromArray(arr, i);
}
}
char* out = cJSON_PrintUnformatted(arr);
cJSON_Delete(arr);
return out;
}
static int fetch_skill_from_events_local(tools_context_t* ctx,
cJSON* events,
const char* d_tag,
const char* pubkey_filter,
skill_fetch_result_local_t* out,
char** out_error) {
if (!ctx || !ctx->cfg || !events || !cJSON_IsArray(events) || !d_tag || !out) {
if (out_error) (void)set_error_local(out_error, "skill lookup failed");
return -1;
}
cJSON* best = NULL;
long long best_created = -1;
int n = cJSON_GetArraySize(events);
for (int i = 0; i < n; i++) {
cJSON* ev = cJSON_GetArrayItem(events, i);
if (!ev || !cJSON_IsObject(ev)) continue;
cJSON* kind = cJSON_GetObjectItemCaseSensitive(ev, "kind");
cJSON* pubkey = cJSON_GetObjectItemCaseSensitive(ev, "pubkey");
cJSON* tags = cJSON_GetObjectItemCaseSensitive(ev, "tags");
if (!kind || !cJSON_IsNumber(kind) || !pubkey || !cJSON_IsString(pubkey) || !pubkey->valuestring || !tags || !cJSON_IsArray(tags)) {
continue;
}
int kind_val = (int)kind->valuedouble;
if (kind_val != 31123 && kind_val != 31124) continue;
if (pubkey_filter && strcmp(pubkey_filter, pubkey->valuestring) != 0) continue;
cJSON* d_val = find_tag_value_string_local(tags, "d");
if (!d_val || !cJSON_IsString(d_val) || !d_val->valuestring || strcmp(d_val->valuestring, d_tag) != 0) continue;
cJSON* created_at = cJSON_GetObjectItemCaseSensitive(ev, "created_at");
long long created = (created_at && cJSON_IsNumber(created_at)) ? (long long)created_at->valuedouble : 0;
if (!best || created > best_created) {
best = ev;
best_created = created;
}
}
if (!best) {
if (out_error) (void)set_error_local(out_error, "skill not found");
return -1;
}
cJSON* kind = cJSON_GetObjectItemCaseSensitive(best, "kind");
cJSON* pubkey = cJSON_GetObjectItemCaseSensitive(best, "pubkey");
cJSON* content = cJSON_GetObjectItemCaseSensitive(best, "content");
cJSON* tags = cJSON_GetObjectItemCaseSensitive(best, "tags");
if (!kind || !cJSON_IsNumber(kind) || !pubkey || !cJSON_IsString(pubkey) || !pubkey->valuestring ||
!content || !cJSON_IsString(content) || !content->valuestring || !tags || !cJSON_IsArray(tags)) {
if (out_error) (void)set_error_local(out_error, "malformed skill event");
return -1;
}
out->kind = (int)kind->valuedouble;
out->d_tag = strdup(d_tag);
out->author_pubkey = strdup(pubkey->valuestring);
out->content = strdup(content->valuestring);
out->tags = cJSON_Duplicate(tags, 1);
out->is_own = (strcmp(pubkey->valuestring, ctx->cfg->keys.public_key_hex) == 0) ? 1 : 0;
if (!out->d_tag || !out->author_pubkey || !out->content || !out->tags) {
free_skill_fetch_result_local(out);
if (out_error) (void)set_error_local(out_error, "allocation failure");
return -1;
}
return 0;
}
static int fetch_skill_by_identifier_local(tools_context_t* ctx,
const char* d_tag,
const char* pubkey,
skill_fetch_result_local_t* out,
char** out_error) {
if (out) memset(out, 0, sizeof(*out));
if (out_error) *out_error = NULL;
if (!ctx || !ctx->cfg || !out || !d_tag || !validate_skill_d_tag_local(d_tag)) {
if (out_error) (void)set_error_local(out_error, "skill identifier is invalid");
return -1;
}
if (pubkey && pubkey[0] != '\0' && !is_hex_string_len_local(pubkey, 64U)) {
if (out_error) (void)set_error_local(out_error, "pubkey must be 64-char hex when provided");
return -1;
}
int own_lookup = (!pubkey || pubkey[0] == '\0' || strcmp(pubkey, ctx->cfg->keys.public_key_hex) == 0);
char* events_json = NULL;
if (own_lookup) {
events_json = nostr_handler_get_self_skill_events_json();
if (!events_json) {
if (out_error) (void)set_error_local(out_error, "self skill cache unavailable");
return -1;
}
} else {
cJSON* filter = cJSON_CreateObject();
cJSON* kinds = cJSON_CreateArray();
cJSON* authors = cJSON_CreateArray();
cJSON* d_tags = cJSON_CreateArray();
if (!filter || !kinds || !authors || !d_tags) {
cJSON_Delete(filter);
cJSON_Delete(kinds);
cJSON_Delete(authors);
cJSON_Delete(d_tags);
if (out_error) (void)set_error_local(out_error, "failed to build external skill filter");
return -1;
}
cJSON_AddItemToArray(kinds, cJSON_CreateNumber(31123));
cJSON_AddItemToArray(kinds, cJSON_CreateNumber(31124));
cJSON_AddItemToArray(authors, cJSON_CreateString(pubkey));
cJSON_AddItemToArray(d_tags, cJSON_CreateString(d_tag));
cJSON_AddItemToObject(filter, "kinds", kinds);
cJSON_AddItemToObject(filter, "authors", authors);
cJSON_AddItemToObject(filter, "#d", d_tags);
cJSON_AddNumberToObject(filter, "limit", 20);
events_json = nostr_handler_query_json(filter, 8000);
cJSON_Delete(filter);
if (!events_json) {
if (out_error) (void)set_error_local(out_error, "external skill query failed");
return -1;
}
}
cJSON* events = cJSON_Parse(events_json);
free(events_json);
if (!events || !cJSON_IsArray(events)) {
cJSON_Delete(events);
if (out_error) (void)set_error_local(out_error, "skill lookup returned invalid JSON");
return -1;
}
int rc = fetch_skill_from_events_local(ctx, events, d_tag, own_lookup ? NULL : pubkey, out, out_error);
cJSON_Delete(events);
return rc;
}
char* execute_skill_create(tools_context_t* ctx, const char* args_json) {
if (!ctx || !ctx->cfg) return json_error_local("tool context unavailable");
@@ -802,11 +1240,9 @@ char* execute_skill_list(tools_context_t* ctx, const char* args_json) {
}
cJSON* out = cJSON_CreateObject();
cJSON* summary_rows = cJSON_CreateArray();
cJSON* skills = cJSON_CreateArray();
if (!out || !summary_rows || !skills) {
if (!out || !skills) {
cJSON_Delete(out);
cJSON_Delete(summary_rows);
cJSON_Delete(skills);
cJSON_Delete(events);
cJSON_Delete(adoption_tags);
@@ -814,7 +1250,21 @@ char* execute_skill_list(tools_context_t* ctx, const char* args_json) {
return NULL;
}
size_t rendered_cap = 512U;
size_t rendered_used = 0U;
char* rendered_lines = (char*)malloc(rendered_cap);
if (!rendered_lines) {
cJSON_Delete(out);
cJSON_Delete(skills);
cJSON_Delete(events);
cJSON_Delete(adoption_tags);
free(adoption_content);
return NULL;
}
rendered_lines[0] = '\0';
int adopted_count = 0;
int skill_count = 0;
int event_count = cJSON_GetArraySize(events);
for (int i = 0; i < event_count; i++) {
cJSON* ev = cJSON_GetArrayItem(events, i);
@@ -846,59 +1296,91 @@ char* execute_skill_list(tools_context_t* ctx, const char* args_json) {
if (adopted_filter >= 0 && is_adopted != adopted_filter) {
continue;
}
const char* owner = skill_owner_label_local(ctx->cfg, pubkey->valuestring);
cJSON* scope_tag = find_tag_value_string_local(tags, "scope");
cJSON* desc_tag = find_tag_value_string_local(tags, "description");
const char* scope_out = (scope_tag && cJSON_IsString(scope_tag) && scope_tag->valuestring)
? scope_tag->valuestring
: ((kind_val == 31124) ? "private" : "public");
const char* desc_out = (desc_tag && cJSON_IsString(desc_tag) && desc_tag->valuestring)
? desc_tag->valuestring
: "";
cJSON* row = cJSON_CreateObject();
if (!row) {
continue;
}
cJSON_AddStringToObject(row, "d_tag", d->valuestring);
cJSON_AddStringToObject(row, "owner", owner);
cJSON_AddStringToObject(row, "scope", scope_out);
cJSON_AddNumberToObject(row, "kind", kind_val);
cJSON_AddBoolToObject(row, "adopted", is_adopted ? 1 : 0);
if (desc_out[0] != '\0') {
cJSON_AddStringToObject(row, "description", desc_out);
}
cJSON_AddItemToArray(skills, row);
if (is_adopted) {
adopted_count++;
}
skill_count++;
const char* owner = skill_owner_label_local(ctx->cfg, pubkey->valuestring);
cJSON* detail = extract_skill_summary_local(ev);
if (detail) {
cJSON_AddStringToObject(detail, "owner", owner);
cJSON_AddBoolToObject(detail, "adopted", is_adopted ? 1 : 0);
cJSON_AddItemToArray(skills, detail);
}
cJSON* row = cJSON_CreateObject();
if (row) {
cJSON_AddStringToObject(row, "d_tag", d->valuestring);
cJSON_AddStringToObject(row, "owner", owner);
cJSON_AddBoolToObject(row, "adopted", is_adopted ? 1 : 0);
cJSON_AddItemToArray(summary_rows, row);
if (append_textf_skill_list_local(&rendered_lines,
&rendered_cap,
&rendered_used,
"- %s | owner=%s | scope=%s | adopted=%s%s%s\n",
d->valuestring,
owner,
scope_out,
is_adopted ? "yes" : "no",
desc_out[0] ? " | description=" : "",
desc_out) != 0) {
free(rendered_lines);
cJSON_Delete(out);
cJSON_Delete(skills);
cJSON_Delete(events);
cJSON_Delete(adoption_tags);
free(adoption_content);
return NULL;
}
}
cJSON* skills_pretty = cJSON_CreateArray();
if (!skills_pretty) {
if (skill_count == 0) {
if (append_textf_skill_list_local(&rendered_lines, &rendered_cap, &rendered_used, "- (none)\n") != 0) {
free(rendered_lines);
cJSON_Delete(out);
cJSON_Delete(skills);
cJSON_Delete(events);
cJSON_Delete(adoption_tags);
free(adoption_content);
return NULL;
}
}
char header[128];
snprintf(header, sizeof(header), "Skills: %d total (%d adopted)\n", skill_count, adopted_count);
size_t header_len = strlen(header);
char* rendered = (char*)malloc(header_len + rendered_used + 1U);
if (!rendered) {
free(rendered_lines);
cJSON_Delete(out);
cJSON_Delete(skills);
cJSON_Delete(events);
cJSON_Delete(adoption_tags);
free(adoption_content);
return NULL;
}
int skill_count = cJSON_GetArraySize(skills);
for (int i = 0; i < skill_count; i++) {
cJSON* skill_item = cJSON_GetArrayItem(skills, i);
if (!skill_item) continue;
char* skill_json = cJSON_PrintUnformatted(skill_item);
if (!skill_json) continue;
cJSON* block = cJSON_CreateString(skill_json);
free(skill_json);
if (block) {
cJSON_AddItemToArray(skills_pretty, block);
}
}
memcpy(rendered, header, header_len);
memcpy(rendered + header_len, rendered_lines, rendered_used + 1U);
free(rendered_lines);
cJSON_AddBoolToObject(out, "success", 1);
cJSON_AddBoolToObject(out, "fallback_used", 0);
cJSON_AddStringToObject(out, "skills_separator", "\n\n\n");
cJSON_AddItemToObject(out, "summary", summary_rows);
cJSON_AddItemToObject(out, "skills", skills);
cJSON_AddItemToObject(out, "skills_pretty", skills_pretty);
cJSON_AddNumberToObject(out, "count", cJSON_GetArraySize(skills));
cJSON_AddNumberToObject(out, "count", skill_count);
cJSON_AddNumberToObject(out, "adopted_count", adopted_count);
cJSON_AddItemToObject(out, "skills", skills);
cJSON_AddStringToObject(out, "rendered", rendered);
free(rendered);
char* json = cJSON_PrintUnformatted(out);
cJSON_Delete(out);
@@ -1769,6 +2251,343 @@ char* execute_skill_edit(tools_context_t* ctx, const char* args_json) {
return json;
}
char* execute_skill_run(tools_context_t* ctx, const char* args_json) {
if (!ctx || !ctx->cfg) return json_error_local("tool context unavailable");
cJSON* args = parse_args_local(args_json);
if (!args) return json_error_local("invalid arguments JSON");
cJSON* d_tag = cJSON_GetObjectItemCaseSensitive(args, "d_tag");
cJSON* d = cJSON_GetObjectItemCaseSensitive(args, "d");
cJSON* pubkey = cJSON_GetObjectItemCaseSensitive(args, "pubkey");
cJSON* run_args = cJSON_GetObjectItemCaseSensitive(args, "args");
cJSON* input = cJSON_GetObjectItemCaseSensitive(args, "input");
cJSON* sandbox = cJSON_GetObjectItemCaseSensitive(args, "sandbox");
const char* d_tag_value = NULL;
if (d_tag && cJSON_IsString(d_tag) && d_tag->valuestring) {
d_tag_value = d_tag->valuestring;
} else if (d && cJSON_IsString(d) && d->valuestring) {
d_tag_value = d->valuestring;
}
if (!d_tag_value || !validate_skill_d_tag_local(d_tag_value)) {
cJSON_Delete(args);
return json_error_local("skill_run requires valid d_tag");
}
const char* pubkey_value = NULL;
if (pubkey && cJSON_IsString(pubkey) && pubkey->valuestring && pubkey->valuestring[0] != '\0') {
pubkey_value = pubkey->valuestring;
}
const char* user_args = "";
if (run_args && cJSON_IsString(run_args) && run_args->valuestring) {
user_args = run_args->valuestring;
} else if (input && cJSON_IsString(input) && input->valuestring) {
user_args = input->valuestring;
}
int depth_incremented = 0;
pthread_mutex_lock(&g_skill_run_depth_mutex_local);
if (g_skill_run_depth_local >= 3) {
pthread_mutex_unlock(&g_skill_run_depth_mutex_local);
cJSON_Delete(args);
return json_error_local("skill_run max recursion depth exceeded");
}
g_skill_run_depth_local++;
depth_incremented = 1;
pthread_mutex_unlock(&g_skill_run_depth_mutex_local);
skill_fetch_result_local_t skill;
memset(&skill, 0, sizeof(skill));
char* fetch_error = NULL;
char* tools_json = NULL;
char* final_result = NULL;
cJSON* messages = NULL;
char* response_json = NULL;
int turns_run = 0;
llm_config_t old_llm_cfg;
int llm_overridden = 0;
if (fetch_skill_by_identifier_local(ctx, d_tag_value, pubkey_value, &skill, &fetch_error) != 0) {
response_json = json_error_local(fetch_error ? fetch_error : "skill lookup failed");
goto cleanup;
}
int sandbox_enabled = (!skill.is_own) ? 1 : 0;
if (sandbox && cJSON_IsBool(sandbox)) {
sandbox_enabled = cJSON_IsTrue(sandbox) ? 1 : 0;
}
cJSON* llm_tag = find_tag_value_string_local(skill.tags, "llm");
if (llm_tag && cJSON_IsString(llm_tag) && llm_tag->valuestring && llm_tag->valuestring[0] != '\0') {
if (llm_get_config(&old_llm_cfg) == 0) {
llm_config_t next_llm_cfg = old_llm_cfg;
apply_llm_spec_local_to_config(llm_tag->valuestring, &next_llm_cfg);
if (llm_set_config(&next_llm_cfg) == 0) {
llm_overridden = 1;
}
}
}
const char* source = skill.is_own ? "own" : "external";
size_t sys_cap = strlen(skill.d_tag ? skill.d_tag : d_tag_value) +
strlen(skill.content ? skill.content : "") +
strlen(source) + 320U;
char* system_prompt = (char*)malloc(sys_cap);
if (!system_prompt) {
response_json = json_error_local("allocation failure");
goto cleanup;
}
snprintf(system_prompt,
sys_cap,
"Skill execution context:\n"
"- You are executing a specific skill on demand.\n"
"- Follow the skill instructions below precisely.\n"
"- Return a concise, actionable result.\n\n"
"Skill d_tag: %s\n"
"Skill source: %s\n\n"
"Skill instructions:\n%s",
skill.d_tag ? skill.d_tag : d_tag_value,
source,
skill.content ? skill.content : "");
tools_json = sandbox_enabled ? build_sandboxed_tools_json_local(ctx) : tools_build_openai_schema_json(ctx);
if (!tools_json) {
free(system_prompt);
response_json = json_error_local("skill_run failed to build tool schema");
goto cleanup;
}
messages = cJSON_CreateArray();
if (!messages ||
append_simple_message_local(messages, "system", system_prompt) != 0 ||
append_simple_message_local(messages, "user", user_args) != 0) {
free(system_prompt);
response_json = json_error_local("skill_run failed to initialize messages");
goto cleanup;
}
free(system_prompt);
int max_turns = ctx->cfg->tools.trigger_max_turns > 0
? ctx->cfg->tools.trigger_max_turns
: (ctx->cfg->tools.max_turns > 0 ? ctx->cfg->tools.max_turns : 8);
for (int turn = 0; turn < max_turns; turn++) {
turns_run = turn + 1;
char* messages_json = cJSON_PrintUnformatted(messages);
if (!messages_json) {
response_json = json_error_local("skill_run failed to serialize messages");
goto cleanup;
}
llm_response_t resp;
int rc = llm_chat_with_tools_messages(messages_json, tools_json, "auto", &resp);
free(messages_json);
if (rc != 0) {
response_json = json_error_local("skill_run LLM request failed");
goto cleanup;
}
if (resp.tool_call_count <= 0) {
final_result = strdup(resp.content ? resp.content : "");
llm_response_free(&resp);
if (!final_result) {
response_json = json_error_local("allocation failure");
goto cleanup;
}
break;
}
if (append_assistant_tool_calls_message_local(messages, &resp) != 0) {
llm_response_free(&resp);
response_json = json_error_local("skill_run failed to append assistant tool calls");
goto cleanup;
}
for (int i = 0; i < resp.tool_call_count; i++) {
llm_tool_call_t* tc = &resp.tool_calls[i];
char* tool_result = NULL;
if (is_tool_blocked_in_skill_run_local(tc->name)) {
tool_result = strdup("{\"success\":false,\"error\":\"tool blocked by skill_run policy\"}");
} else if (sandbox_enabled && !is_tool_sandbox_safe_local(tc->name)) {
tool_result = strdup("{\"success\":false,\"error\":\"tool blocked by skill_run sandbox\"}");
} else {
tool_result = tools_execute(ctx, tc->name, tc->arguments_json);
}
if (!tool_result) {
tool_result = strdup("{\"success\":false,\"error\":\"tool execution failed\"}");
}
if (append_tool_result_message_local(messages,
tc->id ? tc->id : "",
tool_result ? tool_result : "{\"success\":false,\"error\":\"tool execution failed\"}") != 0) {
free(tool_result);
llm_response_free(&resp);
response_json = json_error_local("skill_run failed to append tool result");
goto cleanup;
}
if (maybe_append_loaded_skill_instructions_local(messages, tc->name, tool_result) != 0) {
free(tool_result);
llm_response_free(&resp);
response_json = json_error_local("skill_run failed to apply loaded skill instructions");
goto cleanup;
}
free(tool_result);
}
llm_response_free(&resp);
}
if (!final_result) {
final_result = strdup("");
if (!final_result) {
response_json = json_error_local("allocation failure");
goto cleanup;
}
}
cJSON* out = cJSON_CreateObject();
if (!out) {
response_json = NULL;
goto cleanup;
}
cJSON_AddBoolToObject(out, "success", 1);
cJSON_AddStringToObject(out, "d_tag", skill.d_tag ? skill.d_tag : d_tag_value);
cJSON_AddStringToObject(out, "source", source);
cJSON_AddBoolToObject(out, "sandboxed", sandbox_enabled ? 1 : 0);
cJSON_AddNumberToObject(out, "turns", turns_run);
cJSON_AddStringToObject(out, "result", final_result);
response_json = cJSON_PrintUnformatted(out);
cJSON_Delete(out);
cleanup:
free(final_result);
cJSON_Delete(messages);
free(tools_json);
free(fetch_error);
free_skill_fetch_result_local(&skill);
cJSON_Delete(args);
if (llm_overridden) {
(void)llm_set_config(&old_llm_cfg);
}
if (depth_incremented) {
pthread_mutex_lock(&g_skill_run_depth_mutex_local);
g_skill_run_depth_local--;
if (g_skill_run_depth_local < 0) g_skill_run_depth_local = 0;
pthread_mutex_unlock(&g_skill_run_depth_mutex_local);
}
return response_json ? response_json : json_error_local("skill_run failed");
}
char* execute_skill_load(tools_context_t* ctx, const char* args_json) {
if (!ctx || !ctx->cfg) return json_error_local("tool context unavailable");
cJSON* args = parse_args_local(args_json);
if (!args) return json_error_local("invalid arguments JSON");
cJSON* d_tag = cJSON_GetObjectItemCaseSensitive(args, "d_tag");
cJSON* d = cJSON_GetObjectItemCaseSensitive(args, "d");
cJSON* pubkey = cJSON_GetObjectItemCaseSensitive(args, "pubkey");
const char* d_tag_value = NULL;
if (d_tag && cJSON_IsString(d_tag) && d_tag->valuestring) {
d_tag_value = d_tag->valuestring;
} else if (d && cJSON_IsString(d) && d->valuestring) {
d_tag_value = d->valuestring;
}
if (!d_tag_value || !validate_skill_d_tag_local(d_tag_value)) {
cJSON_Delete(args);
return json_error_local("skill_load requires valid d_tag");
}
const char* pubkey_value = NULL;
if (pubkey && cJSON_IsString(pubkey) && pubkey->valuestring && pubkey->valuestring[0] != '\0') {
pubkey_value = pubkey->valuestring;
}
skill_fetch_result_local_t skill;
memset(&skill, 0, sizeof(skill));
char* fetch_error = NULL;
if (fetch_skill_by_identifier_local(ctx, d_tag_value, pubkey_value, &skill, &fetch_error) != 0) {
char* err = json_error_local(fetch_error ? fetch_error : "skill lookup failed");
free(fetch_error);
cJSON_Delete(args);
return err;
}
const char* content = skill.content ? skill.content : "";
size_t instructions_cap = strlen(content) + 256U;
char* instructions = (char*)malloc(instructions_cap);
if (!instructions) {
free_skill_fetch_result_local(&skill);
cJSON_Delete(args);
return json_error_local("allocation failure");
}
snprintf(instructions,
instructions_cap,
"SKILL INSTRUCTIONS — Follow these for the remainder of this conversation:\n\n%s\n\nEND SKILL INSTRUCTIONS",
content);
cJSON* out = cJSON_CreateObject();
if (!out) {
free(instructions);
free_skill_fetch_result_local(&skill);
cJSON_Delete(args);
return NULL;
}
cJSON_AddBoolToObject(out, "success", 1);
cJSON_AddStringToObject(out, "type", "skill_instructions");
cJSON_AddStringToObject(out, "d_tag", skill.d_tag ? skill.d_tag : d_tag_value);
cJSON_AddStringToObject(out, "source", skill.is_own ? "own" : "external");
cJSON_AddStringToObject(out, "instructions", instructions);
cJSON_AddStringToObject(out,
"note",
"The above instructions should be followed for subsequent reasoning in this conversation.");
char* json = cJSON_PrintUnformatted(out);
cJSON_Delete(out);
free(instructions);
free_skill_fetch_result_local(&skill);
free(fetch_error);
cJSON_Delete(args);
return json;
}
char* execute_skill_refresh(tools_context_t* ctx, const char* args_json) {
(void)args_json;
if (!ctx || !ctx->cfg) return json_error_local("tool context unavailable");
int rc = nostr_handler_refresh_self_skill_cache_from_relays(5000);
if (rc != 0) {
return json_error_local("skill_refresh failed to reload self-skill cache from relays");
}
agent_invalidate_adopted_skills_cache();
cJSON* out = cJSON_CreateObject();
if (!out) return NULL;
cJSON_AddBoolToObject(out, "success", 1);
cJSON_AddStringToObject(out, "message", "self-skill cache refreshed from relays; adopted skills cache invalidated; next context build will use latest relay data");
char* json = cJSON_PrintUnformatted(out);
cJSON_Delete(out);
return json;
}
char* execute_skill_search(const char* args_json) {
cJSON* args = parse_args_local(args_json);
if (!args) return json_error_local("invalid arguments JSON");
+27
View File
@@ -60,6 +60,20 @@ static int nip44_encrypt_self_local(tools_context_t* ctx, const char* plaintext,
if (!ctx || !ctx->cfg || !out_ciphertext) return -1;
const char* plain = plaintext ? plaintext : "";
/* Phase 3 item 13: route self-encrypt through the process signer when
* wired into the tools context. Falls back to the legacy raw-key path. */
if (ctx->signer) {
char* signer_out = NULL;
int rc = nostr_signer_nip44_encrypt(ctx->signer,
ctx->cfg->keys.public_key_hex,
plain,
&signer_out);
if (rc != NOSTR_SUCCESS || !signer_out) return -1;
*out_ciphertext = signer_out;
return 0;
}
size_t out_cap = (strlen(plain) * 4U) + 1024U;
char* ciphertext = (char*)malloc(out_cap);
if (!ciphertext) return -1;
@@ -81,6 +95,19 @@ static int nip44_encrypt_self_local(tools_context_t* ctx, const char* plaintext,
static int nip44_decrypt_self_local(tools_context_t* ctx, const char* ciphertext, char** out_plaintext) {
if (!ctx || !ctx->cfg || !ciphertext || !out_plaintext) return -1;
/* Phase 3 item 13: route self-decrypt through the process signer when
* wired into the tools context. Falls back to the legacy raw-key path. */
if (ctx->signer) {
char* signer_out = NULL;
int rc = nostr_signer_nip44_decrypt(ctx->signer,
ctx->cfg->keys.public_key_hex,
ciphertext,
&signer_out);
if (rc != NOSTR_SUCCESS || !signer_out) return -1;
*out_plaintext = signer_out;
return 0;
}
size_t out_cap = strlen(ciphertext) + 1024U;
char* plaintext = (char*)malloc(out_cap);
if (!plaintext) return -1;
+10
View File
@@ -2,11 +2,17 @@
#define DIDACTYL_TOOLS_H
#include "../config.h"
#include "../nostr_core_lib/nostr_core/nostr_signer.h"
struct trigger_manager;
typedef struct {
didactyl_config_t* cfg;
/* Optional process-lifetime signer handle (non-owning). When set,
* NIP-04/44 encrypt/decrypt tool call sites route through the signer
* verbs so remote signer modes keep the nsec out of the agent. Falls
* back to the legacy raw-key path when NULL (local mode / pre-Phase-3). */
nostr_signer_t* signer;
struct trigger_manager* trigger_manager;
int template_sender_tier;
const char* template_current_user_message;
@@ -17,6 +23,10 @@ typedef struct {
int tools_init(tools_context_t* ctx, didactyl_config_t* cfg);
void tools_cleanup(tools_context_t* ctx);
/* Wire a process-lifetime signer handle into the tools context. Non-owning:
* caller must keep the signer alive for the context's lifetime and free it
* after tools_cleanup. Passing NULL restores the legacy raw-key fallback. */
void tools_set_signer(tools_context_t* ctx, nostr_signer_t* signer);
char* tools_build_openai_schema_json(const tools_context_t* ctx);
char* tools_execute(tools_context_t* ctx, const char* tool_name, const char* args_json);
+15
View File
@@ -21,6 +21,7 @@ int tools_init_legacy(tools_context_t* ctx, didactyl_config_t* cfg) {
if (!ctx || !cfg) return -1;
memset(ctx, 0, sizeof(*ctx));
ctx->cfg = cfg;
ctx->signer = NULL;
ctx->trigger_manager = NULL;
ctx->template_sender_tier = 0;
ctx->template_current_user_message = NULL;
@@ -30,6 +31,11 @@ int tools_init_legacy(tools_context_t* ctx, didactyl_config_t* cfg) {
return 0;
}
void tools_set_signer(tools_context_t* ctx, nostr_signer_t* signer) {
if (!ctx) return;
ctx->signer = signer;
}
void tools_cleanup_legacy(tools_context_t* ctx) {
if (!ctx) return;
memset(ctx, 0, sizeof(*ctx));
@@ -149,9 +155,18 @@ char* tools_execute_legacy(tools_context_t* ctx, const char* tool_name, const ch
if (strcmp(tool_name, "skill_search") == 0) {
return execute_skill_search(args_json);
}
if (strcmp(tool_name, "skill_run") == 0 || strcmp(tool_name, "run") == 0) {
return execute_skill_run(ctx, args_json);
}
if (strcmp(tool_name, "skill_load") == 0) {
return execute_skill_load(ctx, args_json);
}
if (strcmp(tool_name, "skill_edit") == 0) {
return execute_skill_edit(ctx, args_json);
}
if (strcmp(tool_name, "skill_refresh") == 0) {
return execute_skill_refresh(ctx, args_json);
}
if (strcmp(tool_name, "trigger_list") == 0) {
return execute_trigger_list(ctx, args_json);
}
+3
View File
@@ -63,7 +63,10 @@ char* execute_skill_set(tools_context_t* ctx, const char* args_json);
char* execute_skill_adopt(tools_context_t* ctx, const char* args_json);
char* execute_skill_remove(tools_context_t* ctx, const char* args_json);
char* execute_skill_edit(tools_context_t* ctx, const char* args_json);
char* execute_skill_refresh(tools_context_t* ctx, const char* args_json);
char* execute_skill_search(const char* args_json);
char* execute_skill_run(tools_context_t* ctx, const char* args_json);
char* execute_skill_load(tools_context_t* ctx, const char* args_json);
char* execute_memory_save(tools_context_t* ctx, const char* args_json);
char* execute_memory_recall(tools_context_t* ctx, const char* args_json);
+118 -2
View File
@@ -754,7 +754,7 @@ char* tools_build_openai_schema_json_legacy(const tools_context_t* ctx) {
cJSON_AddStringToObject(t22, "type", "function");
cJSON_AddStringToObject(t22_fn, "name", "skill_create");
cJSON_AddStringToObject(t22_fn, "description", "Create or update a skill definition as kind 31123/31124 and optionally auto-adopt it");
cJSON_AddStringToObject(t22_fn, "description", "Create or update a skill definition as kind 31123/31124 and optionally auto-adopt it. Write content as markdown context instructions (no role markers). The runtime owns role packaging and document H1, and will bump skill headings down one level, so prefer ## for top-level sections in skill content. For auto-run behavior, set trigger + filter together.");
cJSON_AddStringToObject(t22_params, "type", "object");
cJSON_AddItemToObject(t22_params, "properties", t22_props);
cJSON_AddItemToObject(t22_params, "required", t22_required);
@@ -764,6 +764,9 @@ char* tools_build_openai_schema_json_legacy(const tools_context_t* ctx) {
cJSON_AddItemToObject(t22_props, "d", p_skill_create_d);
cJSON* p_skill_create_content = cJSON_CreateObject();
cJSON_AddStringToObject(p_skill_create_content, "type", "string");
cJSON_AddStringToObject(p_skill_create_content,
"description",
"Markdown template for the skill body. Use plain markdown headings/lists/code fences and template variables like {{message}}, {{dm_history}}, {{agent_identity}}, {{admin_profile}}, or {{skill_d_tag}} references. Do not author system/user/assistant role markers in skill content; runtime appends trigger payloads as user input and handles role packaging. Runtime prepends document title and bumps headings one level.");
cJSON_AddItemToObject(t22_props, "content", p_skill_create_content);
cJSON* p_skill_create_scope = cJSON_CreateObject();
cJSON_AddStringToObject(p_skill_create_scope, "type", "string");
@@ -777,10 +780,16 @@ char* tools_build_openai_schema_json_legacy(const tools_context_t* ctx) {
cJSON* p_skill_create_trigger = cJSON_CreateObject();
cJSON_AddStringToObject(p_skill_create_trigger, "type", "string");
cJSON_AddStringToObject(p_skill_create_trigger,
"description",
"Optional auto-run trigger. Must be one of: dm, cron, nostr-subscription, webhook, chain. If provided, filter is also required.");
cJSON_AddItemToObject(t22_props, "trigger", p_skill_create_trigger);
cJSON* p_skill_create_filter = cJSON_CreateObject();
cJSON_AddStringToObject(p_skill_create_filter, "type", "string");
cJSON_AddStringToObject(p_skill_create_filter,
"description",
"Trigger-specific filter string. Required when trigger is provided. Examples: dm=>{\"from\":\"admin\"}, cron=>\"0 12 * * *\", chain=>\"source_d_tag\", webhook=>\"{}\", nostr-subscription=>JSON filter.");
cJSON_AddItemToObject(t22_props, "filter", p_skill_create_filter);
cJSON* p_skill_create_action = cJSON_CreateObject();
@@ -993,7 +1002,7 @@ char* tools_build_openai_schema_json_legacy(const tools_context_t* ctx) {
cJSON_AddStringToObject(t25b, "type", "function");
cJSON_AddStringToObject(t25b_fn, "name", "skill_edit");
cJSON_AddStringToObject(t25b_fn, "description", "Edit an existing self skill by d tag and republish it as kind 31123/31124");
cJSON_AddStringToObject(t25b_fn, "description", "Edit an existing self skill by d tag and republish it as kind 31123/31124. Keep skill content markdown-first (no role markers). Runtime owns role packaging, owns H1, and bumps skill headings down one level. For triggered skills, update trigger and filter together.");
cJSON_AddStringToObject(t25b_params, "type", "object");
cJSON_AddItemToObject(t25b_params, "properties", t25b_props);
cJSON_AddItemToObject(t25b_params, "required", t25b_required);
@@ -1004,6 +1013,9 @@ char* tools_build_openai_schema_json_legacy(const tools_context_t* ctx) {
cJSON* p_skill_edit_content = cJSON_CreateObject();
cJSON_AddStringToObject(p_skill_edit_content, "type", "string");
cJSON_AddStringToObject(p_skill_edit_content,
"description",
"Replacement markdown template for this skill. Use markdown structure and template variables such as {{message}}, {{dm_history}}, {{agent_identity}}, {{admin_profile}}, and {{skill_d_tag}} references. Do not include authored system/user/assistant role markers; runtime handles role packaging and user payload injection. If omitted, existing content is retained.");
cJSON_AddItemToObject(t25b_props, "content", p_skill_edit_content);
cJSON* p_skill_edit_scope = cJSON_CreateObject();
@@ -1016,10 +1028,16 @@ char* tools_build_openai_schema_json_legacy(const tools_context_t* ctx) {
cJSON* p_skill_edit_trigger = cJSON_CreateObject();
cJSON_AddStringToObject(p_skill_edit_trigger, "type", "string");
cJSON_AddStringToObject(p_skill_edit_trigger,
"description",
"Optional trigger update. Valid values: dm, cron, nostr-subscription, webhook, chain. Must be paired with filter update when changing trigger config.");
cJSON_AddItemToObject(t25b_props, "trigger", p_skill_edit_trigger);
cJSON* p_skill_edit_filter = cJSON_CreateObject();
cJSON_AddStringToObject(p_skill_edit_filter, "type", "string");
cJSON_AddStringToObject(p_skill_edit_filter,
"description",
"Trigger-specific filter update. Use with trigger. Examples: dm=>{\"from\":\"admin\"}, cron=>\"0 12 * * *\", chain=>\"source_d_tag\", webhook=>\"{}\", nostr-subscription=>JSON filter.");
cJSON_AddItemToObject(t25b_props, "filter", p_skill_edit_filter);
cJSON* p_skill_edit_action = cJSON_CreateObject();
@@ -1059,6 +1077,21 @@ char* tools_build_openai_schema_json_legacy(const tools_context_t* ctx) {
cJSON_AddItemToObject(t25b, "function", t25b_fn);
cJSON_AddItemToArray(tools, t25b);
cJSON* t25c = cJSON_CreateObject();
cJSON* t25c_fn = cJSON_CreateObject();
cJSON* t25c_params = cJSON_CreateObject();
cJSON* t25c_props = cJSON_CreateObject();
cJSON_AddStringToObject(t25c, "type", "function");
cJSON_AddStringToObject(t25c_fn, "name", "skill_refresh");
cJSON_AddStringToObject(t25c_fn, "description", "Invalidate adopted skills cache so next context build reloads latest skill events from cache/relays");
cJSON_AddStringToObject(t25c_params, "type", "object");
cJSON_AddItemToObject(t25c_params, "properties", t25c_props);
cJSON_AddItemToObject(t25c_fn, "parameters", t25c_params);
cJSON_AddItemToObject(t25c, "function", t25c_fn);
cJSON_AddItemToArray(tools, t25c);
cJSON* t26 = cJSON_CreateObject();
cJSON* t26_fn = cJSON_CreateObject();
cJSON* t26_params = cJSON_CreateObject();
@@ -1084,6 +1117,89 @@ char* tools_build_openai_schema_json_legacy(const tools_context_t* ctx) {
cJSON_AddItemToObject(t26, "function", t26_fn);
cJSON_AddItemToArray(tools, t26);
cJSON* t26a = cJSON_CreateObject();
cJSON* t26a_fn = cJSON_CreateObject();
cJSON* t26a_params = cJSON_CreateObject();
cJSON* t26a_props = cJSON_CreateObject();
cJSON* t26a_required = cJSON_CreateArray();
cJSON_AddStringToObject(t26a, "type", "function");
cJSON_AddStringToObject(t26a_fn, "name", "skill_run");
cJSON_AddStringToObject(t26a_fn, "description", "Execute a skill one-shot in an isolated context with optional sandboxing. Use d_tag for own skills or pubkey+d_tag for external skills.");
cJSON_AddStringToObject(t26a_params, "type", "object");
cJSON_AddItemToObject(t26a_params, "properties", t26a_props);
cJSON_AddItemToObject(t26a_params, "required", t26a_required);
cJSON* p_skill_run_d_tag = cJSON_CreateObject();
cJSON_AddStringToObject(p_skill_run_d_tag, "type", "string");
cJSON_AddStringToObject(p_skill_run_d_tag, "description", "Skill d tag identifier");
cJSON_AddItemToObject(t26a_props, "d_tag", p_skill_run_d_tag);
cJSON* p_skill_run_d = cJSON_CreateObject();
cJSON_AddStringToObject(p_skill_run_d, "type", "string");
cJSON_AddStringToObject(p_skill_run_d, "description", "Compatibility alias for d_tag");
cJSON_AddItemToObject(t26a_props, "d", p_skill_run_d);
cJSON* p_skill_run_pubkey = cJSON_CreateObject();
cJSON_AddStringToObject(p_skill_run_pubkey, "type", "string");
cJSON_AddStringToObject(p_skill_run_pubkey, "description", "Optional author pubkey for external skills");
cJSON_AddItemToObject(t26a_props, "pubkey", p_skill_run_pubkey);
cJSON* p_skill_run_args = cJSON_CreateObject();
cJSON_AddStringToObject(p_skill_run_args, "type", "string");
cJSON_AddStringToObject(p_skill_run_args, "description", "Arguments/context to pass to the skill");
cJSON_AddItemToObject(t26a_props, "args", p_skill_run_args);
cJSON* p_skill_run_input = cJSON_CreateObject();
cJSON_AddStringToObject(p_skill_run_input, "type", "string");
cJSON_AddStringToObject(p_skill_run_input, "description", "Slash shorthand fallback for args");
cJSON_AddItemToObject(t26a_props, "input", p_skill_run_input);
cJSON* p_skill_run_sandbox = cJSON_CreateObject();
cJSON_AddStringToObject(p_skill_run_sandbox, "type", "boolean");
cJSON_AddStringToObject(p_skill_run_sandbox, "description", "Override sandbox behavior (default on for external skills)");
cJSON_AddItemToObject(t26a_props, "sandbox", p_skill_run_sandbox);
cJSON_AddItemToArray(t26a_required, cJSON_CreateString("d_tag"));
cJSON_AddItemToObject(t26a_fn, "parameters", t26a_params);
cJSON_AddItemToObject(t26a, "function", t26a_fn);
cJSON_AddItemToArray(tools, t26a);
cJSON* t26b = cJSON_CreateObject();
cJSON* t26b_fn = cJSON_CreateObject();
cJSON* t26b_params = cJSON_CreateObject();
cJSON* t26b_props = cJSON_CreateObject();
cJSON* t26b_required = cJSON_CreateArray();
cJSON_AddStringToObject(t26b, "type", "function");
cJSON_AddStringToObject(t26b_fn, "name", "skill_load");
cJSON_AddStringToObject(t26b_fn, "description", "Load a skill's instructions into the current conversation context.");
cJSON_AddStringToObject(t26b_params, "type", "object");
cJSON_AddItemToObject(t26b_params, "properties", t26b_props);
cJSON_AddItemToObject(t26b_params, "required", t26b_required);
cJSON* p_skill_load_d_tag = cJSON_CreateObject();
cJSON_AddStringToObject(p_skill_load_d_tag, "type", "string");
cJSON_AddStringToObject(p_skill_load_d_tag, "description", "Skill d tag identifier");
cJSON_AddItemToObject(t26b_props, "d_tag", p_skill_load_d_tag);
cJSON* p_skill_load_d = cJSON_CreateObject();
cJSON_AddStringToObject(p_skill_load_d, "type", "string");
cJSON_AddStringToObject(p_skill_load_d, "description", "Compatibility alias for d_tag");
cJSON_AddItemToObject(t26b_props, "d", p_skill_load_d);
cJSON* p_skill_load_pubkey = cJSON_CreateObject();
cJSON_AddStringToObject(p_skill_load_pubkey, "type", "string");
cJSON_AddStringToObject(p_skill_load_pubkey, "description", "Optional author pubkey for external skills");
cJSON_AddItemToObject(t26b_props, "pubkey", p_skill_load_pubkey);
cJSON_AddItemToArray(t26b_required, cJSON_CreateString("d_tag"));
cJSON_AddItemToObject(t26b_fn, "parameters", t26b_params);
cJSON_AddItemToObject(t26b, "function", t26b_fn);
cJSON_AddItemToArray(tools, t26b);
cJSON* t27 = cJSON_CreateObject();
cJSON* t27_fn = cJSON_CreateObject();
cJSON* t27_params = cJSON_CreateObject();
+309 -2
View File
@@ -589,6 +589,274 @@ static void parse_trigger_runtime_tags(cJSON* tags,
}
}
/*
* Load the set of adopted skill d_tags from the kind 10123 adoption list.
*
* Fetches the agent's latest kind 10123 event from cache, parses the "a" tags,
* and populates out_d_tags with the d_tag portion of each adopted skill address.
*
* Since both trigger load paths only deal with self-authored skills, matching on
* d_tag alone is sufficient the pubkey in the "a" tag will be the agent's own.
*
* Returns the number of adopted d_tags, or -1 on error.
*/
#define TRIGGER_ADOPTED_D_TAGS_MAX 64
static int load_adopted_d_tags(trigger_manager_t* mgr,
char out_d_tags[][65],
int max_d_tags) {
if (!mgr || !mgr->cfg || !out_d_tags || max_d_tags <= 0) {
return -1;
}
int count = 0;
char* adoption_json = nostr_handler_get_self_events_by_kind_json(10123);
if (!adoption_json) {
DEBUG_WARN("[didactyl] trigger adoption check: no kind 10123 event in cache");
return 0;
}
cJSON* adoption_events = cJSON_Parse(adoption_json);
free(adoption_json);
if (!adoption_events || !cJSON_IsArray(adoption_events) ||
cJSON_GetArraySize(adoption_events) <= 0) {
cJSON_Delete(adoption_events);
DEBUG_WARN("[didactyl] trigger adoption check: kind 10123 parse failed or empty");
return 0;
}
/* Find the latest adoption list event by created_at */
cJSON* list_event = NULL;
double list_event_created_at = -1.0;
int adoption_n = cJSON_GetArraySize(adoption_events);
for (int ai = 0; ai < adoption_n; ai++) {
cJSON* ev = cJSON_GetArrayItem(adoption_events, ai);
if (!ev || !cJSON_IsObject(ev)) {
continue;
}
cJSON* ev_pubkey = cJSON_GetObjectItemCaseSensitive(ev, "pubkey");
if (!ev_pubkey || !cJSON_IsString(ev_pubkey) || !ev_pubkey->valuestring ||
strcmp(ev_pubkey->valuestring, mgr->cfg->keys.public_key_hex) != 0) {
continue;
}
cJSON* created_at = cJSON_GetObjectItemCaseSensitive(ev, "created_at");
double created = (created_at && cJSON_IsNumber(created_at)) ? created_at->valuedouble : 0.0;
if (!list_event || created > list_event_created_at) {
list_event = ev;
list_event_created_at = created;
}
}
cJSON* list_tags = list_event ? cJSON_GetObjectItemCaseSensitive(list_event, "tags") : NULL;
if (!list_tags || !cJSON_IsArray(list_tags)) {
cJSON_Delete(adoption_events);
DEBUG_INFO("[didactyl] trigger adoption check: no tags in adoption list event");
return 0;
}
int tn = cJSON_GetArraySize(list_tags);
for (int i = 0; i < tn && count < max_d_tags; i++) {
cJSON* tag = cJSON_GetArrayItem(list_tags, i);
if (!tag || !cJSON_IsArray(tag)) {
continue;
}
cJSON* key = cJSON_GetArrayItem(tag, 0);
cJSON* val = cJSON_GetArrayItem(tag, 1);
if (!key || !val || !cJSON_IsString(key) || !cJSON_IsString(val) ||
!key->valuestring || !val->valuestring ||
strcmp(key->valuestring, "a") != 0) {
continue;
}
/* Parse "kind:pubkey:d_tag" — we only need the d_tag (3rd field) */
const char* p1 = strchr(val->valuestring, ':');
if (!p1) continue;
const char* p2 = strchr(p1 + 1, ':');
if (!p2) continue;
const char* d_tag_start = p2 + 1;
size_t d_tag_len = strlen(d_tag_start);
if (d_tag_len == 0 || d_tag_len >= 65U) {
continue;
}
snprintf(out_d_tags[count], 65, "%s", d_tag_start);
count++;
}
cJSON_Delete(adoption_events);
DEBUG_INFO("[didactyl] trigger adoption check: %d adopted skill(s) found", count);
return count;
}
/*
* Check whether d_tag appears in the adopted_d_tags array.
*/
static int is_d_tag_adopted(const char* d_tag,
char adopted_d_tags[][65],
int adopted_count) {
if (!d_tag || d_tag[0] == '\0' || !adopted_d_tags || adopted_count <= 0) {
return 0;
}
for (int i = 0; i < adopted_count; i++) {
if (strcmp(adopted_d_tags[i], d_tag) == 0) {
return 1;
}
}
return 0;
}
static int trigger_manager_reconcile_from_relays(trigger_manager_t* mgr) {
if (!mgr || !mgr->cfg) {
return -1;
}
cJSON* filter = cJSON_CreateObject();
cJSON* kinds = cJSON_CreateArray();
cJSON* authors = cJSON_CreateArray();
if (!filter || !kinds || !authors) {
cJSON_Delete(filter);
cJSON_Delete(kinds);
cJSON_Delete(authors);
return -1;
}
cJSON_AddItemToArray(kinds, cJSON_CreateNumber(31123));
cJSON_AddItemToArray(kinds, cJSON_CreateNumber(31124));
cJSON_AddItemToObject(filter, "kinds", kinds);
cJSON_AddItemToArray(authors, cJSON_CreateString(mgr->cfg->keys.public_key_hex));
cJSON_AddItemToObject(filter, "authors", authors);
cJSON_AddNumberToObject(filter, "limit", 300);
char* events_json = nostr_handler_query_json(filter, 8000);
cJSON_Delete(filter);
if (!events_json) {
DEBUG_WARN("[didactyl] trigger reconcile skipped: relay query returned no data");
return -1;
}
cJSON* events = cJSON_Parse(events_json);
free(events_json);
if (!events || !cJSON_IsArray(events)) {
cJSON_Delete(events);
DEBUG_WARN("[didactyl] trigger reconcile skipped: invalid JSON from relay query");
return -1;
}
int considered = 0;
int loaded = 0;
int skipped_not_adopted = 0;
int skipped_disabled = 0;
/* Load adopted d_tags from kind 10123 adoption list */
char adopted_d_tags[TRIGGER_ADOPTED_D_TAGS_MAX][65];
memset(adopted_d_tags, 0, sizeof(adopted_d_tags));
int adopted_count = load_adopted_d_tags(mgr, adopted_d_tags, TRIGGER_ADOPTED_D_TAGS_MAX);
if (adopted_count <= 0) {
DEBUG_WARN("[didactyl] trigger reconcile: no adopted skills found — skipping all trigger registration");
cJSON_Delete(events);
return 0;
}
int event_count = cJSON_GetArraySize(events);
for (int i = 0; i < event_count; i++) {
cJSON* skill_event = cJSON_GetArrayItem(events, i);
cJSON* content = skill_event ? cJSON_GetObjectItemCaseSensitive(skill_event, "content") : NULL;
cJSON* tags = skill_event ? cJSON_GetObjectItemCaseSensitive(skill_event, "tags") : NULL;
if (!content || !cJSON_IsString(content) || !content->valuestring || !tags || !cJSON_IsArray(tags)) {
continue;
}
cJSON* d = find_tag_value_string(tags, "d");
cJSON* trigger = find_tag_value_string(tags, "trigger");
cJSON* filter_j = find_tag_value_string(tags, "filter");
cJSON* action = find_tag_value_string(tags, "action");
cJSON* enabled = find_tag_value_string(tags, "enabled");
const char* d_tag = (d && cJSON_IsString(d) && d->valuestring) ? d->valuestring : NULL;
const char* trigger_s = (trigger && cJSON_IsString(trigger) && trigger->valuestring) ? trigger->valuestring : NULL;
const char* filter_s = (filter_j && cJSON_IsString(filter_j) && filter_j->valuestring) ? filter_j->valuestring : NULL;
const char* action_s = (action && cJSON_IsString(action) && action->valuestring) ? action->valuestring : "llm";
const char* enabled_s = (enabled && cJSON_IsString(enabled) && enabled->valuestring) ? enabled->valuestring : "true";
considered++;
if (!d_tag || d_tag[0] == '\0') {
continue;
}
/* Adoption gate: only register triggers for adopted skills */
if (!is_d_tag_adopted(d_tag, adopted_d_tags, adopted_count)) {
skipped_not_adopted++;
continue;
}
int trigger_supported = trigger_s &&
(strcmp(trigger_s, "nostr-subscription") == 0 ||
strcmp(trigger_s, "webhook") == 0 ||
strcmp(trigger_s, "cron") == 0 ||
strcmp(trigger_s, "chain") == 0 ||
strcmp(trigger_s, "dm") == 0);
if (!trigger_supported || !filter_s || filter_s[0] == '\0') {
continue;
}
/* Enabled gate: skip skills explicitly disabled */
int is_enabled = (strcmp(enabled_s, "false") == 0 || strcmp(enabled_s, "0") == 0) ? 0 : 1;
if (!is_enabled) {
skipped_disabled++;
continue;
}
if (strcmp(action_s, "template") == 0) {
DEBUG_WARN("[didactyl] trigger action template is deprecated; forcing llm for d_tag=%s", d_tag);
}
const char* llm_s = NULL;
const char* tools_s = NULL;
int has_max_tokens = 0;
int max_tokens = 0;
int has_temperature = 0;
double temperature = 0.0;
int has_seed = 0;
int seed = 0;
parse_trigger_runtime_tags(tags,
&llm_s,
&tools_s,
&has_max_tokens,
&max_tokens,
&has_temperature,
&temperature,
&has_seed,
&seed);
if (trigger_manager_add(mgr,
d_tag,
content->valuestring,
filter_s,
TRIGGER_ACTION_LLM,
trigger_s,
is_enabled,
llm_s,
tools_s,
has_max_tokens,
max_tokens,
has_temperature,
temperature,
has_seed,
seed) == 0) {
loaded++;
}
}
cJSON_Delete(events);
DEBUG_INFO("[didactyl] trigger reconcile complete: loaded=%d considered=%d skipped_not_adopted=%d skipped_disabled=%d",
loaded, considered, skipped_not_adopted, skipped_disabled);
return 0;
}
static void apply_trigger_runtime_to_llm_config(const active_trigger_t* t, llm_config_t* cfg) {
if (!t || !cfg) return;
@@ -810,6 +1078,7 @@ int trigger_manager_init(trigger_manager_t* mgr, didactyl_config_t* cfg) {
}
mgr->last_poll_at = 0;
mgr->last_reconcile_at = 0;
DEBUG_INFO("[didactyl] trigger manager initialized (capacity=%d)", mgr->capacity);
return 0;
@@ -822,8 +1091,19 @@ int trigger_manager_load_from_skills(trigger_manager_t* mgr) {
int loaded = 0;
int considered = 0;
int skipped_not_adopted = 0;
int skipped_disabled = 0;
const int kinds[2] = {31123, 31124};
/* Load adopted d_tags from kind 10123 adoption list */
char adopted_d_tags[TRIGGER_ADOPTED_D_TAGS_MAX][65];
memset(adopted_d_tags, 0, sizeof(adopted_d_tags));
int adopted_count = load_adopted_d_tags(mgr, adopted_d_tags, TRIGGER_ADOPTED_D_TAGS_MAX);
if (adopted_count <= 0) {
DEBUG_WARN("[didactyl] trigger load from skills: no adopted skills found — skipping all trigger registration");
return 0;
}
for (int k = 0; k < 2; k++) {
char* skill_json = nostr_handler_get_self_events_by_kind_json(kinds[k]);
if (!skill_json) {
@@ -850,17 +1130,25 @@ int trigger_manager_load_from_skills(trigger_manager_t* mgr) {
cJSON* trigger = find_tag_value_string(tags, "trigger");
cJSON* filter = find_tag_value_string(tags, "filter");
cJSON* action = find_tag_value_string(tags, "action");
cJSON* enabled = find_tag_value_string(tags, "enabled");
const char* d_tag = (d && cJSON_IsString(d) && d->valuestring) ? d->valuestring : NULL;
const char* trigger_s = (trigger && cJSON_IsString(trigger) && trigger->valuestring) ? trigger->valuestring : NULL;
const char* filter_s = (filter && cJSON_IsString(filter) && filter->valuestring) ? filter->valuestring : NULL;
const char* action_s = (action && cJSON_IsString(action) && action->valuestring) ? action->valuestring : "llm";
const char* enabled_s = (enabled && cJSON_IsString(enabled) && enabled->valuestring) ? enabled->valuestring : "true";
considered++;
if (!d_tag || d_tag[0] == '\0') {
continue;
}
/* Adoption gate: only register triggers for adopted skills */
if (!is_d_tag_adopted(d_tag, adopted_d_tags, adopted_count)) {
skipped_not_adopted++;
continue;
}
int trigger_supported = trigger_s &&
(strcmp(trigger_s, "nostr-subscription") == 0 ||
strcmp(trigger_s, "webhook") == 0 ||
@@ -871,6 +1159,13 @@ int trigger_manager_load_from_skills(trigger_manager_t* mgr) {
continue;
}
/* Enabled gate: skip skills explicitly disabled */
int is_enabled = (strcmp(enabled_s, "false") == 0 || strcmp(enabled_s, "0") == 0) ? 0 : 1;
if (!is_enabled) {
skipped_disabled++;
continue;
}
if (strcmp(action_s, "template") == 0) {
DEBUG_WARN("[didactyl] trigger action template is deprecated; forcing llm for d_tag=%s", d_tag);
}
@@ -899,7 +1194,7 @@ int trigger_manager_load_from_skills(trigger_manager_t* mgr) {
filter_s,
TRIGGER_ACTION_LLM,
trigger_s,
1,
is_enabled,
llm_s,
tools_s,
has_max_tokens,
@@ -915,7 +1210,8 @@ int trigger_manager_load_from_skills(trigger_manager_t* mgr) {
cJSON_Delete(skill_events);
}
DEBUG_INFO("[didactyl] trigger manager loaded %d trigger(s) from self skills (considered=%d)", loaded, considered);
DEBUG_INFO("[didactyl] trigger manager loaded %d trigger(s) from self skills (considered=%d skipped_not_adopted=%d skipped_disabled=%d)",
loaded, considered, skipped_not_adopted, skipped_disabled);
return 0;
}
@@ -1447,6 +1743,17 @@ int trigger_manager_poll(trigger_manager_t* mgr) {
}
pthread_mutex_unlock(&mgr->mutex);
/*
* Temporarily disable periodic relay-backed trigger reconciliation.
* Keep code path in place for quick re-enable after adoption/cache fix validation.
*/
int enable_periodic_reconcile = 0;
if (enable_periodic_reconcile &&
(mgr->last_reconcile_at <= 0 || (now - mgr->last_reconcile_at) >= 900)) {
mgr->last_reconcile_at = now;
(void)trigger_manager_reconcile_from_relays(mgr);
}
return fired;
}
+1
View File
@@ -57,6 +57,7 @@ typedef struct trigger_manager {
didactyl_config_t* cfg;
pthread_mutex_t mutex;
time_t last_poll_at;
time_t last_reconcile_at;
} trigger_manager_t;
int trigger_manager_init(trigger_manager_t* mgr, didactyl_config_t* cfg);
-1
View File
@@ -1 +0,0 @@
{"tasks":[{"id":9,"text":"Publish README.md as longform post","created_at":1773326251,"status":"done","updated_at":1773326287},{"id":10,"text":"Publish docs/CONTEXT.md as longform post","created_at":1773326251,"status":"done","updated_at":1773326310},{"id":11,"text":"Publish docs/TOOLS.md as longform post","created_at":1773326251,"status":"done","updated_at":1773326320},{"id":12,"text":"Publish docs/SUBSCRIPTIONS.md as longform post","created_at":1773326251,"status":"done","updated_at":1773327937},{"id":13,"text":"DM admin after each publish","created_at":1773326251,"status":"done","updated_at":1773327937},{"id":14,"text":"Return final summary","created_at":1773326251,"status":"done","updated_at":1773327937}],"next_id":15}
+70
View File
@@ -0,0 +1,70 @@
Didactyl - sovereign Nostr agent
Usage:
./didactyl [options]
Options:
-h, --help
Show this help text and exit.
-v, --version
Show version and exit.
--config <path>
Path to config/genesis JSONC file (default: ./genesis.jsonc).
If file is missing, startup falls back to minimal nsec-only mode.
--nsec <nsec_or_hex>
Private key as nsec1... or 64-char hex; overrides DIDACTYL_NSEC.
--admin <npub_or_hex>
Administrator pubkey override; accepts npub1... or 64-char hex.
--api-port <port>
Enable HTTP API and bind to this port (1-65535).
--api-bind <addr>
Enable HTTP API and bind address (example: 127.0.0.1).
--debug <0-5>
Log level (0=fatal, 1=error, 2=warn, 3=info, 4=debug, 5=trace).
--signer <mode>
Signer provider: local | nsigner_unix | nsigner_tcp.
Overrides signer.mode in config and DIDACTYL_SIGNER.
In nsigner_* modes --nsec/DIDACTYL_NSEC are not required.
--signer-socket <name>
Abstract socket name for nsigner_unix (without leading @).
--signer-role <role>
n_signer role selector (default: main).
--signer-timeout <ms>
Per-call signer timeout in milliseconds (default: 15000).
--signer-tcp <host:port>
Shorthand for --signer nsigner_tcp with host/port parsed.
--dump-schemas
Print tool schemas JSON and exit.
--test-tool <name> <args_json>
Execute one tool call locally and print JSON result, then exit.
Environment:
DIDACTYL_NSEC
Fallback private key when --nsec is not provided (local mode only).
DIDACTYL_SIGNER
Fallback signer mode when --signer is not provided.
Examples:
1) Genesis-based startup
./didactyl --config genesis.jsonc
2) nsec-only startup (no config file)
./didactyl --nsec nsec1...
3) nsec via environment variable
DIDACTYL_NSEC=nsec1... ./didactyl
4) Override API bind/port
./didactyl --config genesis.jsonc --api-bind 127.0.0.1 --api-port 8484
5) Sign with a running n_signer (separate the nsec from the agent)
./didactyl --signer nsigner_unix --signer-socket nsigner_hairy_dog --admin npub1...
6) n_signer via TCP
./didactyl --signer-tcp 127.0.0.1:7777 --admin npub1...
7) Dump tool schemas
./didactyl --dump-schemas
8) Test a tool invocation
./didactyl --test-tool config_recall '{"config_name":"llm_config"}'
Executable
BIN
View File
Binary file not shown.
+267
View File
@@ -0,0 +1,267 @@
#define _POSIX_C_SOURCE 200809L
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "./nostr_core_lib/cjson/cJSON.h"
#include "./nostr_core_lib/nostr_core/nostr_core.h"
static const char* k_default_relays[] = {
"wss://relay.damus.io",
"wss://relay.primal.net",
"wss://relay.laantungir.net"
};
typedef struct {
int eose_received;
int events_received;
int kind3_events;
int max_p_tags;
} test_ctx_t;
static volatile int g_ws_eose_seen = 0;
static long long now_ms(void) {
struct timespec ts;
if (clock_gettime(CLOCK_MONOTONIC, &ts) != 0) {
return 0;
}
return ((long long)ts.tv_sec * 1000LL) + (ts.tv_nsec / 1000000LL);
}
static int count_tag(cJSON* tags, const char* key) {
if (!tags || !cJSON_IsArray(tags) || !key) {
return 0;
}
int n = cJSON_GetArraySize(tags);
int count = 0;
for (int i = 0; i < n; i++) {
cJSON* tag = cJSON_GetArrayItem(tags, i);
if (!tag || !cJSON_IsArray(tag) || cJSON_GetArraySize(tag) < 1) {
continue;
}
cJSON* k = cJSON_GetArrayItem(tag, 0);
if (k && cJSON_IsString(k) && k->valuestring && strcmp(k->valuestring, key) == 0) {
count++;
}
}
return count;
}
static void on_event(cJSON* event, const char* relay_url, void* user_data) {
test_ctx_t* ctx = (test_ctx_t*)user_data;
if (!ctx || !event || !cJSON_IsObject(event)) {
return;
}
ctx->events_received++;
cJSON* kind = cJSON_GetObjectItemCaseSensitive(event, "kind");
cJSON* id = cJSON_GetObjectItemCaseSensitive(event, "id");
cJSON* pubkey = cJSON_GetObjectItemCaseSensitive(event, "pubkey");
cJSON* created_at = cJSON_GetObjectItemCaseSensitive(event, "created_at");
cJSON* content = cJSON_GetObjectItemCaseSensitive(event, "content");
cJSON* tags = cJSON_GetObjectItemCaseSensitive(event, "tags");
int kind_val = (kind && cJSON_IsNumber(kind)) ? (int)kind->valuedouble : -1;
int p_tags = count_tag(tags, "p");
int r_tags = count_tag(tags, "r");
int tag_count = (tags && cJSON_IsArray(tags)) ? cJSON_GetArraySize(tags) : 0;
int content_len = (content && cJSON_IsString(content) && content->valuestring) ? (int)strlen(content->valuestring) : 0;
if (p_tags > ctx->max_p_tags) {
ctx->max_p_tags = p_tags;
}
if (kind_val == 3) {
ctx->kind3_events++;
}
printf("[EVENT] relay=%s kind=%d created_at=%lld tags=%d p_tags=%d r_tags=%d content_len=%d id=%.16s pubkey=%.16s\n",
relay_url ? relay_url : "<unknown>",
kind_val,
(created_at && cJSON_IsNumber(created_at)) ? (long long)created_at->valuedouble : -1LL,
tag_count,
p_tags,
r_tags,
content_len,
(id && cJSON_IsString(id) && id->valuestring) ? id->valuestring : "",
(pubkey && cJSON_IsString(pubkey) && pubkey->valuestring) ? pubkey->valuestring : "");
}
static void on_eose(cJSON** events, int event_count, void* user_data) {
(void)events;
test_ctx_t* ctx = (test_ctx_t*)user_data;
if (!ctx) {
return;
}
ctx->eose_received = 1;
printf("[EOSE] received for subscription (event_count=%d)\n", event_count);
}
static void log_callback(int level, const char* component, const char* message, void* user_data) {
(void)user_data;
const char* lvl = "?";
switch (level) {
case NOSTR_LOG_LEVEL_ERROR: lvl = "ERROR"; break;
case NOSTR_LOG_LEVEL_WARN: lvl = "WARN"; break;
case NOSTR_LOG_LEVEL_INFO: lvl = "INFO"; break;
case NOSTR_LOG_LEVEL_DEBUG: lvl = "DEBUG"; break;
case NOSTR_LOG_LEVEL_TRACE: lvl = "TRACE"; break;
default: break;
}
if (!component) component = "core";
if (!message) message = "";
if (strcmp(component, "websocket") == 0) {
printf("[NOSTR %s] [%s] %s\n", lvl, component, message);
if (strstr(message, "[\"EOSE\"") != NULL) {
g_ws_eose_seen = 1;
}
}
}
int main(int argc, char** argv) {
const char* npub = "npub13lm5wf8dvsdnc2894pkhch9uf8phvw9varrv8zf4sc885hhdmc8q6lx7ks";
int timeout_ms = 15000;
if (argc >= 2 && argv[1] && argv[1][0] != '\0') {
npub = argv[1];
}
if (argc >= 3) {
timeout_ms = atoi(argv[2]);
if (timeout_ms <= 0) {
timeout_ms = 15000;
}
}
unsigned char pubkey[32] = {0};
char pubkey_hex[65] = {0};
if (nostr_decode_npub(npub, pubkey) != 0) {
fprintf(stderr, "Failed to decode npub: %s\n", npub);
return 1;
}
nostr_bytes_to_hex(pubkey, 32, pubkey_hex);
if (nostr_crypto_init() != 0) {
fprintf(stderr, "nostr_crypto_init failed\n");
return 1;
}
nostr_set_log_callback(log_callback, NULL);
nostr_set_log_level(NOSTR_LOG_LEVEL_TRACE);
nostr_pool_reconnect_config_t* reconnect = nostr_pool_reconnect_config_default();
if (!reconnect) {
fprintf(stderr, "nostr_pool_reconnect_config_default failed\n");
nostr_crypto_cleanup();
return 1;
}
reconnect->enable_auto_reconnect = 1;
reconnect->ping_interval_seconds = 20;
reconnect->pong_timeout_seconds = 10;
nostr_relay_pool_t* pool = nostr_relay_pool_create(reconnect);
if (!pool) {
fprintf(stderr, "nostr_relay_pool_create failed\n");
nostr_crypto_cleanup();
return 1;
}
const int relay_count = (int)(sizeof(k_default_relays) / sizeof(k_default_relays[0]));
for (int i = 0; i < relay_count; i++) {
if (nostr_relay_pool_add_relay(pool, k_default_relays[i]) != 0) {
fprintf(stderr, "Failed to add relay: %s\n", k_default_relays[i]);
}
}
cJSON* filter = cJSON_CreateObject();
cJSON* kinds = cJSON_CreateArray();
cJSON* authors = cJSON_CreateArray();
if (!filter || !kinds || !authors) {
fprintf(stderr, "Failed to build filter JSON\n");
cJSON_Delete(filter);
cJSON_Delete(kinds);
cJSON_Delete(authors);
nostr_relay_pool_destroy(pool);
nostr_crypto_cleanup();
return 1;
}
cJSON_AddItemToArray(kinds, cJSON_CreateNumber(3));
cJSON_AddItemToObject(filter, "kinds", kinds);
cJSON_AddItemToArray(authors, cJSON_CreateString(pubkey_hex));
cJSON_AddItemToObject(filter, "authors", authors);
cJSON_AddNumberToObject(filter, "limit", 16);
test_ctx_t ctx;
memset(&ctx, 0, sizeof(ctx));
printf("Target npub: %s\n", npub);
printf("Target hex : %s\n", pubkey_hex);
printf("Relays (%d):\n", relay_count);
for (int i = 0; i < relay_count; i++) {
printf(" - %s\n", k_default_relays[i]);
}
printf("Subscribing to kind=3 with timeout=%d ms\n", timeout_ms);
nostr_pool_subscription_t* sub = nostr_relay_pool_subscribe(
pool,
k_default_relays,
relay_count,
filter,
on_event,
on_eose,
&ctx,
0,
0,
NOSTR_POOL_EOSE_FIRST,
12,
20
);
if (!sub) {
fprintf(stderr, "nostr_relay_pool_subscribe failed\n");
cJSON_Delete(filter);
nostr_relay_pool_destroy(pool);
nostr_crypto_cleanup();
return 1;
}
long long started = now_ms();
while (!ctx.eose_received && !g_ws_eose_seen) {
long long elapsed = now_ms() - started;
if (elapsed >= timeout_ms) {
break;
}
(void)nostr_relay_pool_poll(pool, 100);
}
printf("\nSummary:\n");
printf(" EOSE callback : %s\n", ctx.eose_received ? "yes" : "no");
printf(" Websocket EOSE: %s\n", g_ws_eose_seen ? "yes" : "no");
printf(" Events seen : %d\n", ctx.events_received);
printf(" Kind-3 events : %d\n", ctx.kind3_events);
printf(" Max p-tags : %d\n", ctx.max_p_tags);
if (!ctx.eose_received && g_ws_eose_seen) {
fprintf(stderr, "NOTE: Relay sent EOSE on websocket but subscription callback did not fire (pool EOSE behavior mismatch).\n");
}
if (!ctx.eose_received && !g_ws_eose_seen) {
fprintf(stderr, "Timed out waiting for EOSE after %d ms\n", timeout_ms);
}
(void)nostr_pool_subscription_close(sub);
cJSON_Delete(filter);
nostr_relay_pool_destroy(pool);
nostr_crypto_cleanup();
return (ctx.eose_received || g_ws_eose_seen) ? 0 : 2;
}
Binary file not shown.
+12 -6
View File
@@ -7,20 +7,26 @@
"admin": {
"pubkey": "npub1REPLACE_WITH_TEST_ADMIN_PUBKEY"
},
"dm_protocol": "nip04",
"llm": {
"provider": "openai",
"api_key": "sk-REPLACE_WITH_API_KEY",
"provider": "https://api.ppq.ai",
"api_key": "sk-SBI2Pga0J6n8jpPorHbRHC",
"model": "claude-haiku-4.5",
"base_url": "https://api.anthropic.com/v1",
"max_tokens": 512,
"temperature": 0.3
"base_url": "https://api.ppq.ai",
"max_tokens": 10000,
"temperature": 0.7
},
"api": {
"enabled": true,
"port": 8485,
"bind_address": "127.0.0.1"
},
"encrypted_events": [
{
"kind": 30078,
"d_tag": "user-settings",
"content": "{\"v\":2,\"updatedAt\":0,\"global_llm\":{\"provider\":\"https://api.ppq.ai\",\"api_key\":\"sk-SBI2Pga0J6n8jpPorHbRHC\",\"model\":\"claude-haiku-4.5\",\"base_url\":\"https://api.ppq.ai\",\"max_tokens\":10000,\"temperature\":0.7},\"didactyl\":{\"admin_pubkey\":\"npub1REPLACE_WITH_TEST_ADMIN_PUBKEY\",\"dm_protocol\":\"both\",\"max_turns\":40}}"
}
],
"startup_events": [
{
"kind": 0,
+60
View File
@@ -0,0 +1,60 @@
{
// TEST CONFIGURATION TEMPLATE
// Copy this file to tests/configs/test_genesis.jsonc and fill in real disposable values.
// The concrete tests/configs/test_genesis.jsonc is gitignored.
"key": {
"nsec": "nsec1REPLACE_WITH_DISPOSABLE_TEST_NSEC"
},
"admin": {
"pubkey": "npub1REPLACE_WITH_TEST_ADMIN_PUBKEY"
},
"llm": {
"provider": "openai",
"api_key": "sk-REPLACE_WITH_API_KEY",
"model": "claude-haiku-4.5",
"base_url": "https://api.anthropic.com/v1",
"max_tokens": 512,
"temperature": 0.3
},
"api": {
"enabled": true,
"port": 8485,
"bind_address": "127.0.0.1"
},
"encrypted_events": [
{
"kind": 30078,
"d_tag": "user-settings",
"content": "{\"v\":2,\"updatedAt\":0,\"global_llm\":{\"provider\":\"openai\",\"api_key\":\"sk-REPLACE_WITH_API_KEY\",\"model\":\"claude-haiku-4.5\",\"base_url\":\"https://api.anthropic.com/v1\",\"max_tokens\":512,\"temperature\":0.3},\"didactyl\":{\"admin_pubkey\":\"npub1REPLACE_WITH_TEST_ADMIN_PUBKEY\",\"dm_protocol\":\"both\",\"max_turns\":40}}"
}
],
"startup_events": [
{
"kind": 0,
"content_fields": {
"name": "Didactyl Test Agent",
"about": "Automated test instance"
},
"tags": []
},
{
"kind": 10002,
"content": "",
"tags": [
["r", "wss://relay.damus.io"],
["r", "wss://relay.primal.net"]
]
},
{
"kind": 31124,
"content": "# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed.",
"tags": [
["d", "identity_and_rules"],
["app", "didactyl"],
["scope", "private"],
["trigger", "dm"],
["filter", "{\"from\":\"admin\"}"]
]
}
]
}
+10
View File
@@ -0,0 +1,10 @@
{
// LOCAL TEST KEYS TEMPLATE
// Copy to tests/configs/test_keys.jsonc (gitignored) and fill in real values.
"agent": {
"nsec": "nsec1REPLACE_WITH_DISPOSABLE_TEST_NSEC"
},
"admin": {
"pubkey": "npub1REPLACE_WITH_TEST_ADMIN_PUBKEY"
}
}
+98 -3
View File
@@ -1,6 +1,7 @@
from __future__ import annotations
import os
import re
import signal
import subprocess
import time
@@ -22,8 +23,8 @@ class AgentProcess:
base_url: Optional[str] = None
def __post_init__(self) -> None:
self.binary_path = str(Path(self.binary_path))
self.config_path = str(Path(self.config_path))
self.binary_path = str(Path(self.binary_path).resolve())
self.config_path = str(Path(self.config_path).resolve())
self.log_file = self.log_file or "tests/results/agent_debug.log"
scheme = "https"
self.base_url = self.base_url or f"{scheme}://{self.api_bind}:{self.api_port}"
@@ -42,14 +43,95 @@ class AgentProcess:
self.api_bind,
]
def _pid_exists(self, pid: int) -> bool:
try:
os.kill(pid, 0)
return True
except OSError:
return False
def _collect_listener_pids(self) -> set[int]:
pids: set[int] = set()
commands = [
["lsof", "-t", f"-iTCP:{self.api_port}", "-sTCP:LISTEN"],
["fuser", f"{self.api_port}/tcp"],
["ss", "-ltnp"],
]
for cmd in commands:
try:
proc = subprocess.run(cmd, capture_output=True, text=True, check=False)
except FileNotFoundError:
continue
output = f"{proc.stdout}\n{proc.stderr}"
if cmd and cmd[0] == "ss":
port_token = f":{self.api_port}"
for line in output.splitlines():
if port_token not in line:
continue
for m in re.finditer(r"pid=(\d+)", line):
pids.add(int(m.group(1)))
continue
for token in output.split():
if token.isdigit():
pids.add(int(token))
return pids
def _kill_stale_port_processes(self) -> None:
current_pid = os.getpid()
tracked_pid = self.process.pid if self.process else None
pids = self._collect_listener_pids()
targets = [p for p in pids if p != current_pid and p != tracked_pid]
for pid in targets:
try:
os.kill(pid, signal.SIGTERM)
except OSError:
pass
deadline = time.time() + 2.0
while time.time() < deadline:
alive = [pid for pid in targets if self._pid_exists(pid)]
if not alive:
return
time.sleep(0.1)
for pid in targets:
if self._pid_exists(pid):
try:
os.kill(pid, signal.SIGKILL)
except OSError:
pass
def _read_log_since(self, offset: int) -> tuple[str, int]:
path = Path(self.log_file)
if not path.exists():
return "", offset
with path.open("rb") as f:
f.seek(0, os.SEEK_END)
end = f.tell()
if offset > end:
offset = 0
f.seek(offset, os.SEEK_SET)
data = f.read()
return data.decode("utf-8", errors="replace"), end
def start(self, timeout: float = 30.0) -> bool:
if self.is_alive():
return True
self._kill_stale_port_processes()
env = os.environ.copy()
env["DIDACTYL_LOG_FILE"] = str(self.log_file)
Path(self.log_file).parent.mkdir(parents=True, exist_ok=True)
Path(self.log_file).write_text("", encoding="utf-8")
self.process = subprocess.Popen(
self._command(),
@@ -61,16 +143,29 @@ class AgentProcess:
client = DidactylClient(base_url=self.base_url, timeout=2.0, verify_tls=False)
deadline = time.time() + timeout
log_offset = 0
saw_ready_log = False
while time.time() < deadline:
if self.process and self.process.poll() is not None:
return False
log_chunk, log_offset = self._read_log_since(log_offset)
if log_chunk:
if "HTTP API disabled due to bind/init failure" in log_chunk:
return False
if "startup checklist [18] READY: ok" in log_chunk or "entering main poll loop" in log_chunk:
saw_ready_log = True
try:
data = client.status()
if data.get("success"):
if data.get("success") and saw_ready_log:
return True
except Exception:
pass
time.sleep(0.5)
return False
def stop(self, timeout: float = 10.0) -> bool:
@@ -0,0 +1,53 @@
{
// TEST CONFIGURATION
// Use disposable keys/accounts only.
"key": {
"nsec": "d3011e59954403fb84729ab0e9fb239ba0f0238b3f353dfb5c08a32f4b3d21a1"
},
"admin": {
"pubkey": "254d7a7f68b4443f5430564eb3a726f09aea57d27e75ab2b8ef57176f9ca3dac"
},
"dm_protocol": "nip04",
"llm": {
"provider": "openai",
"api_key": "sk-REPLACE_WITH_API_KEY",
"model": "claude-haiku-4.5",
"base_url": "https://api.anthropic.com/v1",
"max_tokens": 512,
"temperature": 0.3
},
"api": {
"enabled": true,
"port": 8485,
"bind_address": "127.0.0.1"
},
"startup_events": [
{
"kind": 0,
"content_fields": {
"name": "Didactyl Test Agent",
"about": "Automated test instance"
},
"tags": []
},
{
"kind": 10002,
"content": "",
"tags": [
["r", "wss://relay.damus.io"],
["r", "wss://relay.primal.net"]
]
},
{
"kind": 31124,
"content": "# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed.",
"tags": [
["d", "identity_and_rules"],
["app", "didactyl"],
["scope", "private"],
["trigger", "dm"],
["filter", "{\"from\":\"admin\"}"]
]
}
]
}
@@ -0,0 +1,662 @@
[2026-03-25 09:57:18] [INFO ] [main.c:1016] Didactyl v0.2.19 starting
[2026-03-25 09:57:18] [INFO ] [nostr_handler.c:2207] [didactyl] initializing relay pool with 2 relays
[2026-03-25 09:57:18] [INFO ] [nostr_handler.c:2231] [didactyl] added relay: wss://relay.damus.io
[2026-03-25 09:57:18] [INFO ] [nostr_handler.c:2231] [didactyl] added relay: wss://relay.primal.net
[2026-03-25 09:57:19] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_1_1774447038", {
"kinds": [10000],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 1
}]
[2026-03-25 09:57:20] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_1_1774447038", {
"kinds": [10000],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 1
}]
[2026-03-25 09:57:20] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_1_1774447038"]
[2026-03-25 09:57:20] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_1_1774447038"]
[2026-03-25 09:57:20] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_1_1774447038"]
[2026-03-25 09:57:20] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_1_1774447038"]
[2026-03-25 09:57:20] [INFO ] [main.c:248] [didactyl] startup checklist [01] Relay connectivity: begin
[2026-03-25 09:57:20] [INFO ] [main.c:255] [didactyl] startup checklist [01] Relay connectivity: ok (connected relays: 2/2)
[2026-03-25 09:57:20] [INFO ] [main.c:248] [didactyl] startup checklist [02] Recover runtime config from Nostr: begin
[2026-03-25 09:57:20] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_2_1774447040", {
"kinds": [30078],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"#d": ["agent_config"],
"limit": 1
}]
[2026-03-25 09:57:20] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_2_1774447040", {
"kinds": [30078],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"#d": ["agent_config"],
"limit": 1
}]
[2026-03-25 09:57:20] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_2_1774447040"]
[2026-03-25 09:57:20] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_2_1774447040"]
[2026-03-25 09:57:20] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_2_1774447040"]
[2026-03-25 09:57:20] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_2_1774447040"]
[2026-03-25 09:57:20] [WARN ] [main.c:917] [didactyl] startup phase: agent_config recall unavailable
[2026-03-25 09:57:20] [INFO ] [main.c:258] [didactyl] startup checklist [02] Recover runtime config from Nostr: ok
[2026-03-25 09:57:20] [INFO ] [main.c:248] [didactyl] startup checklist [03] Validate LLM config: begin
[2026-03-25 09:57:20] [INFO ] [main.c:258] [didactyl] startup checklist [03] Validate LLM config: ok
[2026-03-25 09:57:20] [INFO ] [main.c:248] [didactyl] startup checklist [04] Validate admin config: begin
[2026-03-25 09:57:20] [INFO ] [main.c:258] [didactyl] startup checklist [04] Validate admin config: ok
[2026-03-25 09:57:20] [INFO ] [main.c:248] [didactyl] startup checklist [05] Initialize LLM client: begin
[2026-03-25 09:57:20] [INFO ] [main.c:258] [didactyl] startup checklist [05] Initialize LLM client: ok
[2026-03-25 09:57:20] [INFO ] [main.c:248] [didactyl] startup checklist [06] Detect first run via kind 10002: begin
[2026-03-25 09:57:20] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_3_1774447040", {
"kinds": [10002],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 1
}]
[2026-03-25 09:57:20] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_3_1774447040", {
"kinds": [10002],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 1
}]
[2026-03-25 09:57:20] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_3_1774447040"]
[2026-03-25 09:57:20] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_3_1774447040"]
[2026-03-25 09:57:20] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_3_1774447040"]
[2026-03-25 09:57:20] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_3_1774447040"]
[2026-03-25 09:57:20] [INFO ] [main.c:1245] [didactyl] startup phase: first-run detection via kind 10002 => first-run
[2026-03-25 09:57:20] [INFO ] [main.c:255] [didactyl] startup checklist [06] Detect first run via kind 10002: ok (first-run)
[2026-03-25 09:57:20] [INFO ] [main.c:248] [didactyl] startup checklist [07] Reconcile/persist startup state: begin
[2026-03-25 09:57:20] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_4_1774447040", {
"kinds": [1],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 1
}]
[2026-03-25 09:57:20] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_4_1774447040", {
"kinds": [1],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 1
}]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_4_1774447040"]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_4_1774447040"]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_4_1774447040"]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_4_1774447040"]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=480>
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:2949] [didactyl] kind 0 event published to wss://relay.damus.io (async, reason=startup_reconcile)
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=474>
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:2949] [didactyl] kind 10002 event published to wss://relay.damus.io (async, reason=startup_reconcile)
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=621>
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:2949] [didactyl] kind 31124 event published to wss://relay.damus.io (async, reason=startup_reconcile)
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=553>
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:2949] [didactyl] kind 10123 event published to wss://relay.damus.io (async, reason=startup_reconcile)
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=482>
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:2949] [didactyl] kind 0 event published to wss://relay.primal.net (async, reason=startup_reconcile)
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=476>
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:2949] [didactyl] kind 10002 event published to wss://relay.primal.net (async, reason=startup_reconcile)
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=623>
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:2949] [didactyl] kind 31124 event published to wss://relay.primal.net (async, reason=startup_reconcile)
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=555>
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:2949] [didactyl] kind 10123 event published to wss://relay.primal.net (async, reason=startup_reconcile)
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:3285] [didactyl] startup publish detail: kind=0 (profile) -> wss://relay.damus.io, wss://relay.primal.net
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:3285] [didactyl] startup publish detail: kind=10002 (relay_list) -> wss://relay.damus.io, wss://relay.primal.net
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:3285] [didactyl] startup publish detail: kind=31124 (skill) -> wss://relay.damus.io, wss://relay.primal.net
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:3285] [didactyl] startup publish detail: kind=10123 (adoption_list) -> wss://relay.damus.io, wss://relay.primal.net
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:3297] [didactyl] startup publish summary: 4/4 event(s) published to at least one relay; relays used=2/2
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:906] [didactyl] publish kind event target relays (2):
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:908] [didactyl] -> wss://relay.damus.io
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:908] [didactyl] -> wss://relay.primal.net
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=800>
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=802>
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:2949] [didactyl] kind 30078 event published to wss://relay.damus.io (async, reason=manual_publish)
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:2949] [didactyl] kind 30078 event published to wss://relay.primal.net (async, reason=manual_publish)
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:3012] [didactyl] published kind 30078 event via 2 connected relay(s)
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:906] [didactyl] publish kind event target relays (2):
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:908] [didactyl] -> wss://relay.damus.io
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:908] [didactyl] -> wss://relay.primal.net
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=714>
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=716>
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:2949] [didactyl] kind 30078 event published to wss://relay.damus.io (async, reason=manual_publish)
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:2949] [didactyl] kind 30078 event published to wss://relay.primal.net (async, reason=manual_publish)
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:3012] [didactyl] published kind 30078 event via 2 connected relay(s)
[2026-03-25 09:57:21] [INFO ] [main.c:1267] [didactyl] startup phase: persisted encrypted runtime config to Nostr
[2026-03-25 09:57:21] [INFO ] [main.c:258] [didactyl] startup checklist [07] Reconcile/persist startup state: ok
[2026-03-25 09:57:21] [INFO ] [main.c:248] [didactyl] startup checklist [08] Initialize agent: begin
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_5_1774447041", {
"kinds": [30078],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"#d": ["memory"],
"limit": 1
}]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_5_1774447041", {
"kinds": [30078],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"#d": ["memory"],
"limit": 1
}]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["OK","13a1949f62624e029378e8cec322a470ac56eb25f1f5607f0289ccbb80811570",true,""]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["OK","04d546378376d6b3b6270b3b4df939d961a39d31b23d99a93f1362078a8ef3df",true,""]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["OK","d74130d3ca16481aa565126870193e298c24e3857bc343ea93a39465673a7297",true,""]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["OK","13a1949f62624e029378e8cec322a470ac56eb25f1f5607f0289ccbb80811570",true,""]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["OK","04d546378376d6b3b6270b3b4df939d961a39d31b23d99a93f1362078a8ef3df",true,""]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["OK","9b75006ce75a2cb675e39cab9fb057110c67a9c90606feec6064a28f1aae9e66",true,""]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["OK","9b75006ce75a2cb675e39cab9fb057110c67a9c90606feec6064a28f1aae9e66",true,""]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["OK","d74130d3ca16481aa565126870193e298c24e3857bc343ea93a39465673a7297",true,""]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_5_1774447041"]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_5_1774447041"]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_5_1774447041"]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_5_1774447041"]
[2026-03-25 09:57:21] [INFO ] [main.c:258] [didactyl] startup checklist [08] Initialize agent: ok
[2026-03-25 09:57:21] [INFO ] [main.c:248] [didactyl] startup checklist [09] Initialize trigger manager: begin
[2026-03-25 09:57:21] [INFO ] [trigger_manager.c:814] [didactyl] trigger manager initialized (capacity=16)
[2026-03-25 09:57:21] [INFO ] [main.c:258] [didactyl] startup checklist [09] Initialize trigger manager: ok
[2026-03-25 09:57:21] [INFO ] [main.c:1308] [didactyl] startup phase: deferred trigger load will run after self-skill EOSE
[2026-03-25 09:57:21] [INFO ] [main.c:248] [didactyl] startup checklist [10] Load startup triggers: begin
[2026-03-25 09:57:21] [INFO ] [main.c:1311] [didactyl] startup phase: startup-config trigger load begin
[2026-03-25 09:57:21] [INFO ] [trigger_manager.c:1138] [didactyl] trigger added d_tag=identity_and_rules action=0 enabled=1
[2026-03-25 09:57:21] [INFO ] [trigger_manager.c:1021] [didactyl] startup trigger registered d_tag=identity_and_rules action=llm enabled=1
[2026-03-25 09:57:21] [INFO ] [trigger_manager.c:1029] [didactyl] trigger manager loaded 1 trigger(s) from startup config (considered=1)
[2026-03-25 09:57:21] [INFO ] [main.c:1315] [didactyl] startup phase: startup-config trigger load end
[2026-03-25 09:57:21] [INFO ] [main.c:258] [didactyl] startup checklist [10] Load startup triggers: ok
[2026-03-25 09:57:21] [INFO ] [main.c:248] [didactyl] startup checklist [11] Discover self relay list via kind 10002: begin
[2026-03-25 09:57:21] [INFO ] [main.c:327] [didactyl] kind10002 query begin: timeout_ms=5000 author=1eb171136dbb1ba6... relay_count=2
[2026-03-25 09:57:21] [INFO ] [main.c:334] [didactyl] kind10002 query relay snapshot: {"relay_count":2,"connected_count":2,"relays":[{"url":"wss://relay.damus.io","status":"connected","events_received":0,"events_published":6,"events_published_ok":4,"events_published_failed":0,"ping_latency_current":0,"ping_latency_avg":0,"query_latency_avg":0,"publish_latency_avg":0,"connection_uptime_start":1774447038,"last_event_time":1774447041},{"url":"wss://relay.primal.net","status":"connected","events_received":0,"events_published":6,"events_published_ok":4,"events_published_failed":0,"ping_latency_current":0,"ping_latency_avg":0,"query_latency_avg":0,"publish_latency_avg":0,"connection_uptime_start":1774447038,"last_event_time":1774447041}]}
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_6_1774447041", {
"kinds": [10002],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 16
}]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_6_1774447041", {
"kinds": [10002],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 16
}]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["OK","f03e026e0424e65c1b2a0886b16588790d6c6dfb7f2f73704c3e31714fa84c4e",false,"rate-limited: you are noting too much"]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["OK","882c5abde60d7f45037dff104d58de1cddd37dc14670672252856f46378652ce",true,""]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["OK","882c5abde60d7f45037dff104d58de1cddd37dc14670672252856f46378652ce",true,""]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["OK","f03e026e0424e65c1b2a0886b16588790d6c6dfb7f2f73704c3e31714fa84c4e",true,""]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=460>
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=462>
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_6_1774447041"]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_6_1774447041"]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_6_1774447041"]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_6_1774447041"]
[2026-03-25 09:57:21] [INFO ] [main.c:354] [didactyl] kind10002 query received event_count=1
[2026-03-25 09:57:21] [INFO ] [main.c:451] [didactyl] kind10002 query extracted relays=["wss://relay.damus.io","wss://relay.primal.net"]
[2026-03-25 09:57:21] [INFO ] [main.c:556] [didactyl] kind10002 wait success: relay_count=2
[2026-03-25 09:57:21] [INFO ] [main.c:558] [didactyl] kind10002 relay[0]=wss://relay.damus.io
[2026-03-25 09:57:21] [INFO ] [main.c:558] [didactyl] kind10002 relay[1]=wss://relay.primal.net
[2026-03-25 09:57:21] [INFO ] [main.c:562] [didactyl] kind10002 wait success relay snapshot: {"relay_count":2,"connected_count":2,"relays":[{"url":"wss://relay.damus.io","status":"connected","events_received":1,"events_published":6,"events_published_ok":5,"events_published_failed":1,"ping_latency_current":0,"ping_latency_avg":0,"query_latency_avg":0,"publish_latency_avg":0,"connection_uptime_start":1774447038,"last_event_time":1774447041,"last_publish_error":"rate-limited: you are noting too much"},{"url":"wss://relay.primal.net","status":"connected","events_received":0,"events_published":6,"events_published_ok":6,"events_published_failed":0,"ping_latency_current":0,"ping_latency_avg":0,"query_latency_avg":0,"publish_latency_avg":0,"connection_uptime_start":1774447038,"last_event_time":1774447041}]}
[2026-03-25 09:57:21] [INFO ] [main.c:255] [didactyl] startup checklist [11] Discover self relay list via kind 10002: ok (kind10002=2 added=0 connected=2/2)
[2026-03-25 09:57:21] [INFO ] [main.c:248] [didactyl] startup checklist [12] Subscribe admin context: begin
[2026-03-25 09:57:21] [INFO ] [main.c:1366] [didactyl] startup phase: subscribe admin context begin
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_7_1774447041", {
"kinds": [0, 3, 10002],
"authors": ["254d7a7f68b4443f5430564eb3a726f09aea57d27e75ab2b8ef57176f9ca3dac"],
"limit": 32
}]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_7_1774447041", {
"kinds": [0, 3, 10002],
"authors": ["254d7a7f68b4443f5430564eb3a726f09aea57d27e75ab2b8ef57176f9ca3dac"],
"limit": 32
}]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_8_1774447041", {
"kinds": [1],
"authors": ["254d7a7f68b4443f5430564eb3a726f09aea57d27e75ab2b8ef57176f9ca3dac"],
"limit": 10
}]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_8_1774447041", {
"kinds": [1],
"authors": ["254d7a7f68b4443f5430564eb3a726f09aea57d27e75ab2b8ef57176f9ca3dac"],
"limit": 10
}]
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:2352] [didactyl] admin context subscriptions active for admin 254d7a7f68b4443f...
[2026-03-25 09:57:21] [INFO ] [main.c:1370] [didactyl] startup phase: subscribe admin context end
[2026-03-25 09:57:21] [INFO ] [main.c:258] [didactyl] startup checklist [12] Subscribe admin context: ok
[2026-03-25 09:57:21] [INFO ] [main.c:248] [didactyl] startup checklist [13] Subscribe agent self context: begin
[2026-03-25 09:57:21] [INFO ] [main.c:1374] [didactyl] startup phase: subscribe agent self context begin
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_9_1774447041", {
"kinds": [0, 3, 10002],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 64
}]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_9_1774447041", {
"kinds": [0, 3, 10002],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 64
}]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_10_1774447041", {
"kinds": [1],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 10
}]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_10_1774447041", {
"kinds": [1],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 10
}]
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:2440] [didactyl] agent self-context subscriptions active for pubkey 1eb171136dbb1ba6...
[2026-03-25 09:57:21] [INFO ] [main.c:1378] [didactyl] startup phase: subscribe agent self context end
[2026-03-25 09:57:21] [INFO ] [main.c:258] [didactyl] startup checklist [13] Subscribe agent self context: ok
[2026-03-25 09:57:21] [INFO ] [main.c:248] [didactyl] startup checklist [14] Subscribe self-skill cache: begin
[2026-03-25 09:57:21] [INFO ] [main.c:1382] [didactyl] startup phase: subscribe self skill cache begin
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_11_1774447041", {
"kinds": [31123, 31124, 10123],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 300
}]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_11_1774447041", {
"kinds": [31123, 31124, 10123],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 300
}]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_12_1774447041", {
"kinds": [31123],
"authors": ["254d7a7f68b4443f5430564eb3a726f09aea57d27e75ab2b8ef57176f9ca3dac"],
"limit": 150
}]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_12_1774447041", {
"kinds": [31123],
"authors": ["254d7a7f68b4443f5430564eb3a726f09aea57d27e75ab2b8ef57176f9ca3dac"],
"limit": 150
}]
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:2532] [didactyl] self/admin skill subscriptions active (self=1eb171136dbb1ba6..., admin=254d7a7f68b4443f...)
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_7_1774447041"]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_8_1774447041"]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_7_1774447041"]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:1718] [didactyl] DEBUG on_eose called: event_count=0
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=469>
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_8_1774447041"]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:1718] [didactyl] DEBUG on_eose called: event_count=0
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=460>
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=471>
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_9_1774447041"]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=462>
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_10_1774447041"]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_9_1774447041"]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:1718] [didactyl] DEBUG on_eose called: event_count=0
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=602>
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:2151] [didactyl] self-skill cache received kind=31124 d_tag=identity_and_rules id=9b75006ce75a2cb675e39cab9fb057110c67a9c90606feec6064a28f1aae9e66 created_at=1774447041 via wss://relay.damus.io
[2026-03-25 09:57:21] [INFO ] [trigger_manager.c:1364] [didactyl] trigger updated d_tag=identity_and_rules action=0 enabled=1
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:1207] [didactyl] live self-skill trigger registered d_tag=identity_and_rules action=llm enabled=1
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_10_1774447041"]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:1718] [didactyl] DEBUG on_eose called: event_count=0
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=538>
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:2151] [didactyl] self-skill cache received kind=10123 d_tag=- id=04d546378376d6b3b6270b3b4df939d961a39d31b23d99a93f1362078a8ef3df created_at=1774447041 via wss://relay.damus.io
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=604>
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:2151] [didactyl] self-skill cache received kind=31124 d_tag=identity_and_rules id=9b75006ce75a2cb675e39cab9fb057110c67a9c90606feec6064a28f1aae9e66 created_at=1774447041 via wss://relay.primal.net
[2026-03-25 09:57:21] [INFO ] [trigger_manager.c:1364] [didactyl] trigger updated d_tag=identity_and_rules action=0 enabled=1
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:1207] [didactyl] live self-skill trigger registered d_tag=identity_and_rules action=llm enabled=1
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_11_1774447041"]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=540>
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:2151] [didactyl] self-skill cache received kind=10123 d_tag=- id=04d546378376d6b3b6270b3b4df939d961a39d31b23d99a93f1362078a8ef3df created_at=1774447041 via wss://relay.primal.net
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_12_1774447041"]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_11_1774447041"]
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:1725] [didactyl] self-skill EOSE received: cached skill events=0
[2026-03-25 09:57:21] [INFO ] [main.c:44] [didactyl] deferred trigger load begin after self-skill EOSE (event_count=0)
[2026-03-25 09:57:21] [INFO ] [trigger_manager.c:1364] [didactyl] trigger updated d_tag=identity_and_rules action=0 enabled=1
[2026-03-25 09:57:21] [INFO ] [trigger_manager.c:918] [didactyl] trigger manager loaded 1 trigger(s) from self skills (considered=1)
[2026-03-25 09:57:21] [INFO ] [main.c:54] [didactyl] deferred trigger load status: {"success":true,"count":1,"active":1,"triggers":[{"skill_d_tag":"identity_and_rules","filter_json":"{\"from\":\"admin\"}","type":"dm","action":"llm","enabled":true,"subscribed":false,"llm":"","tools":"","has_max_tokens":false,"has_temperature":false,"has_seed":false,"last_fired":0,"last_seen_created_at":0}]}
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:2757] [didactyl] self-skill cache event: kind=31124 d_tag=identity_and_rules id=9b75006ce75a2cb675e39cab9fb057110c67a9c90606feec6064a28f1aae9e66 created_at=1774447041
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:2757] [didactyl] self-skill cache event: kind=10123 d_tag=- id=04d546378376d6b3b6270b3b4df939d961a39d31b23d99a93f1362078a8ef3df created_at=1774447041
[2026-03-25 09:57:21] [INFO ] [main.c:1449] [didactyl] startup phase: subscribe self skill cache end
[2026-03-25 09:57:21] [INFO ] [main.c:255] [didactyl] startup checklist [14] Subscribe self-skill cache: ok (skills=1 adoptions=1)
[2026-03-25 09:57:21] [INFO ] [main.c:248] [didactyl] startup checklist [15] Subscribe DMs: begin
[2026-03-25 09:57:21] [INFO ] [main.c:1453] [didactyl] startup phase: subscribe DMs begin
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_13_1774447041", {
"kinds": [4],
"#p": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"since": 1774447038,
"limit": 100
}]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_13_1774447041", {
"kinds": [4],
"#p": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"since": 1774447038,
"limit": 100
}]
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:2643] [didactyl] DM subscription active for pubkey 1eb171136dbb1ba6...
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:2644] [didactyl] DEBUG DM subscription g_start_time=1774447038 now=1774447041 delta=3 relay_count=2
[2026-03-25 09:57:21] [INFO ] [main.c:1468] [didactyl] startup phase: subscribe DMs end
[2026-03-25 09:57:21] [INFO ] [main.c:258] [didactyl] startup checklist [15] Subscribe DMs: ok
[2026-03-25 09:57:21] [INFO ] [main.c:248] [didactyl] startup checklist [16] Subscribe wallet events: begin
[2026-03-25 09:57:21] [INFO ] [main.c:1472] [didactyl] startup phase: subscribe wallet events begin
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_14_1774447041", {
"kinds": [17375, 7375, 5],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"since": 1774447038,
"limit": 500
}]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_14_1774447041", {
"kinds": [17375, 7375, 5],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"since": 1774447038,
"limit": 500
}]
[2026-03-25 09:57:21] [INFO ] [nostr_handler.c:2696] [didactyl] wallet event subscription active for pubkey 1eb171136dbb1ba6...
[2026-03-25 09:57:21] [INFO ] [main.c:1476] [didactyl] startup phase: subscribe wallet events end
[2026-03-25 09:57:21] [INFO ] [main.c:258] [didactyl] startup checklist [16] Subscribe wallet events: ok
[2026-03-25 09:57:21] [INFO ] [main.c:248] [didactyl] startup checklist [17] Initialize cashu wallet: begin
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_15_1774447041", {
"kinds": [17375, 7375],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"]
}]
[2026-03-25 09:57:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_15_1774447041", {
"kinds": [17375, 7375],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"]
}]
[2026-03-25 09:57:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_12_1774447041"]
[2026-03-25 09:57:22] [TRACE] [nostr_handler.c:1718] [didactyl] DEBUG on_eose called: event_count=0
[2026-03-25 09:57:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_13_1774447041"]
[2026-03-25 09:57:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_13_1774447041"]
[2026-03-25 09:57:22] [TRACE] [nostr_handler.c:1718] [didactyl] DEBUG on_eose called: event_count=0
[2026-03-25 09:57:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_14_1774447041"]
[2026-03-25 09:57:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_14_1774447041"]
[2026-03-25 09:57:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_15_1774447041"]
[2026-03-25 09:57:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_15_1774447041"]
[2026-03-25 09:57:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_15_1774447041"]
[2026-03-25 09:57:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_15_1774447041"]
[2026-03-25 09:57:22] [WARN ] [main.c:1492] [didactyl] startup phase: cashu wallet load/create deferred to first tool call
[2026-03-25 09:57:22] [INFO ] [main.c:255] [didactyl] startup checklist [17] Initialize cashu wallet: ok (initialized; load/create deferred)
[2026-03-25 09:57:22] [INFO ] [http_api.c:1570] [didactyl] http api listening on http://127.0.0.1:8485
[2026-03-25 09:57:22] [INFO ] [main.c:1532] [didactyl] HTTP API listening at http://127.0.0.1:8485
[2026-03-25 09:57:22] [INFO ] [main.c:1535] [didactyl] HTTP API endpoints: http://127.0.0.1:8485/api/context/current http://127.0.0.1:8485/api/context/parts
[2026-03-25 09:57:22] [TRACE] [nostr_handler.c:1499] [didactyl] sending plaintext DM content: Didactyl Test Agent has started up and is online at 2026-03-25 09:57:22 (version v0.2.19, connected relays: 2/2).
[2026-03-25 09:57:22] [TRACE] [nostr_handler.c:1491] [didactyl] sending encrypted DM event: {"pubkey":"1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc","created_at":1774447042,"kind":4,"tags":[["p","254d7a7f68b4443f5430564eb3a726f09aea57d27e75ab2b8ef57176f9ca3dac"]],"content":"JHxPSTz8zGKKRsZk1IVZQ6QDc5PKZABp6fJV79Pe30/K4t/NxAVrWYuCcodwFN+TlZMdtO/VyLgxJYhffWTa8FPTMGVlvMpQtlEzMs8QnAMEuIXappUCvNZK3Qs4baWjO075bztD4IB7vEQdG6BPKHabKCABreuQZe86dnDZu24=?iv=PLBOGIdcaCv8s5FdvJmYpQ==","id":"856df7e0935a011340e1f1ad77b1fbc8f0e56ec6af9c366ae673ce7b09da29d7","sig":"369c84458e133b3c6e0d8a7bf0f712b75a73634ae43d1ba842b78dcaff19212cef88c3077b38c5822a1d330571e2b0ce7b093781b1b10fcbc2793466ac5f1fd4"}
[2026-03-25 09:57:22] [INFO ] [nostr_handler.c:906] [didactyl] publish DM target relays (2):
[2026-03-25 09:57:22] [INFO ] [nostr_handler.c:908] [didactyl] -> wss://relay.damus.io
[2026-03-25 09:57:22] [INFO ] [nostr_handler.c:908] [didactyl] -> wss://relay.primal.net
[2026-03-25 09:57:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=681>
[2026-03-25 09:57:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=683>
[2026-03-25 09:57:22] [INFO ] [nostr_handler.c:2843] [didactyl] kind 4 event published to wss://relay.damus.io (async)
[2026-03-25 09:57:22] [INFO ] [nostr_handler.c:2843] [didactyl] kind 4 event published to wss://relay.primal.net (async)
[2026-03-25 09:57:22] [INFO ] [nostr_handler.c:2852] [didactyl] sent DM 856df7e0935a0113... to 254d7a7f68b4443f... via 2 connected relay(s)
[2026-03-25 09:57:22] [INFO ] [main.c:255] [didactyl] startup checklist [18] READY: ok (agent online; entering main poll loop)
[2026-03-25 09:57:22] [INFO ] [main.c:1571] [didactyl] entering main poll loop
[2026-03-25 09:57:22] [INFO ] [main.c:1572] [didactyl] running with pubkey 1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc
[2026-03-25 09:57:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["OK","856df7e0935a011340e1f1ad77b1fbc8f0e56ec6af9c366ae673ce7b09da29d7",false,"rate-limited: you are noting too much"]
[2026-03-25 09:57:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["OK","856df7e0935a011340e1f1ad77b1fbc8f0e56ec6af9c366ae673ce7b09da29d7",true,""]
[2026-03-25 09:58:20] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27520 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Hello, what is your name?"},{"role":"user","content":"Hello, what is your name?","_ts":1774447100}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":"functio...
[2026-03-25 09:58:20] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 09:58:20] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 09:58:20] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27550 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"What are you? Describe yourself briefly."},{"role":"user","content":"What are you? Describe yourself briefly.","_ts":1774447100}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":...
[2026-03-25 09:58:21] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 09:58:21] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 09:58:21] [INFO ] [llm.c:336] [didactyl] llm request sanitizer: removed 2 empty text message(s) before provider request
[2026-03-25 09:58:21] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27395 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":"function","function":{"name":"nostr_relay_status","description":"Get connection status and statistics for all relays","parameters":{...
[2026-03-25 09:58:22] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 09:58:22] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=460>
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=462>
[2026-03-25 09:58:22] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=47470 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA...
[2026-03-25 09:58:22] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 09:58:22] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=469>
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=471>
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=602>
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:2151] [didactyl] self-skill cache received kind=31124 d_tag=identity_and_rules id=832e2a43d2325d8e538fb4fec67dfcdb9f42223cd43a289a477c3fd1bd0ae259 created_at=1774447102 via wss://relay.damus.io
[2026-03-25 09:58:22] [INFO ] [trigger_manager.c:1364] [didactyl] trigger updated d_tag=identity_and_rules action=0 enabled=1
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:1207] [didactyl] live self-skill trigger registered d_tag=identity_and_rules action=llm enabled=1
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=604>
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:2151] [didactyl] self-skill cache received kind=31124 d_tag=identity_and_rules id=832e2a43d2325d8e538fb4fec67dfcdb9f42223cd43a289a477c3fd1bd0ae259 created_at=1774447102 via wss://relay.primal.net
[2026-03-25 09:58:22] [INFO ] [trigger_manager.c:1364] [didactyl] trigger updated d_tag=identity_and_rules action=0 enabled=1
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:1207] [didactyl] live self-skill trigger registered d_tag=identity_and_rules action=llm enabled=1
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=538>
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:2151] [didactyl] self-skill cache received kind=10123 d_tag=- id=d1fc3cfb4b7db93639baee6726e7203105ac4bc630446feb62f0e9d03cd694d2 created_at=1774447102 via wss://relay.damus.io
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=540>
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:2151] [didactyl] self-skill cache received kind=10123 d_tag=- id=d1fc3cfb4b7db93639baee6726e7203105ac4bc630446feb62f0e9d03cd694d2 created_at=1774447102 via wss://relay.primal.net
[2026-03-25 09:58:27] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27520 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"After restart, say hello."},{"role":"user","content":"After restart, say hello.","_ts":1774447107}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":"functio...
[2026-03-25 09:58:28] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 09:58:28] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 09:58:28] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27522 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Say hello in one sentence."},{"role":"user","content":"Say hello in one sentence.","_ts":1774447108}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":"funct...
[2026-03-25 09:58:28] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 09:58:28] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 09:58:29] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27516 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"List your blossom blobs"},{"role":"user","content":"List your blossom blobs","_ts":1774447109}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":"function","...
[2026-03-25 09:58:30] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 09:58:30] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=540>
[2026-03-25 09:58:30] [INFO ] [nostr_handler.c:2151] [didactyl] self-skill cache received kind=10123 d_tag=- id=11b414ef25e76ad7556d48b8386311bcdc429a56b8300e42e6a382f9bc02edac created_at=1774447109 via wss://relay.primal.net
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=471>
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=462>
[2026-03-25 09:58:30] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27532 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Check your cashu wallet balance"},{"role":"user","content":"Check your cashu wallet balance","_ts":1774447110}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"ty...
[2026-03-25 09:58:30] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 09:58:30] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=604>
[2026-03-25 09:58:30] [INFO ] [nostr_handler.c:2151] [didactyl] self-skill cache received kind=31124 d_tag=identity_and_rules id=d55623b990437049aa50e7e24cc3e4a989f08e0d40c95fc0e8f618ca8db50a54 created_at=1774447109 via wss://relay.primal.net
[2026-03-25 09:58:30] [INFO ] [trigger_manager.c:1364] [didactyl] trigger updated d_tag=identity_and_rules action=0 enabled=1
[2026-03-25 09:58:30] [INFO ] [nostr_handler.c:1207] [didactyl] live self-skill trigger registered d_tag=identity_and_rules action=llm enabled=1
[2026-03-25 09:58:31] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=469>
[2026-03-25 09:58:31] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27532 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"What is your public key in hex?"},{"role":"user","content":"What is your public key in hex?","_ts":1774447111}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"ty...
[2026-03-25 09:58:31] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 09:58:31] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 09:58:31] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27506 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"What is your npub?"},{"role":"user","content":"What is your npub?","_ts":1774447111}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":"function","function":...
[2026-03-25 09:58:32] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 09:58:32] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 09:58:32] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27524 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Tell me about your identity"},{"role":"user","content":"Tell me about your identity","_ts":1774447112}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":"fun...
[2026-03-25 09:58:33] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 09:58:33] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 09:58:33] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27512 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"What version are you?"},{"role":"user","content":"What version are you?","_ts":1774447113}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":"function","func...
[2026-03-25 09:58:33] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 09:58:33] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 09:58:34] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27522 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Who is your administrator?"},{"role":"user","content":"Who is your administrator?","_ts":1774447114}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":"funct...
[2026-03-25 09:58:34] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 09:58:34] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 09:58:34] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27530 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Show me your current task list"},{"role":"user","content":"Show me your current task list","_ts":1774447114}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type...
[2026-03-25 09:58:35] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 09:58:35] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 09:58:35] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27568 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Add a task test harness probe task then remove it"},{"role":"user","content":"Add a task test harness probe task then remove it","_ts":1774447115}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fe...
[2026-03-25 09:58:36] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 09:58:36] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 09:58:36] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27586 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Save test harness probe to memory, then recall your memory"},{"role":"user","content":"Save test harness probe to memory, then recall your memory","_ts":1774447116}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of...
[2026-03-25 09:58:36] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 09:58:36] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 09:58:37] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27556 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Post a test note saying Automated test post"},{"role":"user","content":"Post a test note saying Automated test post","_ts":1774447117}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"requ...
[2026-03-25 09:58:37] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 09:58:37] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 09:58:37] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27574 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Query the 3 most recent kind 1 notes from any author"},{"role":"user","content":"Query the 3 most recent kind 1 notes from any author","_ts":1774447117}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile...
[2026-03-25 09:58:38] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 09:58:38] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 09:58:38] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27516 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"List your recent events"},{"role":"user","content":"List your recent events","_ts":1774447118}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":"function","...
[2026-03-25 09:58:38] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 09:58:38] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 09:58:39] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27560 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"What is the status of your relay connections?"},{"role":"user","content":"What is the status of your relay connections?","_ts":1774447119}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"...
[2026-03-25 09:58:39] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 09:58:39] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 09:58:39] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27522 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Send a test DM to yourself"},{"role":"user","content":"Send a test DM to yourself","_ts":1774447119}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":"funct...
[2026-03-25 09:58:40] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 09:58:40] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 09:58:40] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27528 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Encode your pubkey as an npub"},{"role":"user","content":"Encode your pubkey as an npub","_ts":1774447120}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":...
[2026-03-25 09:58:40] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 09:58:40] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 09:58:41] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27530 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Look up your own Nostr profile"},{"role":"user","content":"Look up your own Nostr profile","_ts":1774447121}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type...
[2026-03-25 09:58:41] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 09:58:41] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 09:58:42] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27522 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"List your available skills"},{"role":"user","content":"List your available skills","_ts":1774447122}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":"funct...
[2026-03-25 09:58:42] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 09:58:42] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 09:58:42] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27520 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"List your active triggers"},{"role":"user","content":"List your active triggers","_ts":1774447122}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":"functio...
[2026-03-25 09:58:43] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 09:58:43] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 09:58:43] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27638 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Create a test skill called test-harness-probe with content Test skill then remove it"},{"role":"user","content":"Create a test skill called test-harness-probe with content Test skill then remove it","_ts":1774447123}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"p...
[2026-03-25 09:58:43] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 09:58:43] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 09:58:44] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27528 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"List all your available tools"},{"role":"user","content":"List all your available tools","_ts":1774447124}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":...
[2026-03-25 09:58:44] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 09:58:44] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 09:58:45] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27540 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"What model are you currently using?"},{"role":"user","content":"What model are you currently using?","_ts":1774447125}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]...
[2026-03-25 09:58:45] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 09:58:45] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 09:58:45] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27512 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"List available models"},{"role":"user","content":"List available models","_ts":1774447125}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":"function","func...
[2026-03-25 09:58:46] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 09:58:46] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 09:58:46] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27528 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Fetch https://httpbin.org/get"},{"role":"user","content":"Fetch https://httpbin.org/get","_ts":1774447126}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":...
[2026-03-25 09:58:47] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 09:58:47] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 09:58:47] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27634 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Store a test config with d_tag test_harness_probe containing hello, then recall it"},{"role":"user","content":"Store a test config with d_tag test_harness_probe containing hello, then recall it","_ts":1774447127}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubke...
[2026-03-25 09:58:47] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 09:58:47] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 10:15:30] [INFO ] [nostr_handler.c:848] [didactyl] relay state changed: wss://relay.damus.io connected -> disconnected
[2026-03-25 10:15:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_7_1774447041", {
"kinds": [0, 3, 10002],
"authors": ["254d7a7f68b4443f5430564eb3a726f09aea57d27e75ab2b8ef57176f9ca3dac"],
"limit": 32
}]
[2026-03-25 10:15:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_8_1774447041", {
"kinds": [1],
"authors": ["254d7a7f68b4443f5430564eb3a726f09aea57d27e75ab2b8ef57176f9ca3dac"],
"limit": 10
}]
[2026-03-25 10:15:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_9_1774447041", {
"kinds": [0, 3, 10002],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 64
}]
[2026-03-25 10:15:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_10_1774447041", {
"kinds": [1],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 10
}]
[2026-03-25 10:15:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_11_1774447041", {
"kinds": [31123, 31124, 10123],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 300
}]
[2026-03-25 10:15:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_12_1774447041", {
"kinds": [31123],
"authors": ["254d7a7f68b4443f5430564eb3a726f09aea57d27e75ab2b8ef57176f9ca3dac"],
"limit": 150
}]
[2026-03-25 10:15:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_13_1774447041", {
"kinds": [4],
"#p": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"since": 1774447038,
"limit": 100
}]
[2026-03-25 10:15:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_14_1774447041", {
"kinds": [17375, 7375, 5],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"since": 1774447038,
"limit": 500
}]
[2026-03-25 10:15:30] [INFO ] [nostr_handler.c:848] [didactyl] relay state changed: wss://relay.damus.io disconnected -> connected
[2026-03-25 13:47:38] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27520 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Hello, what is your name?"},{"role":"user","content":"Hello, what is your name?","_ts":1774460858}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":"functio...
[2026-03-25 13:47:39] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 13:47:39] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 13:47:39] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27550 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"What are you? Describe yourself briefly."},{"role":"user","content":"What are you? Describe yourself briefly.","_ts":1774460859}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":...
[2026-03-25 13:47:39] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 13:47:39] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 13:47:40] [INFO ] [llm.c:336] [didactyl] llm request sanitizer: removed 2 empty text message(s) before provider request
[2026-03-25 13:47:40] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27395 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":"function","function":{"name":"nostr_relay_status","description":"Get connection status and statistics for all relays","parameters":{...
[2026-03-25 13:47:40] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 13:47:40] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 13:47:40] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=47470 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA...
[2026-03-25 13:47:41] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 13:47:41] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 13:47:41] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=462>
[2026-03-25 13:47:41] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=471>
[2026-03-25 13:47:41] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=540>
[2026-03-25 13:47:41] [INFO ] [nostr_handler.c:2151] [didactyl] self-skill cache received kind=10123 d_tag=- id=92e10e064611f8879a633fc11725148adc2452b899d8cade00dec822a206af54 created_at=1774460861 via wss://relay.primal.net
[2026-03-25 13:47:41] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=604>
[2026-03-25 13:47:41] [INFO ] [nostr_handler.c:2151] [didactyl] self-skill cache received kind=31124 d_tag=identity_and_rules id=fac7f97a59e640152f378862fa7d16285601debbd06fe7400d5288385059b643 created_at=1774460861 via wss://relay.primal.net
[2026-03-25 13:47:41] [INFO ] [trigger_manager.c:1364] [didactyl] trigger updated d_tag=identity_and_rules action=0 enabled=1
[2026-03-25 13:47:41] [INFO ] [nostr_handler.c:1207] [didactyl] live self-skill trigger registered d_tag=identity_and_rules action=llm enabled=1
[2026-03-25 13:47:43] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27520 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"After restart, say hello."},{"role":"user","content":"After restart, say hello.","_ts":1774460863}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":"functio...
[2026-03-25 13:47:44] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 13:47:44] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 13:47:44] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27522 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Say hello in one sentence."},{"role":"user","content":"Say hello in one sentence.","_ts":1774460864}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":"funct...
[2026-03-25 13:47:44] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 13:47:44] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 13:47:45] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27516 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"List your blossom blobs"},{"role":"user","content":"List your blossom blobs","_ts":1774460865}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":"function","...
[2026-03-25 13:47:45] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 13:47:45] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 13:47:45] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27532 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Check your cashu wallet balance"},{"role":"user","content":"Check your cashu wallet balance","_ts":1774460865}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"ty...
[2026-03-25 13:47:46] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 13:47:46] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 13:47:46] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=604>
[2026-03-25 13:47:46] [INFO ] [nostr_handler.c:2151] [didactyl] self-skill cache received kind=31124 d_tag=identity_and_rules id=1ae930e3355b38422c24c409b0c670975ccefcb095bd55db5d9d987dcd83027c created_at=1774460865 via wss://relay.primal.net
[2026-03-25 13:47:46] [INFO ] [trigger_manager.c:1364] [didactyl] trigger updated d_tag=identity_and_rules action=0 enabled=1
[2026-03-25 13:47:46] [INFO ] [nostr_handler.c:1207] [didactyl] live self-skill trigger registered d_tag=identity_and_rules action=llm enabled=1
[2026-03-25 13:47:46] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=462>
[2026-03-25 13:47:46] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=471>
[2026-03-25 13:47:46] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27532 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"What is your public key in hex?"},{"role":"user","content":"What is your public key in hex?","_ts":1774460866}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"ty...
[2026-03-25 13:47:46] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 13:47:46] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 13:47:46] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=540>
[2026-03-25 13:47:46] [INFO ] [nostr_handler.c:2151] [didactyl] self-skill cache received kind=10123 d_tag=- id=a13b499ed99e4b8677654b43ef561820b2b36c27693cc4f9dc6bfac8895871f6 created_at=1774460865 via wss://relay.primal.net
[2026-03-25 13:47:46] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27506 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"What is your npub?"},{"role":"user","content":"What is your npub?","_ts":1774460866}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":"function","function":...
[2026-03-25 13:47:47] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 13:47:47] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 13:47:47] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27524 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Tell me about your identity"},{"role":"user","content":"Tell me about your identity","_ts":1774460867}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":"fun...
[2026-03-25 13:47:48] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 13:47:48] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 13:47:48] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27512 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"What version are you?"},{"role":"user","content":"What version are you?","_ts":1774460868}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":"function","func...
[2026-03-25 13:47:48] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 13:47:48] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 13:47:48] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27522 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Who is your administrator?"},{"role":"user","content":"Who is your administrator?","_ts":1774460868}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":"funct...
[2026-03-25 13:47:49] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 13:47:49] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 13:47:49] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27530 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Show me your current task list"},{"role":"user","content":"Show me your current task list","_ts":1774460869}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type...
[2026-03-25 13:47:49] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 13:47:49] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 13:47:49] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27568 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Add a task test harness probe task then remove it"},{"role":"user","content":"Add a task test harness probe task then remove it","_ts":1774460869}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fe...
[2026-03-25 13:47:50] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 13:47:50] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 13:47:50] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27586 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Save test harness probe to memory, then recall your memory"},{"role":"user","content":"Save test harness probe to memory, then recall your memory","_ts":1774460870}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of...
[2026-03-25 13:47:50] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 13:47:50] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 13:47:51] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27556 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Post a test note saying Automated test post"},{"role":"user","content":"Post a test note saying Automated test post","_ts":1774460871}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"requ...
[2026-03-25 13:47:51] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 13:47:51] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 13:47:51] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27574 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Query the 3 most recent kind 1 notes from any author"},{"role":"user","content":"Query the 3 most recent kind 1 notes from any author","_ts":1774460871}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile...
[2026-03-25 13:47:52] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 13:47:52] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 13:47:52] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27516 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"List your recent events"},{"role":"user","content":"List your recent events","_ts":1774460872}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":"function","...
[2026-03-25 13:47:52] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 13:47:52] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 13:47:52] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27560 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"What is the status of your relay connections?"},{"role":"user","content":"What is the status of your relay connections?","_ts":1774460872}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"...
[2026-03-25 13:47:53] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 13:47:53] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 13:47:53] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27522 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Send a test DM to yourself"},{"role":"user","content":"Send a test DM to yourself","_ts":1774460873}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":"funct...
[2026-03-25 13:47:54] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 13:47:54] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 13:47:54] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27528 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Encode your pubkey as an npub"},{"role":"user","content":"Encode your pubkey as an npub","_ts":1774460874}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":...
[2026-03-25 13:47:54] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 13:47:54] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 13:47:54] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27530 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Look up your own Nostr profile"},{"role":"user","content":"Look up your own Nostr profile","_ts":1774460874}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type...
[2026-03-25 13:47:55] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 13:47:55] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 13:47:55] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27522 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"List your available skills"},{"role":"user","content":"List your available skills","_ts":1774460875}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":"funct...
[2026-03-25 13:47:55] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 13:47:55] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 13:47:55] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27520 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"List your active triggers"},{"role":"user","content":"List your active triggers","_ts":1774460875}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":"functio...
[2026-03-25 13:47:56] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 13:47:56] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 13:47:56] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27638 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Create a test skill called test-harness-probe with content Test skill then remove it"},{"role":"user","content":"Create a test skill called test-harness-probe with content Test skill then remove it","_ts":1774460876}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"p...
[2026-03-25 13:47:56] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 13:47:56] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 13:47:57] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27528 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"List all your available tools"},{"role":"user","content":"List all your available tools","_ts":1774460877}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":...
[2026-03-25 13:47:57] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 13:47:57] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 13:47:57] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27540 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"What model are you currently using?"},{"role":"user","content":"What model are you currently using?","_ts":1774460877}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]...
[2026-03-25 13:47:58] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 13:47:58] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 13:47:58] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27512 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"List available models"},{"role":"user","content":"List available models","_ts":1774460878}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":"function","func...
[2026-03-25 13:47:58] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 13:47:58] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 13:47:58] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27528 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Fetch https://httpbin.org/get"},{"role":"user","content":"Fetch https://httpbin.org/get","_ts":1774460878}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubkey":{"type":"string","description":"Hex pubkey of the profile to fetch"}},"required":["pubkey"]}}},{"type":...
[2026-03-25 13:47:59] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 13:47:59] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 13:47:59] [INFO ] [llm.c:76] [didactyl] llm request: method=POST url=https://api.anthropic.com/v1/chat/completions body_bytes=27634 body_preview={"model":"claude-haiku-4.5","max_tokens":512,"temperature":0.3,"messages":[{"role":"system","content":"# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed."},{"role":"user","content":"Store a test config with d_tag test_harness_probe containing hello, then recall it"},{"role":"user","content":"Store a test config with d_tag test_harness_probe containing hello, then recall it","_ts":1774460879}],"tools":[{"type":"function","function":{"name":"nostr_post","description":"Publish a Nostr event to connected relays","parameters":{"type":"object","properties":{"kind":{"type":"integer","description":"Nostr event kind number (for example 1 for note, 7 for reaction, 30023 for longform)"},"content":{"type":"string","description":"Event content/body text to publish"},"tags":{"type":"array","description":"Optional Nostr tags array, e.g. [[\"d\",\"my-skill\"],[\"t\",\"nostr\"]]","items":{"type":"array","items":{"type":"string"}}}},"required":["kind","content"]}}},{"type":"function","function":{"name":"nostr_query","description":"Query events from relays using a Nostr filter","parameters":{"type":"object","properties":{"filter":{"type":"object","description":"Nostr filter object (authors, kinds, ids, since, until, limit, and tag filters)"},"timeout_ms":{"type":"integer","description":"Optional query timeout in milliseconds"}},"required":["filter"]}}},{"type":"function","function":{"name":"local_shell_exec","description":"Execute a shell command and return stdout/stderr","parameters":{"type":"object","properties":{"command":{"type":"string","description":"Shell command to execute in the configured working directory"}},"required":["command"]}}},{"type":"function","function":{"name":"local_file_read","description":"Read a local file as text from the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to read (relative to configured working directory)"},"max_bytes":{"type":"integer","description":"Optional maximum bytes to return"}},"required":["path"]}}},{"type":"function","function":{"name":"local_file_write","description":"Write text content to a local file in the configured working directory","parameters":{"type":"object","properties":{"path":{"type":"string","description":"Path to file to write (relative to configured working directory)"},"content":{"type":"string","description":"Text content to write"},"append":{"type":"boolean","description":"When true, append to file instead of overwriting"}},"required":["path","content"]}}},{"type":"function","function":{"name":"nostr_post_readme","description":"Publish README.md as kind 30023 with deterministic d tag readme.md","parameters":{"type":"object","properties":{},"required":[]}}},{"type":"function","function":{"name":"nostr_delete","description":"Request deletion of one or more previously published events (NIP-09 kind 5)","parameters":{"type":"object","properties":{"event_ids":{"type":"array","description":"Event IDs to request deletion for","items":{"type":"string"}},"kinds":{"type":"array","description":"Optional kinds corresponding to event_ids entries","items":{"type":"integer"}},"reason":{"type":"string","description":"Optional human-readable reason"}},"required":["event_ids"]}}},{"type":"function","function":{"name":"nostr_react","description":"React to a Nostr event with like/dislike/emoji (NIP-25 kind 7)","parameters":{"type":"object","properties":{"event_id":{"type":"string","description":"Target event ID to react to"},"event_pubkey":{"type":"string","description":"Author pubkey of target event"},"event_kind":{"type":"integer","description":"Optional kind of target event"},"reaction":{"type":"string","description":"Reaction content such as +, -, ❤️, or emoji"}},"required":["event_id","event_pubkey"]}}},{"type":"function","function":{"name":"nostr_profile_get","description":"Look up a Nostr profile (kind 0 metadata) by pubkey","parameters":{"type":"object","properties":{"pubke...
[2026-03-25 13:47:59] [ERROR] [llm.c:93] [didactyl] llm http request failed: status=401
[2026-03-25 13:47:59] [WARN ] [llm.c:98] [didactyl] llm error response: {"error":{"code":"authentication_error","message":"Invalid Anthropic API Key","type":"invalid_request_error","param":null}}
[2026-03-25 13:53:33] [INFO ] [main.c:1584] [didactyl] shutting down
[2026-03-25 13:53:33] [INFO ] [trigger_manager.c:1602] [didactyl] trigger manager cleaned up
[2026-03-25 13:53:33] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_7_1774447041"]
[2026-03-25 13:53:33] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_7_1774447041"]
[2026-03-25 13:53:33] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_8_1774447041"]
[2026-03-25 13:53:33] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_8_1774447041"]
[2026-03-25 13:53:33] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_9_1774447041"]
[2026-03-25 13:53:33] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_9_1774447041"]
[2026-03-25 13:53:33] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_10_1774447041"]
[2026-03-25 13:53:33] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_10_1774447041"]
[2026-03-25 13:53:33] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_11_1774447041"]
[2026-03-25 13:53:33] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_11_1774447041"]
[2026-03-25 13:53:33] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_12_1774447041"]
[2026-03-25 13:53:33] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_12_1774447041"]
[2026-03-25 13:53:33] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_13_1774447041"]
[2026-03-25 13:53:33] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_13_1774447041"]
[2026-03-25 13:53:33] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_14_1774447041"]
[2026-03-25 13:53:33] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_14_1774447041"]
@@ -0,0 +1,53 @@
{
// TEST CONFIGURATION
// Use disposable keys/accounts only.
"key": {
"nsec": "d3011e59954403fb84729ab0e9fb239ba0f0238b3f353dfb5c08a32f4b3d21a1"
},
"admin": {
"pubkey": "254d7a7f68b4443f5430564eb3a726f09aea57d27e75ab2b8ef57176f9ca3dac"
},
"dm_protocol": "nip04",
"llm": {
"provider": "openai",
"api_key": "sk-REPLACE_WITH_API_KEY",
"model": "claude-haiku-4.5",
"base_url": "https://api.anthropic.com/v1",
"max_tokens": 512,
"temperature": 0.3
},
"api": {
"enabled": true,
"port": 8485,
"bind_address": "127.0.0.1"
},
"startup_events": [
{
"kind": 0,
"content_fields": {
"name": "Didactyl Test Agent",
"about": "Automated test instance"
},
"tags": []
},
{
"kind": 10002,
"content": "",
"tags": [
["r", "wss://relay.damus.io"],
["r", "wss://relay.primal.net"]
]
},
{
"kind": 31124,
"content": "# Test Agent\n\nYou are a test agent. Respond to requests and use tools when needed.",
"tags": [
["d", "identity_and_rules"],
["app", "didactyl"],
["scope", "private"],
["trigger", "dm"],
["filter", "{\"from\":\"admin\"}"]
]
}
]
}
@@ -0,0 +1,796 @@
[2026-03-25 09:58:19] [INFO ] [main.c:1016] Didactyl v0.2.19 starting
[2026-03-25 09:58:19] [INFO ] [nostr_handler.c:2207] [didactyl] initializing relay pool with 2 relays
[2026-03-25 09:58:19] [INFO ] [nostr_handler.c:2231] [didactyl] added relay: wss://relay.damus.io
[2026-03-25 09:58:19] [INFO ] [nostr_handler.c:2231] [didactyl] added relay: wss://relay.primal.net
[2026-03-25 09:58:20] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_1_1774447099", {
"kinds": [10000],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 1
}]
[2026-03-25 09:58:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_1_1774447099", {
"kinds": [10000],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 1
}]
[2026-03-25 09:58:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_1_1774447099"]
[2026-03-25 09:58:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_1_1774447099"]
[2026-03-25 09:58:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_1_1774447099"]
[2026-03-25 09:58:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_1_1774447099"]
[2026-03-25 09:58:21] [INFO ] [main.c:248] [didactyl] startup checklist [01] Relay connectivity: begin
[2026-03-25 09:58:21] [INFO ] [main.c:255] [didactyl] startup checklist [01] Relay connectivity: ok (connected relays: 2/2)
[2026-03-25 09:58:21] [INFO ] [main.c:248] [didactyl] startup checklist [02] Recover runtime config from Nostr: begin
[2026-03-25 09:58:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_2_1774447101", {
"kinds": [30078],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"#d": ["agent_config"],
"limit": 1
}]
[2026-03-25 09:58:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_2_1774447101", {
"kinds": [30078],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"#d": ["agent_config"],
"limit": 1
}]
[2026-03-25 09:58:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_2_1774447101"]
[2026-03-25 09:58:21] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=702>
[2026-03-25 09:58:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_2_1774447101"]
[2026-03-25 09:58:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_2_1774447101"]
[2026-03-25 09:58:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_2_1774447101"]
[2026-03-25 09:58:21] [INFO ] [main.c:258] [didactyl] startup checklist [02] Recover runtime config from Nostr: ok
[2026-03-25 09:58:21] [INFO ] [main.c:248] [didactyl] startup checklist [03] Validate LLM config: begin
[2026-03-25 09:58:21] [INFO ] [main.c:258] [didactyl] startup checklist [03] Validate LLM config: ok
[2026-03-25 09:58:21] [INFO ] [main.c:248] [didactyl] startup checklist [04] Validate admin config: begin
[2026-03-25 09:58:21] [INFO ] [main.c:258] [didactyl] startup checklist [04] Validate admin config: ok
[2026-03-25 09:58:21] [INFO ] [main.c:248] [didactyl] startup checklist [05] Initialize LLM client: begin
[2026-03-25 09:58:21] [INFO ] [main.c:258] [didactyl] startup checklist [05] Initialize LLM client: ok
[2026-03-25 09:58:21] [INFO ] [main.c:248] [didactyl] startup checklist [06] Detect first run via kind 10002: begin
[2026-03-25 09:58:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_3_1774447101", {
"kinds": [10002],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 1
}]
[2026-03-25 09:58:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_3_1774447101", {
"kinds": [10002],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 1
}]
[2026-03-25 09:58:21] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=460>
[2026-03-25 09:58:21] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=462>
[2026-03-25 09:58:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_3_1774447101"]
[2026-03-25 09:58:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_3_1774447101"]
[2026-03-25 09:58:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_3_1774447101"]
[2026-03-25 09:58:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_3_1774447101"]
[2026-03-25 09:58:21] [INFO ] [main.c:1245] [didactyl] startup phase: first-run detection via kind 10002 => subsequent-run
[2026-03-25 09:58:21] [INFO ] [main.c:255] [didactyl] startup checklist [06] Detect first run via kind 10002: ok (subsequent-run)
[2026-03-25 09:58:21] [INFO ] [main.c:248] [didactyl] startup checklist [07] Reconcile/persist startup state: begin
[2026-03-25 09:58:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_4_1774447101", {
"kinds": [1],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 1
}]
[2026-03-25 09:58:21] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_4_1774447101", {
"kinds": [1],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 1
}]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_4_1774447101"]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_4_1774447101"]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_4_1774447101"]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_4_1774447101"]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=480>
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:2949] [didactyl] kind 0 event published to wss://relay.damus.io (async, reason=startup_reconcile)
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=474>
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:2949] [didactyl] kind 10002 event published to wss://relay.damus.io (async, reason=startup_reconcile)
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=621>
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:2949] [didactyl] kind 31124 event published to wss://relay.damus.io (async, reason=startup_reconcile)
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=553>
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:2949] [didactyl] kind 10123 event published to wss://relay.damus.io (async, reason=startup_reconcile)
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=482>
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:2949] [didactyl] kind 0 event published to wss://relay.primal.net (async, reason=startup_reconcile)
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=476>
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:2949] [didactyl] kind 10002 event published to wss://relay.primal.net (async, reason=startup_reconcile)
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=623>
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:2949] [didactyl] kind 31124 event published to wss://relay.primal.net (async, reason=startup_reconcile)
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=555>
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:2949] [didactyl] kind 10123 event published to wss://relay.primal.net (async, reason=startup_reconcile)
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:3285] [didactyl] startup publish detail: kind=0 (profile) -> wss://relay.damus.io, wss://relay.primal.net
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:3285] [didactyl] startup publish detail: kind=10002 (relay_list) -> wss://relay.damus.io, wss://relay.primal.net
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:3285] [didactyl] startup publish detail: kind=31124 (skill) -> wss://relay.damus.io, wss://relay.primal.net
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:3285] [didactyl] startup publish detail: kind=10123 (adoption_list) -> wss://relay.damus.io, wss://relay.primal.net
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:3297] [didactyl] startup publish summary: 4/4 event(s) published to at least one relay; relays used=2/2
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:906] [didactyl] publish kind event target relays (2):
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:908] [didactyl] -> wss://relay.damus.io
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:908] [didactyl] -> wss://relay.primal.net
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=800>
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=802>
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:2949] [didactyl] kind 30078 event published to wss://relay.damus.io (async, reason=manual_publish)
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:2949] [didactyl] kind 30078 event published to wss://relay.primal.net (async, reason=manual_publish)
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:3012] [didactyl] published kind 30078 event via 2 connected relay(s)
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:906] [didactyl] publish kind event target relays (2):
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:908] [didactyl] -> wss://relay.damus.io
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:908] [didactyl] -> wss://relay.primal.net
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=714>
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=716>
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:2949] [didactyl] kind 30078 event published to wss://relay.damus.io (async, reason=manual_publish)
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:2949] [didactyl] kind 30078 event published to wss://relay.primal.net (async, reason=manual_publish)
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:3012] [didactyl] published kind 30078 event via 2 connected relay(s)
[2026-03-25 09:58:22] [INFO ] [main.c:1267] [didactyl] startup phase: persisted encrypted runtime config to Nostr
[2026-03-25 09:58:22] [INFO ] [main.c:258] [didactyl] startup checklist [07] Reconcile/persist startup state: ok
[2026-03-25 09:58:22] [INFO ] [main.c:248] [didactyl] startup checklist [08] Initialize agent: begin
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_5_1774447102", {
"kinds": [30078],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"#d": ["memory"],
"limit": 1
}]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_5_1774447102", {
"kinds": [30078],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"#d": ["memory"],
"limit": 1
}]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["OK","81c4d21d745b7da146490d655be24b808c1349e5fc42db5b8b74c24421a2a549",true,""]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["OK","81c4d21d745b7da146490d655be24b808c1349e5fc42db5b8b74c24421a2a549",true,""]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["OK","82c974f1ea158c6067868c9f90179d367f4cf45f77dad5737ee161b63bc3f115",true,""]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["OK","82c974f1ea158c6067868c9f90179d367f4cf45f77dad5737ee161b63bc3f115",true,""]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["OK","832e2a43d2325d8e538fb4fec67dfcdb9f42223cd43a289a477c3fd1bd0ae259",true,""]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["OK","832e2a43d2325d8e538fb4fec67dfcdb9f42223cd43a289a477c3fd1bd0ae259",true,""]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["OK","d1fc3cfb4b7db93639baee6726e7203105ac4bc630446feb62f0e9d03cd694d2",true,""]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["OK","d1fc3cfb4b7db93639baee6726e7203105ac4bc630446feb62f0e9d03cd694d2",true,""]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_5_1774447102"]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_5_1774447102"]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["OK","13a4851fae898a5feb18d927080c35a38e3d3db27ea08180b9fa73fdc43db237",true,""]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_5_1774447102"]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_5_1774447102"]
[2026-03-25 09:58:22] [INFO ] [main.c:258] [didactyl] startup checklist [08] Initialize agent: ok
[2026-03-25 09:58:22] [INFO ] [main.c:248] [didactyl] startup checklist [09] Initialize trigger manager: begin
[2026-03-25 09:58:22] [INFO ] [trigger_manager.c:814] [didactyl] trigger manager initialized (capacity=16)
[2026-03-25 09:58:22] [INFO ] [main.c:258] [didactyl] startup checklist [09] Initialize trigger manager: ok
[2026-03-25 09:58:22] [INFO ] [main.c:1308] [didactyl] startup phase: deferred trigger load will run after self-skill EOSE
[2026-03-25 09:58:22] [INFO ] [main.c:248] [didactyl] startup checklist [10] Load startup triggers: begin
[2026-03-25 09:58:22] [INFO ] [main.c:1311] [didactyl] startup phase: startup-config trigger load begin
[2026-03-25 09:58:22] [INFO ] [trigger_manager.c:1138] [didactyl] trigger added d_tag=identity_and_rules action=0 enabled=1
[2026-03-25 09:58:22] [INFO ] [trigger_manager.c:1021] [didactyl] startup trigger registered d_tag=identity_and_rules action=llm enabled=1
[2026-03-25 09:58:22] [INFO ] [trigger_manager.c:1029] [didactyl] trigger manager loaded 1 trigger(s) from startup config (considered=1)
[2026-03-25 09:58:22] [INFO ] [main.c:1315] [didactyl] startup phase: startup-config trigger load end
[2026-03-25 09:58:22] [INFO ] [main.c:258] [didactyl] startup checklist [10] Load startup triggers: ok
[2026-03-25 09:58:22] [INFO ] [main.c:248] [didactyl] startup checklist [11] Discover self relay list via kind 10002: begin
[2026-03-25 09:58:22] [INFO ] [main.c:327] [didactyl] kind10002 query begin: timeout_ms=5000 author=1eb171136dbb1ba6... relay_count=2
[2026-03-25 09:58:22] [INFO ] [main.c:334] [didactyl] kind10002 query relay snapshot: {"relay_count":2,"connected_count":2,"relays":[{"url":"wss://relay.damus.io","status":"connected","events_received":1,"events_published":6,"events_published_ok":4,"events_published_failed":0,"ping_latency_current":0,"ping_latency_avg":0,"query_latency_avg":0,"publish_latency_avg":0,"connection_uptime_start":1774447099,"last_event_time":1774447102},{"url":"wss://relay.primal.net","status":"connected","events_received":1,"events_published":6,"events_published_ok":5,"events_published_failed":0,"ping_latency_current":0,"ping_latency_avg":0,"query_latency_avg":0,"publish_latency_avg":0,"connection_uptime_start":1774447099,"last_event_time":1774447102}]}
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_6_1774447102", {
"kinds": [10002],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 16
}]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_6_1774447102", {
"kinds": [10002],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 16
}]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["OK","13a4851fae898a5feb18d927080c35a38e3d3db27ea08180b9fa73fdc43db237",false,"rate-limited: you are noting too much"]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["OK","8d0da07c478e967a1cd8a07fc9f52bfe1718acbc18cba85d028a3afb4c106571",true,""]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["OK","8d0da07c478e967a1cd8a07fc9f52bfe1718acbc18cba85d028a3afb4c106571",true,""]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=462>
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=460>
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_6_1774447102"]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_6_1774447102"]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_6_1774447102"]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_6_1774447102"]
[2026-03-25 09:58:22] [INFO ] [main.c:354] [didactyl] kind10002 query received event_count=1
[2026-03-25 09:58:22] [INFO ] [main.c:451] [didactyl] kind10002 query extracted relays=["wss://relay.damus.io","wss://relay.primal.net"]
[2026-03-25 09:58:22] [INFO ] [main.c:556] [didactyl] kind10002 wait success: relay_count=2
[2026-03-25 09:58:22] [INFO ] [main.c:558] [didactyl] kind10002 relay[0]=wss://relay.damus.io
[2026-03-25 09:58:22] [INFO ] [main.c:558] [didactyl] kind10002 relay[1]=wss://relay.primal.net
[2026-03-25 09:58:22] [INFO ] [main.c:562] [didactyl] kind10002 wait success relay snapshot: {"relay_count":2,"connected_count":2,"relays":[{"url":"wss://relay.damus.io","status":"connected","events_received":1,"events_published":6,"events_published_ok":5,"events_published_failed":1,"ping_latency_current":0,"ping_latency_avg":0,"query_latency_avg":0,"publish_latency_avg":0,"connection_uptime_start":1774447099,"last_event_time":1774447102,"last_publish_error":"rate-limited: you are noting too much"},{"url":"wss://relay.primal.net","status":"connected","events_received":2,"events_published":6,"events_published_ok":6,"events_published_failed":0,"ping_latency_current":0,"ping_latency_avg":0,"query_latency_avg":0,"publish_latency_avg":0,"connection_uptime_start":1774447099,"last_event_time":1774447102}]}
[2026-03-25 09:58:22] [INFO ] [main.c:255] [didactyl] startup checklist [11] Discover self relay list via kind 10002: ok (kind10002=2 added=0 connected=2/2)
[2026-03-25 09:58:22] [INFO ] [main.c:248] [didactyl] startup checklist [12] Subscribe admin context: begin
[2026-03-25 09:58:22] [INFO ] [main.c:1366] [didactyl] startup phase: subscribe admin context begin
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_7_1774447102", {
"kinds": [0, 3, 10002],
"authors": ["254d7a7f68b4443f5430564eb3a726f09aea57d27e75ab2b8ef57176f9ca3dac"],
"limit": 32
}]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_7_1774447102", {
"kinds": [0, 3, 10002],
"authors": ["254d7a7f68b4443f5430564eb3a726f09aea57d27e75ab2b8ef57176f9ca3dac"],
"limit": 32
}]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_8_1774447102", {
"kinds": [1],
"authors": ["254d7a7f68b4443f5430564eb3a726f09aea57d27e75ab2b8ef57176f9ca3dac"],
"limit": 10
}]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_8_1774447102", {
"kinds": [1],
"authors": ["254d7a7f68b4443f5430564eb3a726f09aea57d27e75ab2b8ef57176f9ca3dac"],
"limit": 10
}]
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:2352] [didactyl] admin context subscriptions active for admin 254d7a7f68b4443f...
[2026-03-25 09:58:22] [INFO ] [main.c:1370] [didactyl] startup phase: subscribe admin context end
[2026-03-25 09:58:22] [INFO ] [main.c:258] [didactyl] startup checklist [12] Subscribe admin context: ok
[2026-03-25 09:58:22] [INFO ] [main.c:248] [didactyl] startup checklist [13] Subscribe agent self context: begin
[2026-03-25 09:58:22] [INFO ] [main.c:1374] [didactyl] startup phase: subscribe agent self context begin
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_9_1774447102", {
"kinds": [0, 3, 10002],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 64
}]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_9_1774447102", {
"kinds": [0, 3, 10002],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 64
}]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_10_1774447102", {
"kinds": [1],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 10
}]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_10_1774447102", {
"kinds": [1],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 10
}]
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:2440] [didactyl] agent self-context subscriptions active for pubkey 1eb171136dbb1ba6...
[2026-03-25 09:58:22] [INFO ] [main.c:1378] [didactyl] startup phase: subscribe agent self context end
[2026-03-25 09:58:22] [INFO ] [main.c:258] [didactyl] startup checklist [13] Subscribe agent self context: ok
[2026-03-25 09:58:22] [INFO ] [main.c:248] [didactyl] startup checklist [14] Subscribe self-skill cache: begin
[2026-03-25 09:58:22] [INFO ] [main.c:1382] [didactyl] startup phase: subscribe self skill cache begin
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_11_1774447102", {
"kinds": [31123, 31124, 10123],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 300
}]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_11_1774447102", {
"kinds": [31123, 31124, 10123],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 300
}]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_12_1774447102", {
"kinds": [31123],
"authors": ["254d7a7f68b4443f5430564eb3a726f09aea57d27e75ab2b8ef57176f9ca3dac"],
"limit": 150
}]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_12_1774447102", {
"kinds": [31123],
"authors": ["254d7a7f68b4443f5430564eb3a726f09aea57d27e75ab2b8ef57176f9ca3dac"],
"limit": 150
}]
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:2532] [didactyl] self/admin skill subscriptions active (self=1eb171136dbb1ba6..., admin=254d7a7f68b4443f...)
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_7_1774447102"]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_8_1774447102"]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_7_1774447102"]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:1718] [didactyl] DEBUG on_eose called: event_count=0
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=469>
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_8_1774447102"]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:1718] [didactyl] DEBUG on_eose called: event_count=0
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=460>
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=471>
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_9_1774447102"]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=462>
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_10_1774447102"]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_9_1774447102"]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:1718] [didactyl] DEBUG on_eose called: event_count=0
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=538>
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:2151] [didactyl] self-skill cache received kind=10123 d_tag=- id=d1fc3cfb4b7db93639baee6726e7203105ac4bc630446feb62f0e9d03cd694d2 created_at=1774447102 via wss://relay.damus.io
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_10_1774447102"]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:1718] [didactyl] DEBUG on_eose called: event_count=0
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=602>
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:2151] [didactyl] self-skill cache received kind=31124 d_tag=identity_and_rules id=832e2a43d2325d8e538fb4fec67dfcdb9f42223cd43a289a477c3fd1bd0ae259 created_at=1774447102 via wss://relay.damus.io
[2026-03-25 09:58:22] [INFO ] [trigger_manager.c:1364] [didactyl] trigger updated d_tag=identity_and_rules action=0 enabled=1
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:1207] [didactyl] live self-skill trigger registered d_tag=identity_and_rules action=llm enabled=1
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=540>
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:2151] [didactyl] self-skill cache received kind=10123 d_tag=- id=d1fc3cfb4b7db93639baee6726e7203105ac4bc630446feb62f0e9d03cd694d2 created_at=1774447102 via wss://relay.primal.net
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_11_1774447102"]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=604>
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:2151] [didactyl] self-skill cache received kind=31124 d_tag=identity_and_rules id=832e2a43d2325d8e538fb4fec67dfcdb9f42223cd43a289a477c3fd1bd0ae259 created_at=1774447102 via wss://relay.primal.net
[2026-03-25 09:58:22] [INFO ] [trigger_manager.c:1364] [didactyl] trigger updated d_tag=identity_and_rules action=0 enabled=1
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:1207] [didactyl] live self-skill trigger registered d_tag=identity_and_rules action=llm enabled=1
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_12_1774447102"]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_11_1774447102"]
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:1725] [didactyl] self-skill EOSE received: cached skill events=0
[2026-03-25 09:58:22] [INFO ] [main.c:44] [didactyl] deferred trigger load begin after self-skill EOSE (event_count=0)
[2026-03-25 09:58:22] [INFO ] [trigger_manager.c:1364] [didactyl] trigger updated d_tag=identity_and_rules action=0 enabled=1
[2026-03-25 09:58:22] [INFO ] [trigger_manager.c:918] [didactyl] trigger manager loaded 1 trigger(s) from self skills (considered=1)
[2026-03-25 09:58:22] [INFO ] [main.c:54] [didactyl] deferred trigger load status: {"success":true,"count":1,"active":1,"triggers":[{"skill_d_tag":"identity_and_rules","filter_json":"{\"from\":\"admin\"}","type":"dm","action":"llm","enabled":true,"subscribed":false,"llm":"","tools":"","has_max_tokens":false,"has_temperature":false,"has_seed":false,"last_fired":0,"last_seen_created_at":0}]}
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:2757] [didactyl] self-skill cache event: kind=31124 d_tag=identity_and_rules id=832e2a43d2325d8e538fb4fec67dfcdb9f42223cd43a289a477c3fd1bd0ae259 created_at=1774447102
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:2757] [didactyl] self-skill cache event: kind=10123 d_tag=- id=d1fc3cfb4b7db93639baee6726e7203105ac4bc630446feb62f0e9d03cd694d2 created_at=1774447102
[2026-03-25 09:58:22] [INFO ] [main.c:1449] [didactyl] startup phase: subscribe self skill cache end
[2026-03-25 09:58:22] [INFO ] [main.c:255] [didactyl] startup checklist [14] Subscribe self-skill cache: ok (skills=1 adoptions=1)
[2026-03-25 09:58:22] [INFO ] [main.c:248] [didactyl] startup checklist [15] Subscribe DMs: begin
[2026-03-25 09:58:22] [INFO ] [main.c:1453] [didactyl] startup phase: subscribe DMs begin
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_13_1774447102", {
"kinds": [4],
"#p": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"since": 1774447099,
"limit": 100
}]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_13_1774447102", {
"kinds": [4],
"#p": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"since": 1774447099,
"limit": 100
}]
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:2643] [didactyl] DM subscription active for pubkey 1eb171136dbb1ba6...
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:2644] [didactyl] DEBUG DM subscription g_start_time=1774447099 now=1774447102 delta=3 relay_count=2
[2026-03-25 09:58:22] [INFO ] [main.c:1468] [didactyl] startup phase: subscribe DMs end
[2026-03-25 09:58:22] [INFO ] [main.c:258] [didactyl] startup checklist [15] Subscribe DMs: ok
[2026-03-25 09:58:22] [INFO ] [main.c:248] [didactyl] startup checklist [16] Subscribe wallet events: begin
[2026-03-25 09:58:22] [INFO ] [main.c:1472] [didactyl] startup phase: subscribe wallet events begin
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_14_1774447102", {
"kinds": [17375, 7375, 5],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"since": 1774447099,
"limit": 500
}]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_14_1774447102", {
"kinds": [17375, 7375, 5],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"since": 1774447099,
"limit": 500
}]
[2026-03-25 09:58:22] [INFO ] [nostr_handler.c:2696] [didactyl] wallet event subscription active for pubkey 1eb171136dbb1ba6...
[2026-03-25 09:58:22] [INFO ] [main.c:1476] [didactyl] startup phase: subscribe wallet events end
[2026-03-25 09:58:22] [INFO ] [main.c:258] [didactyl] startup checklist [16] Subscribe wallet events: ok
[2026-03-25 09:58:22] [INFO ] [main.c:248] [didactyl] startup checklist [17] Initialize cashu wallet: begin
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_15_1774447102", {
"kinds": [17375, 7375],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"]
}]
[2026-03-25 09:58:22] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_15_1774447102", {
"kinds": [17375, 7375],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"]
}]
[2026-03-25 09:58:23] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_12_1774447102"]
[2026-03-25 09:58:23] [TRACE] [nostr_handler.c:1718] [didactyl] DEBUG on_eose called: event_count=0
[2026-03-25 09:58:23] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_13_1774447102"]
[2026-03-25 09:58:23] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_13_1774447102"]
[2026-03-25 09:58:23] [TRACE] [nostr_handler.c:1718] [didactyl] DEBUG on_eose called: event_count=0
[2026-03-25 09:58:23] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_14_1774447102"]
[2026-03-25 09:58:23] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_14_1774447102"]
[2026-03-25 09:58:23] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_15_1774447102"]
[2026-03-25 09:58:23] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_15_1774447102"]
[2026-03-25 09:58:23] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_15_1774447102"]
[2026-03-25 09:58:23] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_15_1774447102"]
[2026-03-25 09:58:23] [WARN ] [main.c:1492] [didactyl] startup phase: cashu wallet load/create deferred to first tool call
[2026-03-25 09:58:23] [INFO ] [main.c:255] [didactyl] startup checklist [17] Initialize cashu wallet: ok (initialized; load/create deferred)
[2026-03-25 09:58:23] [WARN ] [main.c:1528] [didactyl] HTTP API disabled due to bind/init failure; agent will continue without local API
[2026-03-25 09:58:23] [TRACE] [nostr_handler.c:1499] [didactyl] sending plaintext DM content: Didactyl Test Agent has started up and is online at 2026-03-25 09:58:23 (version v0.2.19, connected relays: 2/2).
[2026-03-25 09:58:23] [TRACE] [nostr_handler.c:1491] [didactyl] sending encrypted DM event: {"pubkey":"1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc","created_at":1774447103,"kind":4,"tags":[["p","254d7a7f68b4443f5430564eb3a726f09aea57d27e75ab2b8ef57176f9ca3dac"]],"content":"o21X4X+V/YUVsDF2gzfUkyJ+v1UuzCOekT4ringZQvOHAi0P33W4yJOlRsi/mxJUNWTzFYriqLChIU5s1M4Q8A6NbDi+rVavbYndIovBxwotiMEehA/FHPd3GsVxl/KYyNHCj2Z/bfwpE6fb07maOfz8dH3c5/9tpWfQJBkpI+Y=?iv=tTR3ficF3op0Y28KMzcy5A==","id":"f828c68faa74f475eb7f1de273013ef938260ed803e7997063652dc45ec0e6ea","sig":"f87b489c360430d35bbd32b1f080cb9cd11ccb980c145dead588cc4e7782b4431359580239817bc8dce815cb6cfcbe37585e92c2676f0fefcee38ba83b279a7d"}
[2026-03-25 09:58:23] [INFO ] [nostr_handler.c:906] [didactyl] publish DM target relays (2):
[2026-03-25 09:58:23] [INFO ] [nostr_handler.c:908] [didactyl] -> wss://relay.damus.io
[2026-03-25 09:58:23] [INFO ] [nostr_handler.c:908] [didactyl] -> wss://relay.primal.net
[2026-03-25 09:58:23] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=681>
[2026-03-25 09:58:23] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=683>
[2026-03-25 09:58:23] [INFO ] [nostr_handler.c:2843] [didactyl] kind 4 event published to wss://relay.damus.io (async)
[2026-03-25 09:58:23] [INFO ] [nostr_handler.c:2843] [didactyl] kind 4 event published to wss://relay.primal.net (async)
[2026-03-25 09:58:23] [INFO ] [nostr_handler.c:2852] [didactyl] sent DM f828c68faa74f475... to 254d7a7f68b4443f... via 2 connected relay(s)
[2026-03-25 09:58:23] [INFO ] [main.c:255] [didactyl] startup checklist [18] READY: ok (agent online; entering main poll loop)
[2026-03-25 09:58:23] [INFO ] [main.c:1571] [didactyl] entering main poll loop
[2026-03-25 09:58:23] [INFO ] [main.c:1572] [didactyl] running with pubkey 1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc
[2026-03-25 09:58:23] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["OK","f828c68faa74f475eb7f1de273013ef938260ed803e7997063652dc45ec0e6ea",false,"rate-limited: you are noting too much"]
[2026-03-25 09:58:23] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["OK","f828c68faa74f475eb7f1de273013ef938260ed803e7997063652dc45ec0e6ea",true,""]
[2026-03-25 09:58:25] [INFO ] [main.c:1584] [didactyl] shutting down
[2026-03-25 09:58:25] [INFO ] [trigger_manager.c:1602] [didactyl] trigger manager cleaned up
[2026-03-25 09:58:25] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_7_1774447102"]
[2026-03-25 09:58:25] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_7_1774447102"]
[2026-03-25 09:58:25] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_8_1774447102"]
[2026-03-25 09:58:25] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_8_1774447102"]
[2026-03-25 09:58:25] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_9_1774447102"]
[2026-03-25 09:58:25] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_9_1774447102"]
[2026-03-25 09:58:25] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_10_1774447102"]
[2026-03-25 09:58:25] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_10_1774447102"]
[2026-03-25 09:58:25] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_11_1774447102"]
[2026-03-25 09:58:25] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_11_1774447102"]
[2026-03-25 09:58:25] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_12_1774447102"]
[2026-03-25 09:58:25] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_12_1774447102"]
[2026-03-25 09:58:25] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_13_1774447102"]
[2026-03-25 09:58:25] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_13_1774447102"]
[2026-03-25 09:58:25] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_14_1774447102"]
[2026-03-25 09:58:25] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_14_1774447102"]
[2026-03-25 09:58:25] [INFO ] [main.c:1016] Didactyl v0.2.19 starting
[2026-03-25 09:58:25] [INFO ] [nostr_handler.c:2207] [didactyl] initializing relay pool with 2 relays
[2026-03-25 09:58:25] [INFO ] [nostr_handler.c:2231] [didactyl] added relay: wss://relay.damus.io
[2026-03-25 09:58:25] [INFO ] [nostr_handler.c:2231] [didactyl] added relay: wss://relay.primal.net
[2026-03-25 09:58:25] [INFO ] [main.c:1016] Didactyl v0.2.19 starting
[2026-03-25 09:58:25] [INFO ] [nostr_handler.c:2207] [didactyl] initializing relay pool with 2 relays
[2026-03-25 09:58:25] [INFO ] [nostr_handler.c:2231] [didactyl] added relay: wss://relay.damus.io
[2026-03-25 09:58:25] [INFO ] [nostr_handler.c:2231] [didactyl] added relay: wss://relay.primal.net
[2026-03-25 09:58:26] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_1_1774447105", {
"kinds": [10000],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 1
}]
[2026-03-25 09:58:26] [INFO ] [main.c:1016] Didactyl v0.2.19 starting
[2026-03-25 09:58:26] [INFO ] [nostr_handler.c:2207] [didactyl] initializing relay pool with 2 relays
[2026-03-25 09:58:26] [INFO ] [nostr_handler.c:2231] [didactyl] added relay: wss://relay.damus.io
[2026-03-25 09:58:26] [INFO ] [nostr_handler.c:2231] [didactyl] added relay: wss://relay.primal.net
[2026-03-25 09:58:27] [INFO ] [main.c:1016] Didactyl v0.2.19 starting
[2026-03-25 09:58:27] [INFO ] [nostr_handler.c:2207] [didactyl] initializing relay pool with 2 relays
[2026-03-25 09:58:27] [INFO ] [nostr_handler.c:2231] [didactyl] added relay: wss://relay.damus.io
[2026-03-25 09:58:27] [INFO ] [nostr_handler.c:2231] [didactyl] added relay: wss://relay.primal.net
[2026-03-25 09:58:27] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_1_1774447107", {
"kinds": [10000],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 1
}]
[2026-03-25 09:58:28] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_1_1774447107", {
"kinds": [10000],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 1
}]
[2026-03-25 09:58:28] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_1_1774447107"]
[2026-03-25 09:58:28] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_1_1774447107"]
[2026-03-25 09:58:28] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_1_1774447107"]
[2026-03-25 09:58:28] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_1_1774447107"]
[2026-03-25 09:58:28] [INFO ] [main.c:248] [didactyl] startup checklist [01] Relay connectivity: begin
[2026-03-25 09:58:28] [INFO ] [main.c:255] [didactyl] startup checklist [01] Relay connectivity: ok (connected relays: 2/2)
[2026-03-25 09:58:28] [INFO ] [main.c:248] [didactyl] startup checklist [02] Recover runtime config from Nostr: begin
[2026-03-25 09:58:28] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_2_1774447108", {
"kinds": [30078],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"#d": ["agent_config"],
"limit": 1
}]
[2026-03-25 09:58:28] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_2_1774447108", {
"kinds": [30078],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"#d": ["agent_config"],
"limit": 1
}]
[2026-03-25 09:58:28] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_2_1774447108"]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=702>
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_2_1774447108"]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_2_1774447108"]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_2_1774447108"]
[2026-03-25 09:58:29] [INFO ] [main.c:258] [didactyl] startup checklist [02] Recover runtime config from Nostr: ok
[2026-03-25 09:58:29] [INFO ] [main.c:248] [didactyl] startup checklist [03] Validate LLM config: begin
[2026-03-25 09:58:29] [INFO ] [main.c:258] [didactyl] startup checklist [03] Validate LLM config: ok
[2026-03-25 09:58:29] [INFO ] [main.c:248] [didactyl] startup checklist [04] Validate admin config: begin
[2026-03-25 09:58:29] [INFO ] [main.c:258] [didactyl] startup checklist [04] Validate admin config: ok
[2026-03-25 09:58:29] [INFO ] [main.c:248] [didactyl] startup checklist [05] Initialize LLM client: begin
[2026-03-25 09:58:29] [INFO ] [main.c:258] [didactyl] startup checklist [05] Initialize LLM client: ok
[2026-03-25 09:58:29] [INFO ] [main.c:248] [didactyl] startup checklist [06] Detect first run via kind 10002: begin
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_3_1774447109", {
"kinds": [10002],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 1
}]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_3_1774447109", {
"kinds": [10002],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 1
}]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=460>
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=462>
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_3_1774447109"]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_3_1774447109"]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_3_1774447109"]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_3_1774447109"]
[2026-03-25 09:58:29] [INFO ] [main.c:1245] [didactyl] startup phase: first-run detection via kind 10002 => subsequent-run
[2026-03-25 09:58:29] [INFO ] [main.c:255] [didactyl] startup checklist [06] Detect first run via kind 10002: ok (subsequent-run)
[2026-03-25 09:58:29] [INFO ] [main.c:248] [didactyl] startup checklist [07] Reconcile/persist startup state: begin
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_4_1774447109", {
"kinds": [1],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 1
}]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_4_1774447109", {
"kinds": [1],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 1
}]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_4_1774447109"]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_4_1774447109"]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_4_1774447109"]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_4_1774447109"]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=480>
[2026-03-25 09:58:29] [INFO ] [nostr_handler.c:2949] [didactyl] kind 0 event published to wss://relay.damus.io (async, reason=startup_reconcile)
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=474>
[2026-03-25 09:58:29] [INFO ] [nostr_handler.c:2949] [didactyl] kind 10002 event published to wss://relay.damus.io (async, reason=startup_reconcile)
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=621>
[2026-03-25 09:58:29] [INFO ] [nostr_handler.c:2949] [didactyl] kind 31124 event published to wss://relay.damus.io (async, reason=startup_reconcile)
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=553>
[2026-03-25 09:58:29] [INFO ] [nostr_handler.c:2949] [didactyl] kind 10123 event published to wss://relay.damus.io (async, reason=startup_reconcile)
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=482>
[2026-03-25 09:58:29] [INFO ] [nostr_handler.c:2949] [didactyl] kind 0 event published to wss://relay.primal.net (async, reason=startup_reconcile)
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=476>
[2026-03-25 09:58:29] [INFO ] [nostr_handler.c:2949] [didactyl] kind 10002 event published to wss://relay.primal.net (async, reason=startup_reconcile)
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=623>
[2026-03-25 09:58:29] [INFO ] [nostr_handler.c:2949] [didactyl] kind 31124 event published to wss://relay.primal.net (async, reason=startup_reconcile)
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=555>
[2026-03-25 09:58:29] [INFO ] [nostr_handler.c:2949] [didactyl] kind 10123 event published to wss://relay.primal.net (async, reason=startup_reconcile)
[2026-03-25 09:58:29] [INFO ] [nostr_handler.c:3285] [didactyl] startup publish detail: kind=0 (profile) -> wss://relay.damus.io, wss://relay.primal.net
[2026-03-25 09:58:29] [INFO ] [nostr_handler.c:3285] [didactyl] startup publish detail: kind=10002 (relay_list) -> wss://relay.damus.io, wss://relay.primal.net
[2026-03-25 09:58:29] [INFO ] [nostr_handler.c:3285] [didactyl] startup publish detail: kind=31124 (skill) -> wss://relay.damus.io, wss://relay.primal.net
[2026-03-25 09:58:29] [INFO ] [nostr_handler.c:3285] [didactyl] startup publish detail: kind=10123 (adoption_list) -> wss://relay.damus.io, wss://relay.primal.net
[2026-03-25 09:58:29] [INFO ] [nostr_handler.c:3297] [didactyl] startup publish summary: 4/4 event(s) published to at least one relay; relays used=2/2
[2026-03-25 09:58:29] [INFO ] [nostr_handler.c:906] [didactyl] publish kind event target relays (2):
[2026-03-25 09:58:29] [INFO ] [nostr_handler.c:908] [didactyl] -> wss://relay.damus.io
[2026-03-25 09:58:29] [INFO ] [nostr_handler.c:908] [didactyl] -> wss://relay.primal.net
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=800>
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=802>
[2026-03-25 09:58:29] [INFO ] [nostr_handler.c:2949] [didactyl] kind 30078 event published to wss://relay.damus.io (async, reason=manual_publish)
[2026-03-25 09:58:29] [INFO ] [nostr_handler.c:2949] [didactyl] kind 30078 event published to wss://relay.primal.net (async, reason=manual_publish)
[2026-03-25 09:58:29] [INFO ] [nostr_handler.c:3012] [didactyl] published kind 30078 event via 2 connected relay(s)
[2026-03-25 09:58:29] [INFO ] [nostr_handler.c:906] [didactyl] publish kind event target relays (2):
[2026-03-25 09:58:29] [INFO ] [nostr_handler.c:908] [didactyl] -> wss://relay.damus.io
[2026-03-25 09:58:29] [INFO ] [nostr_handler.c:908] [didactyl] -> wss://relay.primal.net
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=714>
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=716>
[2026-03-25 09:58:29] [INFO ] [nostr_handler.c:2949] [didactyl] kind 30078 event published to wss://relay.damus.io (async, reason=manual_publish)
[2026-03-25 09:58:29] [INFO ] [nostr_handler.c:2949] [didactyl] kind 30078 event published to wss://relay.primal.net (async, reason=manual_publish)
[2026-03-25 09:58:29] [INFO ] [nostr_handler.c:3012] [didactyl] published kind 30078 event via 2 connected relay(s)
[2026-03-25 09:58:29] [INFO ] [main.c:1267] [didactyl] startup phase: persisted encrypted runtime config to Nostr
[2026-03-25 09:58:29] [INFO ] [main.c:258] [didactyl] startup checklist [07] Reconcile/persist startup state: ok
[2026-03-25 09:58:29] [INFO ] [main.c:248] [didactyl] startup checklist [08] Initialize agent: begin
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_5_1774447109", {
"kinds": [30078],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"#d": ["memory"],
"limit": 1
}]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_5_1774447109", {
"kinds": [30078],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"#d": ["memory"],
"limit": 1
}]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["OK","11b414ef25e76ad7556d48b8386311bcdc429a56b8300e42e6a382f9bc02edac",true,""]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["OK","1292203416ebef0f8bd4b65af7dd32fe90c5f8ddc951287c1afcf875c8e2a3d2",false,"rate-limited: you are noting too much"]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["OK","1292203416ebef0f8bd4b65af7dd32fe90c5f8ddc951287c1afcf875c8e2a3d2",true,""]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["OK","44fc52fda6441d14494b8dd90b40003ff450e9dca2b32d72bdd8e413aaffa3a0",false,"rate-limited: you are noting too much"]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["OK","44fc52fda6441d14494b8dd90b40003ff450e9dca2b32d72bdd8e413aaffa3a0",true,""]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["OK","d55623b990437049aa50e7e24cc3e4a989f08e0d40c95fc0e8f618ca8db50a54",false,"rate-limited: you are noting too much"]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["OK","d55623b990437049aa50e7e24cc3e4a989f08e0d40c95fc0e8f618ca8db50a54",true,""]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["OK","11b414ef25e76ad7556d48b8386311bcdc429a56b8300e42e6a382f9bc02edac",false,"rate-limited: you are noting too much"]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_5_1774447109"]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["OK","b1c0f712870d5443623e7da7f7de85817777e245a277e435903ed0551468ddae",false,"rate-limited: you are noting too much"]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["OK","852f71f1711774c0cc2a17fb985ee19382ac3232c5f594a8f1473df28ece4ba6",true,""]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["OK","852f71f1711774c0cc2a17fb985ee19382ac3232c5f594a8f1473df28ece4ba6",false,"rate-limited: you are noting too much"]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["OK","b1c0f712870d5443623e7da7f7de85817777e245a277e435903ed0551468ddae",true,""]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_5_1774447109"]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_5_1774447109"]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_5_1774447109"]
[2026-03-25 09:58:29] [INFO ] [main.c:258] [didactyl] startup checklist [08] Initialize agent: ok
[2026-03-25 09:58:29] [INFO ] [main.c:248] [didactyl] startup checklist [09] Initialize trigger manager: begin
[2026-03-25 09:58:29] [INFO ] [trigger_manager.c:814] [didactyl] trigger manager initialized (capacity=16)
[2026-03-25 09:58:29] [INFO ] [main.c:258] [didactyl] startup checklist [09] Initialize trigger manager: ok
[2026-03-25 09:58:29] [INFO ] [main.c:1308] [didactyl] startup phase: deferred trigger load will run after self-skill EOSE
[2026-03-25 09:58:29] [INFO ] [main.c:248] [didactyl] startup checklist [10] Load startup triggers: begin
[2026-03-25 09:58:29] [INFO ] [main.c:1311] [didactyl] startup phase: startup-config trigger load begin
[2026-03-25 09:58:29] [INFO ] [trigger_manager.c:1138] [didactyl] trigger added d_tag=identity_and_rules action=0 enabled=1
[2026-03-25 09:58:29] [INFO ] [trigger_manager.c:1021] [didactyl] startup trigger registered d_tag=identity_and_rules action=llm enabled=1
[2026-03-25 09:58:29] [INFO ] [trigger_manager.c:1029] [didactyl] trigger manager loaded 1 trigger(s) from startup config (considered=1)
[2026-03-25 09:58:29] [INFO ] [main.c:1315] [didactyl] startup phase: startup-config trigger load end
[2026-03-25 09:58:29] [INFO ] [main.c:258] [didactyl] startup checklist [10] Load startup triggers: ok
[2026-03-25 09:58:29] [INFO ] [main.c:248] [didactyl] startup checklist [11] Discover self relay list via kind 10002: begin
[2026-03-25 09:58:29] [INFO ] [main.c:327] [didactyl] kind10002 query begin: timeout_ms=5000 author=1eb171136dbb1ba6... relay_count=2
[2026-03-25 09:58:29] [INFO ] [main.c:334] [didactyl] kind10002 query relay snapshot: {"relay_count":2,"connected_count":2,"relays":[{"url":"wss://relay.damus.io","status":"connected","events_received":1,"events_published":6,"events_published_ok":0,"events_published_failed":6,"ping_latency_current":0,"ping_latency_avg":0,"query_latency_avg":0,"publish_latency_avg":0,"connection_uptime_start":1774447107,"last_event_time":1774447109,"last_publish_error":"rate-limited: you are noting too much"},{"url":"wss://relay.primal.net","status":"connected","events_received":1,"events_published":6,"events_published_ok":6,"events_published_failed":0,"ping_latency_current":0,"ping_latency_avg":0,"query_latency_avg":0,"publish_latency_avg":0,"connection_uptime_start":1774447107,"last_event_time":1774447109}]}
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_6_1774447109", {
"kinds": [10002],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 16
}]
[2026-03-25 09:58:29] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_6_1774447109", {
"kinds": [10002],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 16
}]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=460>
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=462>
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_6_1774447109"]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_6_1774447109"]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_6_1774447109"]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_6_1774447109"]
[2026-03-25 09:58:30] [INFO ] [main.c:354] [didactyl] kind10002 query received event_count=2
[2026-03-25 09:58:30] [INFO ] [main.c:451] [didactyl] kind10002 query extracted relays=["wss://relay.damus.io","wss://relay.primal.net"]
[2026-03-25 09:58:30] [INFO ] [main.c:556] [didactyl] kind10002 wait success: relay_count=2
[2026-03-25 09:58:30] [INFO ] [main.c:558] [didactyl] kind10002 relay[0]=wss://relay.damus.io
[2026-03-25 09:58:30] [INFO ] [main.c:558] [didactyl] kind10002 relay[1]=wss://relay.primal.net
[2026-03-25 09:58:30] [INFO ] [main.c:562] [didactyl] kind10002 wait success relay snapshot: {"relay_count":2,"connected_count":2,"relays":[{"url":"wss://relay.damus.io","status":"connected","events_received":2,"events_published":6,"events_published_ok":0,"events_published_failed":6,"ping_latency_current":0,"ping_latency_avg":0,"query_latency_avg":0,"publish_latency_avg":0,"connection_uptime_start":1774447107,"last_event_time":1774447109,"last_publish_error":"rate-limited: you are noting too much"},{"url":"wss://relay.primal.net","status":"connected","events_received":2,"events_published":6,"events_published_ok":6,"events_published_failed":0,"ping_latency_current":0,"ping_latency_avg":0,"query_latency_avg":0,"publish_latency_avg":0,"connection_uptime_start":1774447107,"last_event_time":1774447109}]}
[2026-03-25 09:58:30] [INFO ] [main.c:255] [didactyl] startup checklist [11] Discover self relay list via kind 10002: ok (kind10002=2 added=0 connected=2/2)
[2026-03-25 09:58:30] [INFO ] [main.c:248] [didactyl] startup checklist [12] Subscribe admin context: begin
[2026-03-25 09:58:30] [INFO ] [main.c:1366] [didactyl] startup phase: subscribe admin context begin
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_7_1774447110", {
"kinds": [0, 3, 10002],
"authors": ["254d7a7f68b4443f5430564eb3a726f09aea57d27e75ab2b8ef57176f9ca3dac"],
"limit": 32
}]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_7_1774447110", {
"kinds": [0, 3, 10002],
"authors": ["254d7a7f68b4443f5430564eb3a726f09aea57d27e75ab2b8ef57176f9ca3dac"],
"limit": 32
}]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_8_1774447110", {
"kinds": [1],
"authors": ["254d7a7f68b4443f5430564eb3a726f09aea57d27e75ab2b8ef57176f9ca3dac"],
"limit": 10
}]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_8_1774447110", {
"kinds": [1],
"authors": ["254d7a7f68b4443f5430564eb3a726f09aea57d27e75ab2b8ef57176f9ca3dac"],
"limit": 10
}]
[2026-03-25 09:58:30] [INFO ] [nostr_handler.c:2352] [didactyl] admin context subscriptions active for admin 254d7a7f68b4443f...
[2026-03-25 09:58:30] [INFO ] [main.c:1370] [didactyl] startup phase: subscribe admin context end
[2026-03-25 09:58:30] [INFO ] [main.c:258] [didactyl] startup checklist [12] Subscribe admin context: ok
[2026-03-25 09:58:30] [INFO ] [main.c:248] [didactyl] startup checklist [13] Subscribe agent self context: begin
[2026-03-25 09:58:30] [INFO ] [main.c:1374] [didactyl] startup phase: subscribe agent self context begin
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_9_1774447110", {
"kinds": [0, 3, 10002],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 64
}]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_9_1774447110", {
"kinds": [0, 3, 10002],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 64
}]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_10_1774447110", {
"kinds": [1],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 10
}]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_10_1774447110", {
"kinds": [1],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 10
}]
[2026-03-25 09:58:30] [INFO ] [nostr_handler.c:2440] [didactyl] agent self-context subscriptions active for pubkey 1eb171136dbb1ba6...
[2026-03-25 09:58:30] [INFO ] [main.c:1378] [didactyl] startup phase: subscribe agent self context end
[2026-03-25 09:58:30] [INFO ] [main.c:258] [didactyl] startup checklist [13] Subscribe agent self context: ok
[2026-03-25 09:58:30] [INFO ] [main.c:248] [didactyl] startup checklist [14] Subscribe self-skill cache: begin
[2026-03-25 09:58:30] [INFO ] [main.c:1382] [didactyl] startup phase: subscribe self skill cache begin
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_11_1774447110", {
"kinds": [31123, 31124, 10123],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 300
}]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_11_1774447110", {
"kinds": [31123, 31124, 10123],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"limit": 300
}]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_12_1774447110", {
"kinds": [31123],
"authors": ["254d7a7f68b4443f5430564eb3a726f09aea57d27e75ab2b8ef57176f9ca3dac"],
"limit": 150
}]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_12_1774447110", {
"kinds": [31123],
"authors": ["254d7a7f68b4443f5430564eb3a726f09aea57d27e75ab2b8ef57176f9ca3dac"],
"limit": 150
}]
[2026-03-25 09:58:30] [INFO ] [nostr_handler.c:2532] [didactyl] self/admin skill subscriptions active (self=1eb171136dbb1ba6..., admin=254d7a7f68b4443f...)
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_7_1774447110"]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_8_1774447110"]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_7_1774447110"]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:1718] [didactyl] DEBUG on_eose called: event_count=0
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=469>
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_8_1774447110"]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:1718] [didactyl] DEBUG on_eose called: event_count=0
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=460>
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=462>
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_9_1774447110"]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=471>
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_10_1774447110"]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_9_1774447110"]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:1718] [didactyl] DEBUG on_eose called: event_count=0
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=538>
[2026-03-25 09:58:30] [INFO ] [nostr_handler.c:2151] [didactyl] self-skill cache received kind=10123 d_tag=- id=d1fc3cfb4b7db93639baee6726e7203105ac4bc630446feb62f0e9d03cd694d2 created_at=1774447102 via wss://relay.damus.io
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_10_1774447110"]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:1718] [didactyl] DEBUG on_eose called: event_count=0
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=602>
[2026-03-25 09:58:30] [INFO ] [nostr_handler.c:2151] [didactyl] self-skill cache received kind=31124 d_tag=identity_and_rules id=832e2a43d2325d8e538fb4fec67dfcdb9f42223cd43a289a477c3fd1bd0ae259 created_at=1774447102 via wss://relay.damus.io
[2026-03-25 09:58:30] [INFO ] [trigger_manager.c:1364] [didactyl] trigger updated d_tag=identity_and_rules action=0 enabled=1
[2026-03-25 09:58:30] [INFO ] [nostr_handler.c:1207] [didactyl] live self-skill trigger registered d_tag=identity_and_rules action=llm enabled=1
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=604>
[2026-03-25 09:58:30] [INFO ] [nostr_handler.c:2151] [didactyl] self-skill cache received kind=31124 d_tag=identity_and_rules id=d55623b990437049aa50e7e24cc3e4a989f08e0d40c95fc0e8f618ca8db50a54 created_at=1774447109 via wss://relay.primal.net
[2026-03-25 09:58:30] [INFO ] [trigger_manager.c:1364] [didactyl] trigger updated d_tag=identity_and_rules action=0 enabled=1
[2026-03-25 09:58:30] [INFO ] [nostr_handler.c:1207] [didactyl] live self-skill trigger registered d_tag=identity_and_rules action=llm enabled=1
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_11_1774447110"]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=540>
[2026-03-25 09:58:30] [INFO ] [nostr_handler.c:2151] [didactyl] self-skill cache received kind=10123 d_tag=- id=11b414ef25e76ad7556d48b8386311bcdc429a56b8300e42e6a382f9bc02edac created_at=1774447109 via wss://relay.primal.net
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_12_1774447110"]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_11_1774447110"]
[2026-03-25 09:58:30] [INFO ] [nostr_handler.c:1725] [didactyl] self-skill EOSE received: cached skill events=0
[2026-03-25 09:58:30] [INFO ] [main.c:44] [didactyl] deferred trigger load begin after self-skill EOSE (event_count=0)
[2026-03-25 09:58:30] [INFO ] [trigger_manager.c:1364] [didactyl] trigger updated d_tag=identity_and_rules action=0 enabled=1
[2026-03-25 09:58:30] [INFO ] [trigger_manager.c:918] [didactyl] trigger manager loaded 1 trigger(s) from self skills (considered=1)
[2026-03-25 09:58:30] [INFO ] [main.c:54] [didactyl] deferred trigger load status: {"success":true,"count":1,"active":1,"triggers":[{"skill_d_tag":"identity_and_rules","filter_json":"{\"from\":\"admin\"}","type":"dm","action":"llm","enabled":true,"subscribed":false,"llm":"","tools":"","has_max_tokens":false,"has_temperature":false,"has_seed":false,"last_fired":0,"last_seen_created_at":0}]}
[2026-03-25 09:58:30] [INFO ] [nostr_handler.c:2757] [didactyl] self-skill cache event: kind=31124 d_tag=identity_and_rules id=d55623b990437049aa50e7e24cc3e4a989f08e0d40c95fc0e8f618ca8db50a54 created_at=1774447109
[2026-03-25 09:58:30] [INFO ] [nostr_handler.c:2757] [didactyl] self-skill cache event: kind=10123 d_tag=- id=11b414ef25e76ad7556d48b8386311bcdc429a56b8300e42e6a382f9bc02edac created_at=1774447109
[2026-03-25 09:58:30] [INFO ] [main.c:1449] [didactyl] startup phase: subscribe self skill cache end
[2026-03-25 09:58:30] [INFO ] [main.c:255] [didactyl] startup checklist [14] Subscribe self-skill cache: ok (skills=1 adoptions=1)
[2026-03-25 09:58:30] [INFO ] [main.c:248] [didactyl] startup checklist [15] Subscribe DMs: begin
[2026-03-25 09:58:30] [INFO ] [main.c:1453] [didactyl] startup phase: subscribe DMs begin
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_13_1774447110", {
"kinds": [4],
"#p": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"since": 1774447107,
"limit": 100
}]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_13_1774447110", {
"kinds": [4],
"#p": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"since": 1774447107,
"limit": 100
}]
[2026-03-25 09:58:30] [INFO ] [nostr_handler.c:2643] [didactyl] DM subscription active for pubkey 1eb171136dbb1ba6...
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:2644] [didactyl] DEBUG DM subscription g_start_time=1774447107 now=1774447110 delta=3 relay_count=2
[2026-03-25 09:58:30] [INFO ] [main.c:1468] [didactyl] startup phase: subscribe DMs end
[2026-03-25 09:58:30] [INFO ] [main.c:258] [didactyl] startup checklist [15] Subscribe DMs: ok
[2026-03-25 09:58:30] [INFO ] [main.c:248] [didactyl] startup checklist [16] Subscribe wallet events: begin
[2026-03-25 09:58:30] [INFO ] [main.c:1472] [didactyl] startup phase: subscribe wallet events begin
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_14_1774447110", {
"kinds": [17375, 7375, 5],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"since": 1774447107,
"limit": 500
}]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_14_1774447110", {
"kinds": [17375, 7375, 5],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"],
"since": 1774447107,
"limit": 500
}]
[2026-03-25 09:58:30] [INFO ] [nostr_handler.c:2696] [didactyl] wallet event subscription active for pubkey 1eb171136dbb1ba6...
[2026-03-25 09:58:30] [INFO ] [main.c:1476] [didactyl] startup phase: subscribe wallet events end
[2026-03-25 09:58:30] [INFO ] [main.c:258] [didactyl] startup checklist [16] Subscribe wallet events: ok
[2026-03-25 09:58:30] [INFO ] [main.c:248] [didactyl] startup checklist [17] Initialize cashu wallet: begin
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["REQ", "pool_15_1774447110", {
"kinds": [17375, 7375],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"]
}]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["REQ", "pool_15_1774447110", {
"kinds": [17375, 7375],
"authors": ["1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"]
}]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_12_1774447110"]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:1718] [didactyl] DEBUG on_eose called: event_count=0
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_13_1774447110"]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_13_1774447110"]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:1718] [didactyl] DEBUG on_eose called: event_count=0
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_14_1774447110"]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_14_1774447110"]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["EOSE","pool_15_1774447110"]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["EOSE","pool_15_1774447110"]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_15_1774447110"]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_15_1774447110"]
[2026-03-25 09:58:30] [WARN ] [main.c:1492] [didactyl] startup phase: cashu wallet load/create deferred to first tool call
[2026-03-25 09:58:30] [INFO ] [main.c:255] [didactyl] startup checklist [17] Initialize cashu wallet: ok (initialized; load/create deferred)
[2026-03-25 09:58:30] [WARN ] [main.c:1528] [didactyl] HTTP API disabled due to bind/init failure; agent will continue without local API
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:1499] [didactyl] sending plaintext DM content: Didactyl Test Agent has started up and is online at 2026-03-25 09:58:30 (version v0.2.19, connected relays: 2/2).
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:1491] [didactyl] sending encrypted DM event: {"pubkey":"1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc","created_at":1774447110,"kind":4,"tags":[["p","254d7a7f68b4443f5430564eb3a726f09aea57d27e75ab2b8ef57176f9ca3dac"]],"content":"m0Hop0iIE4zqV4YTMij5P4ngsFeIdQYoAwFSZOqDXxjuupwHhMz7NuCJeq6iSNgXklfNW1wJGncgrIy1T74Or3phwqHUpKl/xgayhUl54bxqCsyaqqygRHhnfz0AwcrlSPy+W8rKlr81bZL1x/g28KtlFGhy0kOmrm0j2lsGzOA=?iv=QCTo0zA+pzdxVOfJ42MG1A==","id":"8c1049756376ad9a93b1aca77b2277f5d2bd01c910be72aef7fddfedb15933ae","sig":"e23bb68598476cf1749507579886340dd44190c82564b5b8403c66e5b1afe75cf2e159958f21f874c72a4fc36dead16d13e6f0128ea8e6ee2e6ee9c1a8aa5231"}
[2026-03-25 09:58:30] [INFO ] [nostr_handler.c:906] [didactyl] publish DM target relays (2):
[2026-03-25 09:58:30] [INFO ] [nostr_handler.c:908] [didactyl] -> wss://relay.damus.io
[2026-03-25 09:58:30] [INFO ] [nostr_handler.c:908] [didactyl] -> wss://relay.primal.net
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=681>
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] SEND <large EVENT frame suppressed, bytes=683>
[2026-03-25 09:58:30] [INFO ] [nostr_handler.c:2843] [didactyl] kind 4 event published to wss://relay.damus.io (async)
[2026-03-25 09:58:30] [INFO ] [nostr_handler.c:2843] [didactyl] kind 4 event published to wss://relay.primal.net (async)
[2026-03-25 09:58:30] [INFO ] [nostr_handler.c:2852] [didactyl] sent DM 8c1049756376ad9a... to 254d7a7f68b4443f... via 2 connected relay(s)
[2026-03-25 09:58:30] [INFO ] [main.c:255] [didactyl] startup checklist [18] READY: ok (agent online; entering main poll loop)
[2026-03-25 09:58:30] [INFO ] [main.c:1571] [didactyl] entering main poll loop
[2026-03-25 09:58:30] [INFO ] [main.c:1572] [didactyl] running with pubkey 1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.damus.io:443: ["OK","8c1049756376ad9a93b1aca77b2277f5d2bd01c910be72aef7fddfedb15933ae",false,"rate-limited: you are noting too much"]
[2026-03-25 09:58:30] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] RECV relay.primal.net:443: ["OK","8c1049756376ad9a93b1aca77b2277f5d2bd01c910be72aef7fddfedb15933ae",true,""]
[2026-03-25 09:58:31] [TRACE] [nostr_handler.c:162] [didactyl] [nostr:websocket] RECV <large EVENT frame suppressed, bytes=469>
[2026-03-25 09:58:47] [INFO ] [main.c:1584] [didactyl] shutting down
[2026-03-25 09:58:47] [INFO ] [trigger_manager.c:1602] [didactyl] trigger manager cleaned up
[2026-03-25 09:58:47] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_7_1774447110"]
[2026-03-25 09:58:47] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_7_1774447110"]
[2026-03-25 09:58:47] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_8_1774447110"]
[2026-03-25 09:58:47] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_8_1774447110"]
[2026-03-25 09:58:47] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_9_1774447110"]
[2026-03-25 09:58:47] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_9_1774447110"]
[2026-03-25 09:58:47] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_10_1774447110"]
[2026-03-25 09:58:47] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_10_1774447110"]
[2026-03-25 09:58:47] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_11_1774447110"]
[2026-03-25 09:58:47] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_11_1774447110"]
[2026-03-25 09:58:47] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_12_1774447110"]
[2026-03-25 09:58:47] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_12_1774447110"]
[2026-03-25 09:58:47] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_13_1774447110"]
[2026-03-25 09:58:47] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_13_1774447110"]
[2026-03-25 09:58:47] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.damus.io:443: ["CLOSE", "pool_14_1774447110"]
[2026-03-25 09:58:47] [TRACE] [nostr_handler.c:169] [didactyl] [nostr:websocket] SEND relay.primal.net:443: ["CLOSE", "pool_14_1774447110"]
+441
View File
@@ -0,0 +1,441 @@
{
"run_meta": {
"run_timestamp": "2026-03-25T13:58:47.821906+00:00",
"base_url": "http://127.0.0.1:8485",
"config": "tests/results/20260325T135819Z/runtime_test_genesis.jsonc",
"binary": "didactyl_static_x86_64_debug",
"test_count": 43
},
"results": [
{
"suite": "test_conversation",
"name": "simple_greeting",
"status": "pass",
"message": "greeting response ok",
"duration_seconds": 0.650126366999757,
"agent_errors": [],
"details": {
"response": "LLM request failed."
}
},
{
"suite": "test_conversation",
"name": "agent_responds_about_itself",
"status": "error",
"message": "AssertionError('response missing expected identity terms')",
"duration_seconds": 0.6940816970000014,
"agent_errors": [],
"details": {}
},
{
"suite": "test_conversation",
"name": "empty_message_handling",
"status": "pass",
"message": "empty message handled",
"duration_seconds": 0.8755730829998356,
"agent_errors": [],
"details": {
"success": true
}
},
{
"suite": "test_conversation",
"name": "very_long_message",
"status": "pass",
"message": "long message handled",
"duration_seconds": 0.5564053269990836,
"agent_errors": [],
"details": {
"success": true
}
},
{
"suite": "test_errors",
"name": "invalid_json_body",
"status": "pass",
"message": "invalid json rejected",
"duration_seconds": 0.132159895998484,
"agent_errors": [],
"details": {
"status": 400
}
},
{
"suite": "test_errors",
"name": "missing_message_field",
"status": "pass",
"message": "missing message rejected",
"duration_seconds": 0.3320244470014586,
"agent_errors": [],
"details": {
"status": 400
}
},
{
"suite": "test_errors",
"name": "unknown_endpoint",
"status": "pass",
"message": "unknown endpoint 404",
"duration_seconds": 0.33157833800032677,
"agent_errors": [],
"details": {
"status": 404
}
},
{
"suite": "test_errors",
"name": "webhook_nonexistent_dtag",
"status": "pass",
"message": "nonexistent d_tag 404",
"duration_seconds": 0.3315640600012557,
"agent_errors": [],
"details": {
"status": 404
}
},
{
"suite": "test_health",
"name": "status_returns_200",
"status": "pass",
"message": "status success",
"duration_seconds": 0.3311180410000816,
"agent_errors": [],
"details": {
"keys": [
"success",
"name",
"version",
"pubkey",
"relay_count",
"connected_relays",
"active_triggers"
]
}
},
{
"suite": "test_health",
"name": "status_has_fields",
"status": "pass",
"message": "required fields present",
"duration_seconds": 0.33113273399976606,
"agent_errors": [],
"details": {}
},
{
"suite": "test_health",
"name": "context_current_returns_messages",
"status": "pass",
"message": "context current ok",
"duration_seconds": 0.33124079600020195,
"agent_errors": [],
"details": {
"message_count": 2
}
},
{
"suite": "test_health",
"name": "context_parts_has_system_prompt",
"status": "pass",
"message": "context parts ok",
"duration_seconds": 0.3314957980001054,
"agent_errors": [],
"details": {
"parts": [
"system_prompt",
"dm_history"
]
}
},
{
"suite": "test_restart",
"name": "clean_restart",
"status": "pass",
"message": "restart succeeded",
"duration_seconds": 0.6628211440001905,
"agent_errors": [],
"details": {}
},
{
"suite": "test_restart",
"name": "status_after_restart",
"status": "pass",
"message": "status stable after restart",
"duration_seconds": 0.9936397429992212,
"agent_errors": [],
"details": {
"pubkey": "1eb171136dbb1ba695b2f14296adfe88a1f81d4220cc7d186b0e139b8ce0cdbc"
}
},
{
"suite": "test_restart",
"name": "conversation_after_restart",
"status": "pass",
"message": "conversation works post-restart",
"duration_seconds": 1.0451782399995864,
"agent_errors": [],
"details": {}
},
{
"suite": "test_timeouts",
"name": "response_within_timeout",
"status": "pass",
"message": "response within timeout",
"duration_seconds": 0.720179456000551,
"agent_errors": [],
"details": {
"elapsed": 0.720171720999133
}
},
{
"suite": "test_timeouts",
"name": "status_responds_fast",
"status": "pass",
"message": "status fast",
"duration_seconds": 0.33108805699885124,
"agent_errors": [],
"details": {
"elapsed": 0.3310836910004582
}
},
{
"suite": "test_timeouts",
"name": "context_responds_fast",
"status": "pass",
"message": "context fast",
"duration_seconds": 0.3329149609999149,
"agent_errors": [],
"details": {
"elapsed": 0.3329102219995548
}
},
{
"suite": "test_tools_blossom",
"name": "blossom_list",
"status": "error",
"message": "AssertionError('expected tool blossom_list, got []')",
"duration_seconds": 0.7343584199988982,
"agent_errors": [],
"details": {}
},
{
"suite": "test_tools_cashu",
"name": "wallet_balance",
"status": "error",
"message": "AssertionError('expected tool cashu_wallet_balance, got []')",
"duration_seconds": 0.5817091210010403,
"agent_errors": [],
"details": {}
},
{
"suite": "test_tools_identity",
"name": "get_pubkey",
"status": "error",
"message": "AssertionError('expected tool nostr_pubkey, got []')",
"duration_seconds": 0.7300583679989359,
"agent_errors": [],
"details": {}
},
{
"suite": "test_tools_identity",
"name": "get_npub",
"status": "error",
"message": "AssertionError('expected tool nostr_npub, got []')",
"duration_seconds": 0.7121746949997032,
"agent_errors": [],
"details": {}
},
{
"suite": "test_tools_identity",
"name": "agent_identity",
"status": "error",
"message": "AssertionError('expected tool agent_identity, got []')",
"duration_seconds": 0.8052364180002769,
"agent_errors": [],
"details": {}
},
{
"suite": "test_tools_identity",
"name": "agent_version",
"status": "error",
"message": "AssertionError('expected tool agent_version, got []')",
"duration_seconds": 0.7165932989992143,
"agent_errors": [],
"details": {}
},
{
"suite": "test_tools_identity",
"name": "admin_identity",
"status": "error",
"message": "AssertionError('expected tool admin_identity, got []')",
"duration_seconds": 0.7046929000007367,
"agent_errors": [],
"details": {}
},
{
"suite": "test_tools_memory",
"name": "task_list",
"status": "error",
"message": "AssertionError('expected tool task_list, got []')",
"duration_seconds": 0.7506260950012802,
"agent_errors": [],
"details": {}
},
{
"suite": "test_tools_memory",
"name": "task_manage_add_remove",
"status": "error",
"message": "AssertionError('expected tool task_manage, got []')",
"duration_seconds": 0.7285047460009082,
"agent_errors": [],
"details": {}
},
{
"suite": "test_tools_memory",
"name": "memory_save_recall",
"status": "error",
"message": "AssertionError('expected tool memory_save, got []')",
"duration_seconds": 0.7064342339999712,
"agent_errors": [],
"details": {}
},
{
"suite": "test_tools_nostr",
"name": "nostr_post_kind1",
"status": "error",
"message": "AssertionError('expected tool nostr_post, got []')",
"duration_seconds": 0.7036432080003578,
"agent_errors": [],
"details": {}
},
{
"suite": "test_tools_nostr",
"name": "nostr_query_recent",
"status": "error",
"message": "AssertionError('expected tool nostr_query, got []')",
"duration_seconds": 0.697193383000922,
"agent_errors": [],
"details": {}
},
{
"suite": "test_tools_nostr",
"name": "nostr_my_events",
"status": "error",
"message": "AssertionError('expected tool nostr_my_events, got []')",
"duration_seconds": 0.7582229180006834,
"agent_errors": [],
"details": {}
},
{
"suite": "test_tools_nostr",
"name": "nostr_relay_status",
"status": "error",
"message": "AssertionError('expected tool nostr_relay_status, got []')",
"duration_seconds": 0.6760786040013045,
"agent_errors": [],
"details": {}
},
{
"suite": "test_tools_nostr",
"name": "nostr_dm_send",
"status": "error",
"message": "AssertionError('expected tool nostr_dm_send, got []')",
"duration_seconds": 0.7048240869989968,
"agent_errors": [],
"details": {}
},
{
"suite": "test_tools_nostr",
"name": "nostr_encode_npub",
"status": "error",
"message": "AssertionError('expected tool nostr_encode, got []')",
"duration_seconds": 0.6931294519999938,
"agent_errors": [],
"details": {}
},
{
"suite": "test_tools_nostr",
"name": "nostr_profile_get",
"status": "error",
"message": "AssertionError('expected tool nostr_profile_get, got []')",
"duration_seconds": 0.8462209179997444,
"agent_errors": [],
"details": {}
},
{
"suite": "test_tools_skills",
"name": "skill_list",
"status": "error",
"message": "AssertionError('expected tool skill_list, got []')",
"duration_seconds": 0.7083747169999697,
"agent_errors": [],
"details": {}
},
{
"suite": "test_tools_skills",
"name": "trigger_list",
"status": "error",
"message": "AssertionError('expected tool trigger_list, got []')",
"duration_seconds": 0.7195114550013386,
"agent_errors": [],
"details": {}
},
{
"suite": "test_tools_skills",
"name": "skill_create_and_remove",
"status": "error",
"message": "AssertionError('expected tool skill_create, got []')",
"duration_seconds": 0.7012184199993499,
"agent_errors": [],
"details": {}
},
{
"suite": "test_tools_system",
"name": "tool_list",
"status": "error",
"message": "AssertionError('expected tool tool_list, got []')",
"duration_seconds": 0.9187586200005171,
"agent_errors": [],
"details": {}
},
{
"suite": "test_tools_system",
"name": "model_get",
"status": "error",
"message": "AssertionError('expected tool model_get, got []')",
"duration_seconds": 0.747806858000331,
"agent_errors": [],
"details": {}
},
{
"suite": "test_tools_system",
"name": "model_list",
"status": "error",
"message": "AssertionError('expected tool model_list, got []')",
"duration_seconds": 0.7052951590012526,
"agent_errors": [],
"details": {}
},
{
"suite": "test_tools_system",
"name": "local_http_fetch",
"status": "error",
"message": "AssertionError('expected tool local_http_fetch, got []')",
"duration_seconds": 0.6979006639994623,
"agent_errors": [],
"details": {}
},
{
"suite": "test_tools_system",
"name": "config_store_recall",
"status": "error",
"message": "AssertionError('expected tool config_store, got []')",
"duration_seconds": 0.7069432489988685,
"agent_errors": [],
"details": {}
}
],
"summary": {
"pass": 17,
"error": 26
}
}
+139
View File
@@ -0,0 +1,139 @@
== Didactyl Test Results ==
Run: 2026-03-25T13:58:47.821906+00:00
Agent base URL: http://127.0.0.1:8485
Pass: 17
Fail: 0
Error: 26
Timeout: 0
Skip: 0
Total: 43
[PASS] test_conversation::simple_greeting (0.65s)
greeting response ok
[ERROR] test_conversation::agent_responds_about_itself (0.69s)
AssertionError('response missing expected identity terms')
[PASS] test_conversation::empty_message_handling (0.88s)
empty message handled
[PASS] test_conversation::very_long_message (0.56s)
long message handled
[PASS] test_errors::invalid_json_body (0.13s)
invalid json rejected
[PASS] test_errors::missing_message_field (0.33s)
missing message rejected
[PASS] test_errors::unknown_endpoint (0.33s)
unknown endpoint 404
[PASS] test_errors::webhook_nonexistent_dtag (0.33s)
nonexistent d_tag 404
[PASS] test_health::status_returns_200 (0.33s)
status success
[PASS] test_health::status_has_fields (0.33s)
required fields present
[PASS] test_health::context_current_returns_messages (0.33s)
context current ok
[PASS] test_health::context_parts_has_system_prompt (0.33s)
context parts ok
[PASS] test_restart::clean_restart (0.66s)
restart succeeded
[PASS] test_restart::status_after_restart (0.99s)
status stable after restart
[PASS] test_restart::conversation_after_restart (1.05s)
conversation works post-restart
[PASS] test_timeouts::response_within_timeout (0.72s)
response within timeout
[PASS] test_timeouts::status_responds_fast (0.33s)
status fast
[PASS] test_timeouts::context_responds_fast (0.33s)
context fast
[ERROR] test_tools_blossom::blossom_list (0.73s)
AssertionError('expected tool blossom_list, got []')
[ERROR] test_tools_cashu::wallet_balance (0.58s)
AssertionError('expected tool cashu_wallet_balance, got []')
[ERROR] test_tools_identity::get_pubkey (0.73s)
AssertionError('expected tool nostr_pubkey, got []')
[ERROR] test_tools_identity::get_npub (0.71s)
AssertionError('expected tool nostr_npub, got []')
[ERROR] test_tools_identity::agent_identity (0.81s)
AssertionError('expected tool agent_identity, got []')
[ERROR] test_tools_identity::agent_version (0.72s)
AssertionError('expected tool agent_version, got []')
[ERROR] test_tools_identity::admin_identity (0.70s)
AssertionError('expected tool admin_identity, got []')
[ERROR] test_tools_memory::task_list (0.75s)
AssertionError('expected tool task_list, got []')
[ERROR] test_tools_memory::task_manage_add_remove (0.73s)
AssertionError('expected tool task_manage, got []')
[ERROR] test_tools_memory::memory_save_recall (0.71s)
AssertionError('expected tool memory_save, got []')
[ERROR] test_tools_nostr::nostr_post_kind1 (0.70s)
AssertionError('expected tool nostr_post, got []')
[ERROR] test_tools_nostr::nostr_query_recent (0.70s)
AssertionError('expected tool nostr_query, got []')
[ERROR] test_tools_nostr::nostr_my_events (0.76s)
AssertionError('expected tool nostr_my_events, got []')
[ERROR] test_tools_nostr::nostr_relay_status (0.68s)
AssertionError('expected tool nostr_relay_status, got []')
[ERROR] test_tools_nostr::nostr_dm_send (0.70s)
AssertionError('expected tool nostr_dm_send, got []')
[ERROR] test_tools_nostr::nostr_encode_npub (0.69s)
AssertionError('expected tool nostr_encode, got []')
[ERROR] test_tools_nostr::nostr_profile_get (0.85s)
AssertionError('expected tool nostr_profile_get, got []')
[ERROR] test_tools_skills::skill_list (0.71s)
AssertionError('expected tool skill_list, got []')
[ERROR] test_tools_skills::trigger_list (0.72s)
AssertionError('expected tool trigger_list, got []')
[ERROR] test_tools_skills::skill_create_and_remove (0.70s)
AssertionError('expected tool skill_create, got []')
[ERROR] test_tools_system::tool_list (0.92s)
AssertionError('expected tool tool_list, got []')
[ERROR] test_tools_system::model_get (0.75s)
AssertionError('expected tool model_get, got []')
[ERROR] test_tools_system::model_list (0.71s)
AssertionError('expected tool model_list, got []')
[ERROR] test_tools_system::local_http_fetch (0.70s)
AssertionError('expected tool local_http_fetch, got []')
[ERROR] test_tools_system::config_store_recall (0.71s)
AssertionError('expected tool config_store, got []')

Some files were not shown because too many files have changed in this diff Show More