[WIP] Cloudflare_AI_CodingAssistant (Web-based, BYOK LLM/Embedding, Cloudflare Platform). Core Arch: Client (Pages/Preact) -> Workers (Hono/TS) -> R2 (code/chunks), KV (meta/config/pins/agent_state), Vectorize (embeddings). BYOK proxy worker for all external AI calls.
Stars
3
Forks
2
Watchers
3
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
22
commits
feat: Add user-configurable model preferences and routing
759ad47View on GitHubfeat: Implement streaming response functionality in Agent Interaction View
c472618View on GitHubfeat: Implement LLM-based re-ranking for enhanced search relevance
65af4beView on GitHubfeat: Implement diff application workflow in Agent Interaction View
af49e16View on GitHubfix: Clean up code formatting and ensure consistent newline usage
f02ed10View on GitHubfeat: Add Agent Interaction View and API service for enhanced agent functionality
012b794View on GitHubImplement Tool Definition & Execution Framework (RFC-AGT-002)
ec7fccbView on GitHubfeat: Implement ReAct Agent API with structured prompting and core loop logic
5c2af97View on GitHubfeat: Implement dynamic context window management (RFC-CTX-003)
831ef73View on GitHubfeat: Implement implicit context integration for enhanced search functionality
77085e6View on GitHubfeat: Implement Pinned Context Management and Context Builder Service
3232c69View on GitHubfeat: Implement vector search handlers and retrieval service with result hydration
be35c0dView on GitHubfeat(vectorize): Implement Vectorize index setup and embedding ingestion (P1-E2-S2)
4a29127View on GitHubfeat: Implement embedding generation orchestration (P1-E2-S1)
9c29366View on GitHub