<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: INDERPREET THIARA</title>
    <description>The latest articles on DEV Community by INDERPREET THIARA (@inderpreet_thiara_90072c0).</description>
    <link>https://dev.to/inderpreet_thiara_90072c0</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2326059%2F5945638f-9de9-4086-bc96-e55d1c89461c.jpg</url>
      <title>DEV Community: INDERPREET THIARA</title>
      <link>https://dev.to/inderpreet_thiara_90072c0</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/inderpreet_thiara_90072c0"/>
    <language>en</language>
    <item>
      <title>Built an Enterprise Analysis Agent with Hermes + MCP + Angular (No-RAG, Local-First)</title>
      <dc:creator>INDERPREET THIARA</dc:creator>
      <pubDate>Thu, 28 May 2026 09:48:11 +0000</pubDate>
      <link>https://dev.to/inderpreet_thiara_90072c0/built-an-enterprise-analysis-agent-with-hermes-mcp-angular-no-rag-local-first-24ln</link>
      <guid>https://dev.to/inderpreet_thiara_90072c0/built-an-enterprise-analysis-agent-with-hermes-mcp-angular-no-rag-local-first-24ln</guid>
      <description>&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;I built &lt;strong&gt;Analysis Agent Hermes&lt;/strong&gt;: a local-first enterprise assistant that can answer questions about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Budget analysis and travel spend alerts&lt;/li&gt;
&lt;li&gt;HR analytics&lt;/li&gt;
&lt;li&gt;Appraisal workflows&lt;/li&gt;
&lt;li&gt;Dependency vulnerability tracking&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The stack combines &lt;strong&gt;Hermes Agent&lt;/strong&gt; for orchestration, &lt;strong&gt;MCP servers&lt;/strong&gt; for tool access, and an &lt;strong&gt;Angular dashboard&lt;/strong&gt; for chat + tabular analysis.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;GitHub repo: &lt;a href="https://github.com/DevInder1/Analysis-agent-hermes" rel="noopener noreferrer"&gt;https://github.com/DevInder1/Analysis-agent-hermes&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Architecture
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Hermes Agent&lt;/strong&gt; as core agent runtime&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;FastMCP tools&lt;/strong&gt; expose business operations:

&lt;ul&gt;
&lt;li&gt;&lt;code&gt;query_budget_status&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;search_hr_policies&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;read_travel_guidelines&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;get_appraisal_status&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;list_pending_appraisals&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;vulnerability scan tools&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;

&lt;strong&gt;Backend local API&lt;/strong&gt; (FastAPI + SQLite) for dashboard pages&lt;/li&gt;

&lt;li&gt;

&lt;strong&gt;Angular UI&lt;/strong&gt; with:

&lt;ul&gt;
&lt;li&gt;Chat panel (SSE)&lt;/li&gt;
&lt;li&gt;Data grid for structured output&lt;/li&gt;
&lt;li&gt;Dedicated pages for HR analytics, vulnerabilities, appraisals&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;h3&gt;
  
  
  Why this is meaningful Hermes usage
&lt;/h3&gt;

&lt;p&gt;Hermes is not just used for text generation — it orchestrates real tool-backed workflows:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Selects MCP tools based on user intent&lt;/li&gt;
&lt;li&gt;Handles multi-step analysis requests&lt;/li&gt;
&lt;li&gt;Returns structured results for UI rendering&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Key features
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Budget &amp;amp; travel intelligence&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Detects high travel spend against project budget&lt;/li&gt;
&lt;li&gt;Flags “At Risk” projects&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;HR analytics&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Employee training/completion analytics&lt;/li&gt;
&lt;li&gt;Department-level views&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Appraisal process tracking&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Self-review + manager-review flow&lt;/li&gt;
&lt;li&gt;Pending appraisal visibility by cycle&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Security scanning&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Dependency vulnerability scan support&lt;/li&gt;
&lt;li&gt;Persisted scan history for review&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Realistic mock data included&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Projects, employees, appraisals, project notes&lt;/li&gt;
&lt;li&gt;Makes all current functionality testable end-to-end&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Hermes Agent&lt;/li&gt;
&lt;li&gt;MCP (FastMCP, Python)&lt;/li&gt;
&lt;li&gt;FastAPI&lt;/li&gt;
&lt;li&gt;SQLite (PostgreSQL-ready abstraction)&lt;/li&gt;
&lt;li&gt;Angular 20 + AG Grid&lt;/li&gt;
&lt;li&gt;Ollama (local model runtime)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Setup
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
bash
# 1) Reset and seed realistic mock data
bash scripts/reset-mock-data.sh

