diff --git a/.gitignore b/.gitignore index ac93680..3ecb2da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ data/ temp/ playit/ -.env \ No newline at end of file +.env +.letta/ \ No newline at end of file diff --git a/.letta/settings.local.json b/.letta/settings.local.json deleted file mode 100644 index 6c23728..0000000 --- a/.letta/settings.local.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "lastAgent": "agent-8516781e-1f26-4935-a7d5-4f3ec3e8fa42", - "sessionsByServer": { - "api.letta.com": { - "agentId": "agent-8516781e-1f26-4935-a7d5-4f3ec3e8fa42", - "conversationId": "conv-7dbf45ad-62fe-4459-a5db-f32aded048bf" - } - }, - "lastSession": { - "agentId": "agent-8516781e-1f26-4935-a7d5-4f3ec3e8fa42", - "conversationId": "conv-7dbf45ad-62fe-4459-a5db-f32aded048bf" - }, - "conversationGoalToolsByServer": { - "api.letta.com": { - "conv-cf88bb20-bc16-4ce2-a856-23a2a27cef46": true - } - }, - "conversationGoalsByServer": { - "api.letta.com": { - "conv-cf88bb20-bc16-4ce2-a856-23a2a27cef46": { - "objective": "Making Inkwell a fully standard.site compliant reader/writer with notification support. Look into standard.site, leaflet.pub, offprint.app and pckt.blog.", - "status": "active", - "createdAt": "2026-06-20T04:02:55.637Z", - "updatedAt": "2026-06-20T04:10:14.870Z", - "activeStartedAt": "2026-06-20T04:02:55.637Z", - "activeTimeSeconds": 0, - "tokensUsed": 164347, - "tokenBudget": null - } - } - } -} \ No newline at end of file