# Worlds Docs ## Docs - [Neuro-symbolic agent integration](https://docs.wazoo.dev/academy/agents.md): Connect your AI agent to its memory using tool-calling. - [Commencement](https://docs.wazoo.dev/academy/graduation.md): You have completed the Worlds Academy. - [Symbolic graph architecture](https://docs.wazoo.dev/academy/graphs.md): Learn how to structure knowledge using Subject-Predicate-Object triples. - [Worlds Academy](https://docs.wazoo.dev/academy/index.md): Master stateful AI memory and neuro-symbolic world models. - [World memory fundamentals](https://docs.wazoo.dev/academy/memory.md): Understand the concept of world memory and how it differs from traditional RAG. - [Logical reasoning with SPARQL](https://docs.wazoo.dev/academy/sparql.md): Master the basics of querying your world memory using symbolic logic. - [Create a world](https://docs.wazoo.dev/api-reference/create-a-world.md) - [Delete a world](https://docs.wazoo.dev/api-reference/delete-a-world.md) - [Execute SPARQL query or get service description](https://docs.wazoo.dev/api-reference/execute-sparql-query-or-get-service-description.md) - [Execute SPARQL query or update](https://docs.wazoo.dev/api-reference/execute-sparql-query-or-update.md) - [Export world data](https://docs.wazoo.dev/api-reference/export-world-data.md) - [Get a world](https://docs.wazoo.dev/api-reference/get-a-world.md) - [Import world data](https://docs.wazoo.dev/api-reference/import-world-data.md) - [List world logs](https://docs.wazoo.dev/api-reference/list-world-logs.md) - [List worlds](https://docs.wazoo.dev/api-reference/list-worlds.md) - [Semantic search](https://docs.wazoo.dev/api-reference/semantic-search.md) - [Update a world](https://docs.wazoo.dev/api-reference/update-a-world.md) - [Documentation best practices](https://docs.wazoo.dev/contributing/best-practices.md): Guide to building maintainable, high-fidelity technical documentation. - [Code of Conduct](https://docs.wazoo.dev/contributing/code-of-conduct.md) - [Developer guide](https://docs.wazoo.dev/contributing/developer-guide.md): Architecture, implementation patterns, and testing standards for repository contributors. - [Local persistence](https://docs.wazoo.dev/contributing/development/local-persistence.md): How the Worlds Platform stores state on your local filesystem. - [Local setup](https://docs.wazoo.dev/contributing/development/local-setup.md): Run the Worlds Platform Ecosystem locally for development. - [Project tasks](https://docs.wazoo.dev/contributing/development/project-tasks.md): Monorepo structure and common development tasks for the Worlds Platform. - [Getting Help](https://docs.wazoo.dev/contributing/getting-help.md) - [Contributing Guidelines](https://docs.wazoo.dev/contributing/guidelines.md) - [Hybrid Search](https://docs.wazoo.dev/glossary/hybrid-search.md): A retrieval strategy that combines vector similarity, keyword matching, and graph traversal. - [Item](https://docs.wazoo.dev/glossary/item.md): The distinct, identifiable concepts, objects, or people stored within a World. - [Neuro-Symbolic](https://docs.wazoo.dev/glossary/neuro-symbolic.md): The hybrid architecture that fuses LLM natural language understanding with symbolic graph precision. - [SPARQL](https://docs.wazoo.dev/glossary/sparql.md): The standard query language for retrieving and reasoning over graph data. - [Triple](https://docs.wazoo.dev/glossary/triple.md): Subject → Predicate → Object — the atomic unit of knowledge in a World. - [World](https://docs.wazoo.dev/glossary/world.md): An isolated, stateful memory container that gives an AI agent persistent context. - [Data Integration](https://docs.wazoo.dev/guides/data-integration.md) - [Code Samples](https://docs.wazoo.dev/guides/examples/code-samples.md) - [Datasets](https://docs.wazoo.dev/guides/examples/datasets.md) - [Integrations](https://docs.wazoo.dev/guides/examples/integrations.md) - [Tutorials](https://docs.wazoo.dev/guides/examples/tutorials.md) - [Production deployment](https://docs.wazoo.dev/guides/hosting/production.md): Deploy the Worlds Platform to the cloud. - [Knowledge graphs](https://docs.wazoo.dev/guides/knowledge-graphs.md): Model complex relationships with precision using a graph-based structure. - [Monitoring](https://docs.wazoo.dev/guides/monitoring.md): How the platform handles world-scoped logs and triggers. - [Querying](https://docs.wazoo.dev/guides/querying.md): How the platform handles RDF blobs, N3 stores, and SPARQL queries. - [Document RAG](https://docs.wazoo.dev/guides/rag-workflows/document-rag.md) - [Graph RAG](https://docs.wazoo.dev/guides/rag-workflows/graph-rag.md): Transition from stateless text chunks to stateful world memory using Worlds Knowledge Graphs. - [Ontology RAG](https://docs.wazoo.dev/guides/rag-workflows/ontology-rag.md) - [Semantic search](https://docs.wazoo.dev/guides/semantic-search.md): How Worlds enables semantic and full-text discovery of knowledge. - [Architecture](https://docs.wazoo.dev/overview/architecture.md): High-level diagram and explanation of the Worlds architecture. - [Features](https://docs.wazoo.dev/overview/features.md): Core capabilities including neuro-symbolic memory and semantic search. - [AI agent integration](https://docs.wazoo.dev/overview/getting-started/agent-integration.md): Master the 'vibe coding' loop and integrate Worlds with AI agents. - [Authentication](https://docs.wazoo.dev/overview/getting-started/authentication.md): Securing your requests to the Worlds API. - [Quickstart](https://docs.wazoo.dev/overview/getting-started/quickstart.md): Integrate Worlds into your AI application. - [History of the Worlds Ecosystem](https://docs.wazoo.dev/overview/history.md): Trace the arc of human knowledge from cave walls to knowledge graphs and understand where Worlds fits in the story. - [Information retrieval](https://docs.wazoo.dev/overview/information-retrieval.md) - [Introduction](https://docs.wazoo.dev/overview/introduction.md): Worlds is the open-source neuro-symbolic infrastructure layer for stateful, self-improving world models. - [Maturity Matrix](https://docs.wazoo.dev/overview/maturity.md) - [Philosophy](https://docs.wazoo.dev/overview/philosophy.md): The core principles and mission driving the Worlds Ecosystem. - [Roadmap](https://docs.wazoo.dev/overview/roadmap.md) - [Security and authentication](https://docs.wazoo.dev/overview/security.md): Managing API keys, authentication, and security boundaries. - [Use Cases](https://docs.wazoo.dev/overview/use-cases.md) - [Whitepaper](https://docs.wazoo.dev/overview/whitepaper.md): Malleable knowledge at the edge for neuro-symbolic agents. - [World memory](https://docs.wazoo.dev/overview/world-memory.md): The primary resource of the Worlds Ecosystem: A dedicated, isolated knowledge graph instance. - [API Reference](https://docs.wazoo.dev/reference/api.md): Worlds API Reference and endpoint documentation. - [Authentication](https://docs.wazoo.dev/reference/api-basics/authentication.md): Authenticate requests to the Worlds API. - [Changelog](https://docs.wazoo.dev/reference/changelog.md) - [Command-line interface](https://docs.wazoo.dev/reference/cli.md): Manage your worlds from the command line using the Worlds CLI. - [Configuration](https://docs.wazoo.dev/reference/configuration.md): Reference guide for configuring the Worlds API and CLI. - [Rate limits](https://docs.wazoo.dev/reference/rate-limits.md): Information about rate limiting on the Worlds Platform. - [Request flow](https://docs.wazoo.dev/reference/request-flow.md): Startup process and per-request handling logic. - [SDK overview](https://docs.wazoo.dev/reference/sdk-overview.md): Reference guide for the @wazoo/worlds-sdk package. ## OpenAPI Specs - [openapi](https://docs.wazoo.dev/openapi.yaml) ## Optional - [Console](https://console.wazoo.dev) Built with [Mintlify](https://mintlify.com).