# 2) Start local API
bash scripts/start-local-api.sh

# 3) Start Hermes gateway + register MCP servers
bash scripts/start-hermes-gateway.sh
bash scripts/register-mcp-servers.sh

# 4) Start frontend
cd frontend/enterprise-dashboard
npm start


Example prompts
“Show budget status for all projects”
“Which projects have travel budget alerts?”
“Search HR policies for annual leave”
“List pending appraisals”
“Check dependency vulnerabilities”
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>hermesagentchallenge</category>
      <category>devchallenge</category>
      <category>agents</category>
    </item>
    <item>
      <title>TridentChain Security</title>
      <dc:creator>INDERPREET THIARA</dc:creator>
      <pubDate>Sun, 24 May 2026 12:27:10 +0000</pubDate>
      <link>https://dev.to/inderpreet_thiara_90072c0/tridentchain-security-3dh6</link>
      <guid>https://dev.to/inderpreet_thiara_90072c0/tridentchain-security-3dh6</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/github-2026-05-21"&gt;GitHub Finish-Up-A-Thon Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;TridentChain Security&lt;/strong&gt; — a local-first supply-chain vulnerability scanner that finds known CVEs in your project dependencies, OS packages, and IDE extensions using &lt;strong&gt;OSV&lt;/strong&gt; and &lt;strong&gt;NVD&lt;/strong&gt; advisory data, all running on your machine with no source code uploaded anywhere.&lt;/p&gt;

&lt;p&gt;It started life as a personal CLI I built to sanity-check &lt;code&gt;package.json&lt;/code&gt; and &lt;code&gt;requirements.txt&lt;/code&gt; files before pushing to production. I was tired of pasting lockfiles into web-based scanners and worrying about where that data went. So I wrote my own, scoped it tight, and… let it gather dust for months because it was a "me-only" tool with no integration story.&lt;/p&gt;

&lt;p&gt;What changed: AI coding assistants exploded in 2026, and every one of them speaks &lt;strong&gt;MCP&lt;/strong&gt; (Model Context Protocol). I realised the scanner could become a &lt;em&gt;primitive&lt;/em&gt; every developer could use directly from Claude, Cursor, VS Code, Windsurf, or Zed — if only it shipped as an MCP server.&lt;/p&gt;

&lt;p&gt;So that's what I finished.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/DevInder1/supply-chain-scanner-public" rel="noopener noreferrer"&gt;https://github.com/DevInder1/supply-chain-scanner-public&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;PyPI (CLI):&lt;/strong&gt; &lt;a href="https://pypi.org/project/tridentchain-security/" rel="noopener noreferrer"&gt;https://pypi.org/project/tridentchain-security/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;PyPI (MCP):&lt;/strong&gt; &lt;a href="https://pypi.org/project/tridentchain-mcp/0.1.2/" rel="noopener noreferrer"&gt;https://pypi.org/project/tridentchain-mcp/0.1.2/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Official MCP Registry listing:&lt;/strong&gt; &lt;code&gt;io.github.DevInder1/tridentchain-security&lt;/code&gt; at &lt;a href="https://registry.modelcontextprotocol.io" rel="noopener noreferrer"&gt;https://registry.modelcontextprotocol.io&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Verify it's live:&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
bash
  curl "https://registry.modelcontextprotocol.io/v0.1/servers?search=tridentchain"

![ ](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/8vrejicw83qfaubl8l52.png)
![ ](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/svfcwq3vhzj3ukb6zz6s.png)


pip install "tridentchain-security&amp;gt;=0.1.2" "tridentchain-mcp&amp;gt;=0.1.2"
claude mcp add tridentchain -- python3 -m tridentchain_mcp
# Then in Claude: "Scan this workspace for supply-chain vulnerabilities."
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>devchallenge</category>
      <category>githubchallenge</category>
    </item>
  </channel>
</rss>
