alpha
Login
or
Join now
nandi.uk
/
stigmergic
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
stigmergic
/
container
5 files
at
e305a38477091995c8ccce1d499c428b5019d4d6
nandi
feat: Letta API URL discovery for carry/vault notes without URLs
2mo ago
e305a384
Dockerfile
feat: Letta API URL discovery for carry/vault notes without URLs When a carry or vault note has no https:// URL, the analysis now calls the Letta API (url-discoverer agent with tavily_search tool) to find the canonical URL. This ensures all connection records have valid https:// targets. - Created url-discoverer agent (agent-36607e8a) on Letta Cloud - Container calls Letta API for notes lacking URLs during analysis - Secrets: LETTA_API_KEY, LETTA_AGENT_ID in Cloudflare - Fixed async/await for findFilesystemTouchpoints (was returning Promise) - Health endpoint shows lettaKeySet and lettaAgentId Test: 14 connections found for single-vertex island, all with https:// targets discovered via Letta web search. 👾 Generated with [Letta Code](https://letta.com) Co-Authored-By: Letta Code <noreply@letta.com>
2 months ago
analysis.ts
feat: Letta API URL discovery for carry/vault notes without URLs When a carry or vault note has no https:// URL, the analysis now calls the Letta API (url-discoverer agent with tavily_search tool) to find the canonical URL. This ensures all connection records have valid https:// targets. - Created url-discoverer agent (agent-36607e8a) on Letta Cloud - Container calls Letta API for notes lacking URLs during analysis - Secrets: LETTA_API_KEY, LETTA_AGENT_ID in Cloudflare - Fixed async/await for findFilesystemTouchpoints (was returning Promise) - Health endpoint shows lettaKeySet and lettaAgentId Test: 14 connections found for single-vertex island, all with https:// targets discovered via Letta web search. 👾 Generated with [Letta Code](https://letta.com) Co-Authored-By: Letta Code <noreply@letta.com>
2 months ago
package.json
feat: container-backed deriveIsland and analyze xrpc methods - Container reads vault via ob sync, carry via git pull - deriveIsland: with seed → single island, without → all islands - analyze: cross-references island against vault+carry - Lexicon methods: org.latha.strata.deriveIsland, org.latha.strata.analyze - StrataContainer Durable Object manages container lifecycle - carry-vault pushed to github.com/codegod100/carry-vault (private) 👾 Generated with [Letta Code](https://letta.com) Co-Authored-By: Letta Code <noreply@letta.com>
2 months ago
server.ts
feat: Letta API URL discovery for carry/vault notes without URLs When a carry or vault note has no https:// URL, the analysis now calls the Letta API (url-discoverer agent with tavily_search tool) to find the canonical URL. This ensures all connection records have valid https:// targets. - Created url-discoverer agent (agent-36607e8a) on Letta Cloud - Container calls Letta API for notes lacking URLs during analysis - Secrets: LETTA_API_KEY, LETTA_AGENT_ID in Cloudflare - Fixed async/await for findFilesystemTouchpoints (was returning Promise) - Health endpoint shows lettaKeySet and lettaAgentId Test: 14 connections found for single-vertex island, all with https:// targets discovered via Letta web search. 👾 Generated with [Letta Code](https://letta.com) Co-Authored-By: Letta Code <noreply@letta.com>
2 months ago
sync.ts
feat: vault sync via ob + obsidian-headless package fix Container now syncs both vault (ob sync) and carry (git pull) on startup: - Fixed obsidian-cli → obsidian-headless (correct npm package name) - Fixed ob sync path syntax (--path flag, not positional arg) - Container writes auth token + vault config to ~/.config/obsidian-headless/ - Secrets: OBSIDIAN_AUTH_TOKEN, OBSIDIAN_ENCRYPTION_KEY, OBSIDIAN_ENCRYPTION_SALT - Container health endpoint shows vaultFiles, carryFiles, token status - Sync endpoint returns vault/carry log output for debugging Result: 654 vault files + 42 carry files synced in container. Analysis now finds 279 touchpoints (vault + carry) against island vertices. 👾 Generated with [Letta Code](https://letta.com) Co-Authored-By: Letta Code <noreply@letta.com>
2 months ago