Files
letta-server/fern/package.json
Cameron Pfiffer 0e46337eeb docs(fern): migrate and reorganize documentation structure (#5122)
- 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
2025-10-07 17:50:50 -07:00

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"
}
}