- Add mermaid diagrams for agent concepts (reasoning loop, memory hierarchy, etc.) - Reorganize agent documentation pages with improved structure - Add new tutorial content and images - Update API documentation and OpenAPI specs - Add archival memory documentation - Improve getting started guides
14 lines
262 B
JSON
14 lines
262 B
JSON
{
|
|
"name": "@letta-cloud/fern",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"prepare-openapi": "ts-node ./scripts/prepare-openapi.ts"
|
|
},
|
|
"dependencies": {
|
|
"fern-api": "^0.83.0",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|