Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds
👥 Community & Social
IT Nachrichten22. September(22.09.2026 um 00:05 Uhr)
IT NachrichtenLizenzprobleme: AnyDesk und TeamViewer(22.09.2026 um 00:30 Uhr)
Apple iOS & macOSApple's iOS 27.2 beta 2 reveals new anti-snatching protections(22.09.2026 um 00:27 Uhr)
AI & KI NachrichtenUC Irvine to Study AI for Writing Instruction(21.09.2026 um 23:31 Uhr)
AI & KI NachrichtenBurnham to call for global effort to control threats posed by AI(21.09.2026 um 23:30 Uhr)
IT Nachrichten22. September(22.09.2026 um 00:05 Uhr)
IT NachrichtenLizenzprobleme: AnyDesk und TeamViewer(22.09.2026 um 00:30 Uhr)
Apple iOS & macOSApple's iOS 27.2 beta 2 reveals new anti-snatching protections(22.09.2026 um 00:27 Uhr)
AI & KI NachrichtenUC Irvine to Study AI for Writing Instruction(21.09.2026 um 23:31 Uhr)
AI & KI NachrichtenBurnham to call for global effort to control threats posed by AI(21.09.2026 um 23:30 Uhr)
Intelligence View
⚡ tsecurity.de Intelligence

# DEV Submission Build With Hermes Agent

Submission Template Challenge: Build With Hermes Agent Project: CompliScore AI compliance health checks for Indian startups Repo/live-demo: https://github.com/nehaprasad-dev/hermes-scout What I built CompliScore gives Indian…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!




Submission Template



Challenge: Build With Hermes Agent


Project: CompliScore AI compliance health checks for Indian startups


Repo/live-demo: https://github.com/nehaprasad-dev/hermes-scout







What I built



CompliScore gives Indian startup founders a compliance score out of 100 in under a minute — overdue GST filings, MCA returns, penalty exposure, and a plain-English action plan.



The upgrade for this challenge: I replaced the one-shot Groq summary with a Hermes Agent reasoning loop that plans an investigation, calls deterministic compliance tools, and writes a prioritized report — with a collapsible agent trace so judges can see the agentic work.





Why an agent loop fits here



Compliance analysis is conditional. A company with overdue GST needs a filing-calendar deep dive; one with active notices needs notice triage; a clean company needs a light touch. A single prompt guesses all of this at once. An agent that calls tools based on what it finds produces tighter, grounded reports.





Hermes Agent integration





Scan → computeHealth (deterministic score)
→ Hermes Agent loop (plan → tool calls → report)
→ agent trace in UI
↓ on failure
Groq one-shot → static fallback





Four tools exposed to Hermes (scores never hallucinated):




























Tool Purpose
score_company Canonical score, risk level, pending tasks
estimate_penalty GST / MCA / notice penalty breakdown
filing_calendar GSTR-3B, GSTR-1, MCA deadlines (90-day horizon)
classify_notices Severity labels for pending government notices


The agent runs over Hermes's OpenAI-compatible /chat/completions API with function calling — self-hostable via vLLM, LM Studio, Ollama, etc.



Transparency: Every successful agent run returns an agentTrace — plan steps, tool names, compact result previews — rendered in a collapsible panel under the AI action plan.



Reliability: Three-tier fallback (Hermes → Groq → static). Scans never break.





Tech stack




  • Next.js 16 (App Router), TypeScript, Tailwind v4

  • Hermes Agent (OpenAI-compatible tool-calling loop)

  • Groq fallback (llama-3.3-70b-versatile)

  • Vitest — 35 tests covering tools, orchestrator, and fallback paths





Try it




  1. Visit [live demo URL]

  2. Scan Mumbai Chai Co. (high risk — overdue GST, MCA, notices)

  3. Expand Agent investigation to see the tool-call trace (when Hermes is enabled)

  4. Scan Razorpay for a clean profile







How Hermes Agent is at the heart of this project



This is not a thin wrapper around a single prompt. The scan route calls runComplianceAgent(), which:




  1. Sends the structured health profile + tool schemas to Hermes

  2. Runs a bounded loop (plan → tool call → observe → reason)

  3. Records each step in AgentTrace

  4. Returns the final founder-facing report



The deterministic scoring engine (lib/scoring.ts) stays the source of truth — Hermes reasons about structured facts rather than inventing numbers.



Key files:





  • lib/agent/orchestrator.ts — agent loop


  • lib/agent/tools.ts — tool definitions + dispatcher


  • lib/agent/hermes-client.ts — OpenAI-compatible client


  • components/agent-trace.tsx — trace UI panel







Production setup



On Vercel (recommended — avoids heavy local LLM inference):




GROQ_API_KEY=your_key          # fast, reliable summaries
HERMES_ENABLED=false # or true + a public Hermes URL (not localhost)
LEAD_WEBHOOK_URL=your_webhook # optional






Set HERMES_ENABLED=true only when you have a publicly reachable Hermes endpoint. localhost:8000 works for local dev with a running Hermes server; it cannot work on Vercel.



See DEPLOY.md in the repo for full instructions.









What I learned




  • Tool design matters more than prompt length — keeping tools bound to pre-computed health data prevents score hallucination

  • Agent transparency (the trace panel) makes agentic work legible to users and judges

  • Graceful fallback is non-negotiable for production — Hermes → Groq → static means the product never feels broken









Tags



#hermesagent #ai #nextjs #opensource #startup #showdev

Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten # DEV Submission Build With Hermes Agent

Thematisch verwandte Begriffe: Submission, Build, With, Hermes · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-49449 | Joplin is an open source note-taking and to-do application that organise…
Advisory →
TTS Reader • tsecurity.de Voice
tsecurity.de Icon
tsecurity.de App
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen

tsecurity.de Live Threat Radar

🔴 LIVE RADAR
MONITORING
AKTIV
CVE-DATENBANK
LIVE
🔍
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
🔖 Gespeicherte Artikel
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel Rechts: nächster Artikel unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...

Zurück: vorheriger Vor: nächster
↗ Original-Quelle
Social Reaktionen Deine Reaktion zählt
Einstufung & Relevanz-Poll 0 Stimmen
In sozialen Netzwerken teilen 1-Klick