nothumanallowed 4.0.1 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/services/web-ui.mjs +53 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nothumanallowed",
|
|
3
|
-
"version": "4.0
|
|
3
|
+
"version": "4.1.0",
|
|
4
4
|
"description": "NotHumanAllowed — 38 AI agents for security, code, DevOps, data & daily ops. Ask agents directly, plan your day with 5 specialist agents, manage tasks, connect Gmail + Calendar.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
package/src/services/web-ui.mjs
CHANGED
|
@@ -122,15 +122,16 @@ input:focus,textarea:focus{border-color:var(--green3)}
|
|
|
122
122
|
.event__location{color:var(--dim);font-size:11px}
|
|
123
123
|
|
|
124
124
|
/* ---- AGENTS ---- */
|
|
125
|
-
.agents-grid{display:grid;grid-template-columns:
|
|
126
|
-
@media(min-width:
|
|
127
|
-
@media(min-width:901px){.agents-grid{grid-template-columns:
|
|
128
|
-
.agent-card{
|
|
129
|
-
.agent-card:hover{border-color:var(--green3)
|
|
130
|
-
.agent-card__icon{font-size:
|
|
131
|
-
.agent-
|
|
132
|
-
.agent-
|
|
133
|
-
.agent-
|
|
125
|
+
.agents-grid{display:grid;grid-template-columns:1fr;gap:6px}
|
|
126
|
+
@media(min-width:500px){.agents-grid{grid-template-columns:1fr 1fr}}
|
|
127
|
+
@media(min-width:901px){.agents-grid{grid-template-columns:1fr 1fr 1fr}}
|
|
128
|
+
.agent-card{padding:8px 10px;text-align:left;cursor:pointer;transition:border-color .15s;display:flex;align-items:center;gap:10px}
|
|
129
|
+
.agent-card:hover{border-color:var(--green3)}
|
|
130
|
+
.agent-card__icon{font-size:18px;flex-shrink:0}
|
|
131
|
+
.agent-card__body{min-width:0;flex:1}
|
|
132
|
+
.agent-card__name{color:var(--green);font-weight:700;font-size:11px}
|
|
133
|
+
.agent-card__tagline{font-size:9px;color:var(--text);line-height:1.3}
|
|
134
|
+
.agent-card__cat{display:none}
|
|
134
135
|
|
|
135
136
|
/* ---- MODAL ---- */
|
|
136
137
|
.modal-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.7);z-index:300;align-items:center;justify-content:center}
|
|
@@ -488,6 +489,46 @@ function openDayDetail(dateStr){
|
|
|
488
489
|
}
|
|
489
490
|
|
|
490
491
|
// ---- AGENTS ----
|
|
492
|
+
var AGENT_DESCRIPTIONS = {
|
|
493
|
+
saber:'Security audits, OWASP Top 10, threat modeling, pentest planning',
|
|
494
|
+
zero:'Vulnerability scanning, dependency audit, secret detection in code',
|
|
495
|
+
veritas:'Fact-checking claims, evidence verification, hallucination detection',
|
|
496
|
+
ade:'Full project security review, forensics, incident response',
|
|
497
|
+
heimdall:'Auth design: OAuth, JWT, RBAC, session management',
|
|
498
|
+
jarvis:'Full-stack architecture, system design, API planning',
|
|
499
|
+
forge:'CI/CD pipelines, deployment strategies, infrastructure design',
|
|
500
|
+
pipe:'Build systems, Airflow/Dagster orchestration, automation',
|
|
501
|
+
shell:'Shell scripts, CLI tools, terminal automation, dotfiles',
|
|
502
|
+
glitch:'Debugging, error analysis, root cause investigation',
|
|
503
|
+
oracle:'Data analysis, statistics, ML insights, visualization',
|
|
504
|
+
logos:'Logic validation, proof auditing, formal reasoning',
|
|
505
|
+
atlas:'Infrastructure as code: Terraform, CloudFormation, Pulumi',
|
|
506
|
+
cartographer:'Geographic data, mapping, spatial queries, routing',
|
|
507
|
+
scheherazade:'Technical writing, documentation, tutorials, blog posts',
|
|
508
|
+
quill:'Short-form content: posts, summaries, abstracts',
|
|
509
|
+
muse:'Creative brainstorming, ideation, problem-solving',
|
|
510
|
+
murasaki:'UI/UX design guidance, accessibility, design systems',
|
|
511
|
+
hermes:'Event-driven architecture, Kafka/RabbitMQ/NATS design',
|
|
512
|
+
link:'Community management, reputation systems, engagement',
|
|
513
|
+
mercury:'Financial analysis, market modeling, ROI projection',
|
|
514
|
+
shogun:'Kubernetes manifests, Helm charts, pod security, scaling',
|
|
515
|
+
flux:'GitOps, deployment strategies, rollback planning',
|
|
516
|
+
cron:'GitHub Actions, GitLab CI, workflow automation',
|
|
517
|
+
babel:'API integration, microservice communication, data sync',
|
|
518
|
+
polyglot:'Localization, i18n strategy, translation quality',
|
|
519
|
+
herald:'News analysis, trend detection, meeting briefs, alerts',
|
|
520
|
+
echo:'Content adaptation: one piece to Twitter, LinkedIn, blog, Slack',
|
|
521
|
+
macro:'Bulk operations, batch processing, data migration scripts',
|
|
522
|
+
prometheus:'Strategic planning, architecture trade-offs, agent routing',
|
|
523
|
+
cassandra:'Risk prediction, worst-case analysis, adversarial challenges',
|
|
524
|
+
athena:'Tech evaluation, benchmark analysis, framework comparison',
|
|
525
|
+
sauron:'Root cause analysis, performance profiling, bottleneck detection',
|
|
526
|
+
conductor:'Workflow orchestration, task delegation, resource allocation',
|
|
527
|
+
navi:'Data profiling, exploratory analysis, schema inference',
|
|
528
|
+
edi:'A/B testing, statistical modeling, hypothesis testing',
|
|
529
|
+
tempest:'Climate data analysis, weather patterns, environmental impact',
|
|
530
|
+
epicure:'Recipe analysis, nutritional computation, dietary planning'
|
|
531
|
+
};
|
|
491
532
|
var AGENT_ICONS = {
|
|
492
533
|
saber:'\\u{1F6E1}',zero:'\\u{1F50D}',veritas:'\\u2713',ade:'\\u{1F52C}',heimdall:'\\u{1F512}',
|
|
493
534
|
jarvis:'\\u{1F4BB}',forge:'\\u2699',pipe:'\\u{1F527}',shell:'\\u{1F4DF}',glitch:'\\u{1F41B}',
|
|
@@ -519,13 +560,11 @@ function renderAgents(el){
|
|
|
519
560
|
var name=a.name||a.agentName;
|
|
520
561
|
var display=a.displayName||name;
|
|
521
562
|
var icon=AGENT_ICONS[name.toLowerCase()]||'\\u{1F916}';
|
|
522
|
-
var
|
|
523
|
-
var cat=a.category||'';
|
|
563
|
+
var desc=AGENT_DESCRIPTIONS[name.toLowerCase()]||a.tagline||a.description||'';
|
|
524
564
|
h+='<div class="card agent-card" onclick="openAgent(\\''+esc(name)+'\\',\\''+esc(display)+'\\')">'+
|
|
525
565
|
'<div class="agent-card__icon">'+icon+'</div>'+
|
|
526
|
-
'<div class="agent-card__name">'+esc(display)+'</div>'+
|
|
527
|
-
'<div class="agent-card__tagline">'+esc(
|
|
528
|
-
'<div class="agent-card__cat">'+esc(cat)+'</div>'+
|
|
566
|
+
'<div class="agent-card__body"><div class="agent-card__name">'+esc(display)+'</div>'+
|
|
567
|
+
'<div class="agent-card__tagline">'+esc(desc)+'</div></div>'+
|
|
529
568
|
'</div>';
|
|
530
569
|
});
|
|
531
570
|
h+='</div>';
|