1作者: alfredray6 个月前原帖
我创建了 codex-mem,以便为 Codex 提供跨会话的持久内存。<p>基准测试结果: - 令牌减少率为 99.84%(从 379,275 降至 596) - 首次内存上下文的中位响应时间约为 60 毫秒<p>它使用渐进式检索(搜索 -&gt; 时间线 -&gt; 细节),并结合了 MCP 工具和本地优先的隐私保护。 代码库:<a href="https:&#x2F;&#x2F;github.com&#x2F;StartripAI&#x2F;codex-mem" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;StartripAI&#x2F;codex-mem</a>
1作者: _dcoutinho966 个月前原帖
来自CReact教程的示例应用程序。该应用程序生成网站,使用Claude进行部署,将每个网站部署到其自己的S3存储桶中,并通过HTTP API和浏览器仪表板进行管理。<p><a href="https:&#x2F;&#x2F;github.com&#x2F;creact-labs&#x2F;creact" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;creact-labs&#x2F;creact</a>