> ## Documentation Index
> Fetch the complete documentation index at: https://developer.eka.care/llms.txt
> Use this file to discover all available pages before exploring further.

# Open Source

> <font size="2"> Eka's open source projects, SDKs, models, datasets, and publications. </font>

<h2 style={{ color: '#5042BD' }}>Healthcare Agents & Agentic Kit</h2>

<Columns cols={2}>
  <div className="eka-card-wrapper" style={{ display: 'flex' }}>
    <Card title="Echo SDK">
      <p style={{ fontSize: '12px', color: '#475569', lineHeight: '1.45', minHeight: '52px' }}>
        Open-source, LLM-agnostic Python framework for building healthcare AI agents.
      </p>

      <p style={{ fontSize: '12px', fontWeight: 600 }}>
        <a href="https://github.com/eka-care/echo-sdk">GitHub</a> · <a href="/ai-tools/agent-kit/introduction">Dev Portal</a>
      </p>
    </Card>
  </div>

  <div className="eka-card-wrapper" style={{ display: 'flex' }}>
    <Card title="Synapse">
      <p style={{ fontSize: '12px', color: '#475569', lineHeight: '1.45', minHeight: '52px' }}>
        Open-source agent SDK from Eka Care.
      </p>

      <p style={{ fontSize: '12px', fontWeight: 600 }}>
        <a href="https://github.com/eka-care/synapse-sdk">GitHub</a> · <a href="#">Dev Portal</a>
      </p>
    </Card>
  </div>
</Columns>

***

<h2 style={{ color: '#5042BD' }}>MCPs & Tools</h2>

<Columns cols={2}>
  <div className="eka-card-wrapper" style={{ display: 'flex' }}>
    <Card title="Eka Clinical Guidelines">
      <p style={{ fontSize: '12px', color: '#475569', lineHeight: '1.45', minHeight: '52px' }}>
        Eka offers a hosted MCP tool to search 180+ published Indian and international treatment protocols and clinical guidelines from bodies like ICMR, WHO, and ADA.
      </p>

      <p style={{ fontSize: '12px', fontWeight: 600 }}>
        <a href="/ai-tools/medai-tools-mcp/introduction">Dev Portal</a>
      </p>
    </Card>
  </div>

  <div className="eka-card-wrapper" style={{ display: 'flex' }}>
    <Card title="Eka EMR SDK">
      <p style={{ fontSize: '12px', color: '#475569', lineHeight: '1.45', minHeight: '52px' }}>
        Eka offers a hosted and self-hostable MCP server that exposes the Eka EMR — patients, appointments, prescriptions, and doctor/clinic data — to AI assistants.
      </p>

      <p style={{ fontSize: '12px', fontWeight: 600 }}>
        <a href="/ai-tools/mcp-server/introduction">Dev Portal</a>
      </p>
    </Card>
  </div>

  <div className="eka-card-wrapper" style={{ display: 'flex' }}>
    <Card title="BODHI">
      <p style={{ fontSize: '12px', color: '#475569', lineHeight: '1.45', minHeight: '52px' }}>
        Eka provides the BODHI clinical ontology — SNOMED-linked knowledge graphs mapping conditions to symptoms and concepts to drugs and lab investigations.
      </p>

      <p style={{ fontSize: '12px', fontWeight: 600 }}>
        <a href="https://info.eka.care/services/bodhi-bharat-ontology-for-disease-healthcare-informatics">Learn more</a>
      </p>
    </Card>
  </div>
</Columns>

***

<h2 style={{ color: '#5042BD' }}>Models</h2>

<Columns cols={2}>
  <div className="eka-card-wrapper" style={{ display: 'flex' }}>
    <Card title="Parrotlet (Series A & V)">
      <p style={{ fontSize: '12px', color: '#475569', lineHeight: '1.45', minHeight: '52px' }}>
        Eka's family of purpose-built medical models — vision (Parrotlet-V), ASR (Parrotlet-A), and embeddings (Parrotlet-E).
      </p>

      <p style={{ fontSize: '12px', fontWeight: 600 }}>
        <a href="/eka-medai/models">Dev Portal</a>
      </p>
    </Card>
  </div>
</Columns>

***

<h2 style={{ color: '#5042BD' }}>Evaluation</h2>

<Columns cols={2}>
  <div className="eka-card-wrapper" style={{ display: 'flex' }}>
    <Card title="Medical Model Evaluation (Karma)">
      <p style={{ fontSize: '12px', color: '#475569', lineHeight: '1.45', minHeight: '52px' }}>
        OpenMedEvalKit — an open-source framework for benchmarking and evaluating medical AI models.
      </p>

      <p style={{ fontSize: '12px', fontWeight: 600 }}>
        <a href="https://info.eka.care/services/introducing-karma-openmedevalkit-an-open-source-framework-for-medical-ai-evaluation">Learn more</a>
      </p>
    </Card>
  </div>
</Columns>

***

<h2 style={{ color: '#5042BD' }}>Medical Scribe</h2>

<Columns cols={2}>
  <div className="eka-card-wrapper" style={{ display: 'flex' }}>
    <Card title="MedScribe Alliance SDK">
      <p style={{ fontSize: '12px', color: '#475569', lineHeight: '1.45', minHeight: '52px' }}>
        TypeScript SDK implementing the open MedScribe Alliance Protocol for ambient medical scribing.
      </p>

      <p style={{ fontSize: '12px', fontWeight: 600 }}>
        <a href="/api-reference/health-ai/ekascribe/SDKs/med-scribe-ts-sdk">Dev Portal</a>
      </p>
    </Card>
  </div>

  <div className="eka-card-wrapper" style={{ display: 'flex' }}>
    <Card title="Eka Scribe SDK">
      <p style={{ fontSize: '12px', color: '#475569', lineHeight: '1.45', minHeight: '52px' }}>
        Eka offers ready-to-use SDKs (Android, iOS, Java, Python, TypeScript) that turn doctor–patient speech into structured medical notes, handling voice capture, chunking, and upload.
      </p>

      <p style={{ fontSize: '12px', fontWeight: 600 }}>
        <a href="/api-reference/health-ai/ekascribe/overview">Dev Portal</a>
      </p>
    </Card>
  </div>
</Columns>

***

<h2 style={{ color: '#5042BD' }}>Datasets</h2>

<Columns cols={2}>
  <div className="eka-card-wrapper" style={{ display: 'flex' }}>
    <Card title="Datasets">
      <p style={{ fontSize: '12px', color: '#475569', lineHeight: '1.45', minHeight: '52px' }}>
        Open medical datasets for benchmarking speech-to-text, document parsing, and multilingual medical retrieval.
      </p>

      <p style={{ fontSize: '12px', fontWeight: 600 }}>
        <a href="/eka-medai/datasets">Dev Portal</a>
      </p>
    </Card>
  </div>
</Columns>

***

<h2 style={{ color: '#5042BD' }}>Publications</h2>

<Columns cols={2}>
  <div className="eka-card-wrapper" style={{ display: 'flex' }}>
    <Card title="Publications">
      <p style={{ fontSize: '12px', color: '#475569', lineHeight: '1.45', minHeight: '52px' }}>
        Eka offers peer-reviewed research papers, technical blogs, and reports on its medical AI models and health-data insights.
      </p>

      <p style={{ fontSize: '12px', fontWeight: 600 }}>
        <a href="/eka-medai/spotlight">Dev Portal</a>
      </p>
    </Card>
  </div>
</Columns>

***
