Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.2 KB

File metadata and controls

37 lines (26 loc) · 1.2 KB

knowledge

Knowledge API, MCP endpoint, and ingest worker for the JorisJonkers-dev agent knowledge base.

What It Is

knowledge is a Kotlin/Spring API service plus a Python ingest worker. The API serves REST and MCP read/write tools backed by Postgres, RabbitMQ, and the knowledge-vault Git repository. The worker consumes ingest messages, writes vault notes, and updates persistence metadata.

Local Use

./gradlew :api:test :api:integrationTest
cd ingest-worker && uv sync --frozen && uv run pytest

API consumers should use the published OpenAPI contract or generated client packages rather than copying internal service code.

Related

Links

Copyright (c) Joris Jonkers. Source available for viewing only; use, copying, modification, redistribution, deployment, or reuse is not licensed. See LICENSE.