Agents that truly understands complex documents in the form of knowledge-graph and relies heavily on context.
- Uses cloudflare agent.
- Uses KV caching.
This is a Turborepo includes the following packages/apps:
docs: a Next.js appweb: another Next.js app@repo/ui: a stub React component library shared by bothwebanddocsapplications@repo/eslint-config:eslintconfigurations (includeseslint-config-nextandeslint-config-prettier)@repo/typescript-config:tsconfig.jsons used throughout the monorepo@packages/working-agent-python: An agent built with langgraph, postgresql database to manage state, python.
To build all apps and packages, run the following command:
With global turbo installed (recommended):
cd my-turborepo
turbo build