Skip to content

feat: add API knowledge source ingestion#80

Merged
manthan787 merged 2 commits intomainfrom
codex/knowledge-source-api
Feb 18, 2026
Merged

feat: add API knowledge source ingestion#80
manthan787 merged 2 commits intomainfrom
codex/knowledge-source-api

Conversation

@manthan787
Copy link
Collaborator

Summary

  • implement generic api knowledge source ingestion for JSON and plain-text endpoints
  • support auth header modes (bearer, basic, and custom header format)
  • normalize API payloads into knowledge documents with chunking, severity/type inference, and metadata extraction
  • support incremental sync by appending since query param when provided
  • wire api source type in the knowledge source dispatcher and add source tests

Validation

  • npm run test -- src/knowledge/sources/__tests__/api.test.ts
  • npm run typecheck

@manthan787 manthan787 merged commit 0169820 into main Feb 18, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments