Skip to content

Build provider adapter interface & initial adapters #12

@gorkem-bwl

Description

@gorkem-bwl

Define a common TypeScript interface for adapters, then implement OpenAI and Anthropic adapters.

  • Interface IProviderAdapter with sendChat()
  • adapters/openai.ts and adapters/anthropic.ts conform to it
  • Each adapter handles translation of our internal format to provider payload
  • Unit tests mock external calls

Metadata

Metadata

Assignees

Labels

✨ New FeatureProposal or work to add a new feature.🛠 BackendBackend related issue.🧩 CoreChanges to core system architecture or critical modules.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions