| Solution | Docs |
|---|---|
| 1.1 RnR of SI and Platform team | D |
| 1.2 Onboarding Guide for SIs | D, H |
| 1.3.1.1 Documentation and Examples | C, D |
| 1.3.1.2 Auto-generated config files | C, B |
| 1.3.1.3 Progressive Disclosure of configs | C, E |
- SI Enablement Package 1.1. Docs that define RnR of SI and Platform team 1.2. Onboarding Guide for SIs 1.3. What do SIs do? 1.3.1. Configure 1.3.1.1. Documentation and Examples 1.3.1.2. Auto-generated config files for common usecases 1.3.1.3. Progressive Disclosure of configs based on complexity
We present a novel agentic framework for constructing Mutually Exclusive, Collectively Exhaustive (MECE) knowledge graphs from unstructured government scheme data. The system employs four complementary mechanisms—vector-based semantic search, dynamic synonym mapping, strict naming conventions, and post-processing consolidation—to achieve 53.6% entity compression while maintaining complete graph connectivity. Our approach demonstrates significant improvements over baseline methods, reducing duplicate entities by 60% and achieving 95+ quality scores in MECE compliance metrics.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SDCRS Deployment Environment Variables | |
| # ======================================== | |
| # Database Configuration | |
| POSTGRES_USER=egov | |
| POSTGRES_PASSWORD=egov_password_change_me | |
| POSTGRES_DB=egov | |
| # Kafka Configuration | |
| KAFKA_BROKER=kafka:9092 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Claude Code System Prompts | |
| * Extracted from @anthropic-ai/claude-code v2.0.69 | |
| * Source: https://unpkg.com/@anthropic-ai/claude-code/cli.js (line 188088) | |
| * | |
| * These prompts are validated server-side by Anthropic. | |
| * OAuth tokens will be rejected without the correct system prompt prefix. | |
| */ | |
| // ============================================================================= |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Claude Code OAuth Configuration | |
| * Extracted and deobfuscated from @anthropic-ai/claude-code v2.0.69 | |
| * Source: https://unpkg.com/@anthropic-ai/claude-code/cli.js | |
| */ | |
| // ============================================================================= | |
| // Original Source (cli.js lines 58770-58810, prettified) | |
| // ============================================================================= |
NewerOlder