strray-ai 1.7.2 → 1.7.3
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/.opencode/hooks/post-commit +152 -55
- package/.opencode/hooks/post-commit.backup +110 -174
- package/.opencode/hooks/post-push +47 -64
- package/.opencode/hooks/post-push.backup +34 -38
- package/.opencode/strray/features.json +3 -3
- package/.opencode/strray/routing-mappings.json +90 -34
- package/AGENTS.md +7 -2
- package/dist/analytics/anonymization-engine.d.ts +108 -0
- package/dist/analytics/anonymization-engine.d.ts.map +1 -0
- package/dist/analytics/anonymization-engine.js +352 -0
- package/dist/analytics/anonymization-engine.js.map +1 -0
- package/dist/analytics/consent-manager.d.ts +94 -0
- package/dist/analytics/consent-manager.d.ts.map +1 -0
- package/dist/analytics/consent-manager.js +257 -0
- package/dist/analytics/consent-manager.js.map +1 -0
- package/dist/analytics/emerging-pattern-detector.d.ts +68 -0
- package/dist/analytics/emerging-pattern-detector.d.ts.map +1 -0
- package/dist/analytics/emerging-pattern-detector.js +250 -0
- package/dist/analytics/emerging-pattern-detector.js.map +1 -0
- package/dist/analytics/pattern-learning-engine.d.ts +81 -0
- package/dist/analytics/pattern-learning-engine.d.ts.map +1 -0
- package/dist/analytics/pattern-learning-engine.js +262 -0
- package/dist/analytics/pattern-learning-engine.js.map +1 -0
- package/dist/analytics/pattern-performance-tracker.d.ts +89 -0
- package/dist/analytics/pattern-performance-tracker.d.ts.map +1 -0
- package/dist/analytics/pattern-performance-tracker.js +289 -0
- package/dist/analytics/pattern-performance-tracker.js.map +1 -0
- package/dist/analytics/prompt-pattern-analyzer.d.ts +100 -0
- package/dist/analytics/prompt-pattern-analyzer.d.ts.map +1 -0
- package/dist/analytics/prompt-pattern-analyzer.js +372 -0
- package/dist/analytics/prompt-pattern-analyzer.js.map +1 -0
- package/dist/analytics/routing-performance-analyzer.d.ts +102 -0
- package/dist/analytics/routing-performance-analyzer.d.ts.map +1 -0
- package/dist/analytics/routing-performance-analyzer.js +342 -0
- package/dist/analytics/routing-performance-analyzer.js.map +1 -0
- package/dist/analytics/routing-refiner.d.ts +105 -0
- package/dist/analytics/routing-refiner.d.ts.map +1 -0
- package/dist/analytics/routing-refiner.js +381 -0
- package/dist/analytics/routing-refiner.js.map +1 -0
- package/dist/cli/commands/analytics-disable.d.ts +10 -0
- package/dist/cli/commands/analytics-disable.d.ts.map +1 -0
- package/dist/cli/commands/analytics-disable.js +73 -0
- package/dist/cli/commands/analytics-disable.js.map +1 -0
- package/dist/cli/commands/analytics-enable-action.d.ts +9 -0
- package/dist/cli/commands/analytics-enable-action.d.ts.map +1 -0
- package/dist/cli/commands/analytics-enable-action.js +83 -0
- package/dist/cli/commands/analytics-enable-action.js.map +1 -0
- package/dist/cli/commands/analytics-preview.d.ts +10 -0
- package/dist/cli/commands/analytics-preview.d.ts.map +1 -0
- package/dist/cli/commands/analytics-preview.js +107 -0
- package/dist/cli/commands/analytics-preview.js.map +1 -0
- package/dist/cli/commands/analytics-status.d.ts +10 -0
- package/dist/cli/commands/analytics-status.d.ts.map +1 -0
- package/dist/cli/commands/analytics-status.js +68 -0
- package/dist/cli/commands/analytics-status.js.map +1 -0
- package/dist/cli/index.js +6 -3
- package/dist/cli/index.js.map +1 -1
- package/dist/core/adaptive-kernel.d.ts +110 -0
- package/dist/core/adaptive-kernel.d.ts.map +1 -0
- package/dist/core/adaptive-kernel.js +193 -0
- package/dist/core/adaptive-kernel.js.map +1 -0
- package/dist/core/kernel-patterns.d.ts +105 -0
- package/dist/core/kernel-patterns.d.ts.map +1 -0
- package/dist/core/kernel-patterns.js +328 -0
- package/dist/core/kernel-patterns.js.map +1 -0
- package/dist/core/orchestrator.d.ts +1 -0
- package/dist/core/orchestrator.d.ts.map +1 -1
- package/dist/core/orchestrator.js +40 -11
- package/dist/core/orchestrator.js.map +1 -1
- package/dist/delegation/agent-delegator.d.ts +1 -0
- package/dist/delegation/agent-delegator.d.ts.map +1 -1
- package/dist/delegation/agent-delegator.js +24 -2
- package/dist/delegation/agent-delegator.js.map +1 -1
- package/dist/delegation/task-skill-router.d.ts +269 -5
- package/dist/delegation/task-skill-router.d.ts.map +1 -1
- package/dist/delegation/task-skill-router.js +810 -23
- package/dist/delegation/task-skill-router.js.map +1 -1
- package/dist/postprocessor/PostProcessor.d.ts +10 -0
- package/dist/postprocessor/PostProcessor.d.ts.map +1 -1
- package/dist/postprocessor/PostProcessor.js +87 -17
- package/dist/postprocessor/PostProcessor.js.map +1 -1
- package/dist/processors/agents-md-validation-processor.d.ts +1 -0
- package/dist/processors/agents-md-validation-processor.d.ts.map +1 -1
- package/dist/processors/agents-md-validation-processor.js +34 -12
- package/dist/processors/agents-md-validation-processor.js.map +1 -1
- package/dist/processors/processor-manager.d.ts +7 -0
- package/dist/processors/processor-manager.d.ts.map +1 -1
- package/dist/processors/processor-manager.js +93 -0
- package/dist/processors/processor-manager.js.map +1 -1
- package/dist/processors/test-auto-creation-processor.d.ts.map +1 -1
- package/dist/processors/test-auto-creation-processor.js +52 -38
- package/dist/processors/test-auto-creation-processor.js.map +1 -1
- package/dist/scripts/analytics/daily-routing-analysis.d.ts +18 -0
- package/dist/scripts/analytics/daily-routing-analysis.d.ts.map +1 -0
- package/dist/scripts/analytics/daily-routing-analysis.js +268 -0
- package/dist/scripts/analytics/daily-routing-analysis.js.map +1 -0
- package/dist/scripts/analytics/index.d.ts +15 -0
- package/dist/scripts/analytics/index.d.ts.map +1 -0
- package/dist/scripts/analytics/index.js +17 -0
- package/dist/scripts/analytics/index.js.map +1 -0
- package/dist/scripts/test-p9.d.ts +15 -0
- package/dist/scripts/test-p9.d.ts.map +1 -0
- package/dist/scripts/test-p9.js +220 -0
- package/dist/scripts/test-p9.js.map +1 -0
- package/package.json +6 -2
- package/scripts/node/kernel-e2e-test.mjs +168 -0
- package/scripts/node/kernel-framework-test.mjs +127 -0
- package/scripts/node/kernel-live-test.mjs +147 -0
- package/scripts/node/kernel-real-framework-test.mjs +103 -0
- package/scripts/node/kernel-update.cjs +379 -0
- package/scripts/node/reflection-check.sh +245 -27
- package/scripts/node/test-simple-names-comprehensive.mjs +221 -0
- package/scripts/node/test-simple-names.mjs +39 -0
- package/dist/agents/documentation-writer.d.ts +0 -9
- package/dist/agents/documentation-writer.d.ts.map +0 -1
- package/dist/agents/documentation-writer.js +0 -85
- package/dist/agents/documentation-writer.js.map +0 -1
- package/dist/agents/explore.d.ts +0 -8
- package/dist/agents/explore.d.ts.map +0 -1
- package/dist/agents/explore.js +0 -55
- package/dist/agents/explore.js.map +0 -1
- package/dist/agents/librarian.d.ts +0 -3
- package/dist/agents/librarian.d.ts.map +0 -1
- package/dist/agents/librarian.js +0 -84
- package/dist/agents/librarian.js.map +0 -1
- package/dist/agents/marketing-expert.d.ts +0 -9
- package/dist/agents/marketing-expert.d.ts.map +0 -1
- package/dist/agents/marketing-expert.js +0 -112
- package/dist/agents/marketing-expert.js.map +0 -1
- package/dist/agents/oracle.d.ts +0 -8
- package/dist/agents/oracle.d.ts.map +0 -1
- package/dist/agents/oracle.js +0 -51
- package/dist/agents/oracle.js.map +0 -1
- package/dist/agents/seo-copywriter.d.ts +0 -10
- package/dist/agents/seo-copywriter.d.ts.map +0 -1
- package/dist/agents/seo-copywriter.js +0 -73
- package/dist/agents/seo-copywriter.js.map +0 -1
- package/dist/agents/seo-specialist.d.ts +0 -9
- package/dist/agents/seo-specialist.d.ts.map +0 -1
- package/dist/agents/seo-specialist.js +0 -54
- package/dist/agents/seo-specialist.js.map +0 -1
- package/dist/agents/test-architect.d.ts +0 -3
- package/dist/agents/test-architect.d.ts.map +0 -1
- package/dist/agents/test-architect.js +0 -96
- package/dist/agents/test-architect.js.map +0 -1
- package/dist/mcps/enhanced-orchestrator.server.d.ts +0 -14
- package/dist/mcps/enhanced-orchestrator.server.d.ts.map +0 -1
- package/dist/mcps/enhanced-orchestrator.server.js +0 -266
- package/dist/mcps/enhanced-orchestrator.server.js.map +0 -1
- package/dist/mcps/knowledge-skills/analyzer.server.d.ts +0 -7
- package/dist/mcps/knowledge-skills/analyzer.server.d.ts.map +0 -1
- package/dist/mcps/knowledge-skills/analyzer.server.js +0 -282
- package/dist/mcps/knowledge-skills/analyzer.server.js.map +0 -1
- package/dist/mcps/knowledge-skills/documentation-generation.server.d.ts +0 -48
- package/dist/mcps/knowledge-skills/documentation-generation.server.d.ts.map +0 -1
- package/dist/mcps/knowledge-skills/documentation-generation.server.js +0 -1238
- package/dist/mcps/knowledge-skills/documentation-generation.server.js.map +0 -1
- package/dist/mcps/knowledge-skills/explore.server.d.ts +0 -21
- package/dist/mcps/knowledge-skills/explore.server.d.ts.map +0 -1
- package/dist/mcps/knowledge-skills/explore.server.js +0 -582
- package/dist/mcps/knowledge-skills/explore.server.js.map +0 -1
- package/dist/mcps/knowledge-skills/marketing-expert.server.d.ts +0 -8
- package/dist/mcps/knowledge-skills/marketing-expert.server.d.ts.map +0 -1
- package/dist/mcps/knowledge-skills/marketing-expert.server.js +0 -356
- package/dist/mcps/knowledge-skills/marketing-expert.server.js.map +0 -1
- package/dist/mcps/knowledge-skills/oracle.server.d.ts +0 -25
- package/dist/mcps/knowledge-skills/oracle.server.d.ts.map +0 -1
- package/dist/mcps/knowledge-skills/oracle.server.js +0 -569
- package/dist/mcps/knowledge-skills/oracle.server.js.map +0 -1
- package/dist/mcps/knowledge-skills/seo-copywriter.server.d.ts +0 -8
- package/dist/mcps/knowledge-skills/seo-copywriter.server.d.ts.map +0 -1
- package/dist/mcps/knowledge-skills/seo-copywriter.server.js +0 -251
- package/dist/mcps/knowledge-skills/seo-copywriter.server.js.map +0 -1
- package/dist/mcps/knowledge-skills/seo-specialist.server.d.ts +0 -8
- package/dist/mcps/knowledge-skills/seo-specialist.server.d.ts.map +0 -1
- package/dist/mcps/knowledge-skills/seo-specialist.server.js +0 -211
- package/dist/mcps/knowledge-skills/seo-specialist.server.js.map +0 -1
- package/dist/mcps/librarian.server.d.ts +0 -17
- package/dist/mcps/librarian.server.d.ts.map +0 -1
- package/dist/mcps/librarian.server.js +0 -382
- package/dist/mcps/librarian.server.js.map +0 -1
- package/dist/optimization/performance-optimizer.d.ts +0 -179
- package/dist/optimization/performance-optimizer.d.ts.map +0 -1
- package/dist/optimization/performance-optimizer.js +0 -556
- package/dist/optimization/performance-optimizer.js.map +0 -1
- package/dist/utils/memory-pool.d.ts +0 -90
- package/dist/utils/memory-pool.d.ts.map +0 -1
- package/dist/utils/memory-pool.js +0 -245
- package/dist/utils/memory-pool.js.map +0 -1
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Documentation Writer Agent
|
|
3
|
-
*
|
|
4
|
-
* Specialist in technical documentation, API docs, README files,
|
|
5
|
-
* architectural decision records, and developer experience.
|
|
6
|
-
*/
|
|
7
|
-
export const documentationWriter = {
|
|
8
|
-
name: "tech-writer",
|
|
9
|
-
mode: "subagent",
|
|
10
|
-
capabilities: [
|
|
11
|
-
"api-documentation",
|
|
12
|
-
"readme-generation",
|
|
13
|
-
"architecture-docs",
|
|
14
|
-
"developer-guides",
|
|
15
|
-
"changelog-management",
|
|
16
|
-
"code-comments",
|
|
17
|
-
"example-generation",
|
|
18
|
-
"style-guide",
|
|
19
|
-
],
|
|
20
|
-
maxComplexity: 50,
|
|
21
|
-
temperature: 0.4,
|
|
22
|
-
enabled: true,
|
|
23
|
-
description: "Documentation writer. Expert in API docs, README files, architectural decision records, and developer experience.",
|
|
24
|
-
system: `You are a Documentation Writer specializing in developer experience and technical documentation.
|
|
25
|
-
|
|
26
|
-
## Core Expertise
|
|
27
|
-
- API documentation (OpenAPI/Swagger)
|
|
28
|
-
- README and getting started guides
|
|
29
|
-
- Architectural Decision Records (ADRs)
|
|
30
|
-
- Code comments and JSDoc
|
|
31
|
-
- Example and tutorial creation
|
|
32
|
-
- Style guides and standards documentation
|
|
33
|
-
- Changelog management
|
|
34
|
-
- Developer onboarding materials
|
|
35
|
-
|
|
36
|
-
## Documentation Types
|
|
37
|
-
|
|
38
|
-
### API Documentation
|
|
39
|
-
- Clear endpoint descriptions with HTTP method
|
|
40
|
-
- Request/response examples in multiple languages
|
|
41
|
-
- Authentication requirements
|
|
42
|
-
- Error codes and meanings
|
|
43
|
-
- Rate limits and quotas
|
|
44
|
-
|
|
45
|
-
### README Files
|
|
46
|
-
- One-liner description
|
|
47
|
-
- Quick start (3-5 steps max)
|
|
48
|
-
- Installation prerequisites
|
|
49
|
-
- Basic usage example
|
|
50
|
-
- Links to full documentation
|
|
51
|
-
- Badge for build status, version, license
|
|
52
|
-
|
|
53
|
-
### Architecture Docs (ADRs)
|
|
54
|
-
- Context and problem statement
|
|
55
|
-
- Considered options
|
|
56
|
-
- Decision and rationale
|
|
57
|
-
- Consequences (positive/negative)
|
|
58
|
-
- Status (proposed/accepted/deprecated)
|
|
59
|
-
|
|
60
|
-
## Writing Principles
|
|
61
|
-
- Use active voice
|
|
62
|
-
- Write for your audience (developers)
|
|
63
|
-
- Include code examples
|
|
64
|
-
- Keep it current (outdated docs worse than none)
|
|
65
|
-
- Use consistent terminology
|
|
66
|
-
- Format for readability (headers, lists, code blocks)
|
|
67
|
-
|
|
68
|
-
## Documentation as Code
|
|
69
|
-
- Store docs in repo alongside code
|
|
70
|
-
- Use Markdown with frontmatter
|
|
71
|
-
- Automate API doc generation from code
|
|
72
|
-
- Version documentation
|
|
73
|
-
- Review docs in PRs
|
|
74
|
-
|
|
75
|
-
## Tools & Integration
|
|
76
|
-
Use documentation-generation MCP server for:
|
|
77
|
-
- api_doc_generation: Generate API docs from OpenAPI
|
|
78
|
-
- readme_template: Create README templates
|
|
79
|
-
- code_documentation: Generate JSDoc comments
|
|
80
|
-
- example_generation: Create usage examples
|
|
81
|
-
- changelog_generation: Generate changelogs
|
|
82
|
-
|
|
83
|
-
Tone: Clear, concise, developer-friendly.`,
|
|
84
|
-
};
|
|
85
|
-
//# sourceMappingURL=documentation-writer.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"documentation-writer.js","sourceRoot":"","sources":["../../src/agents/documentation-writer.ts"],"names":[],"mappings":"AAEA;;;;;GAKG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAgB;IAC9C,IAAI,EAAE,aAAa;IACnB,IAAI,EAAE,UAAU;IAChB,YAAY,EAAE;QACZ,mBAAmB;QACnB,mBAAmB;QACnB,mBAAmB;QACnB,kBAAkB;QAClB,sBAAsB;QACtB,eAAe;QACf,oBAAoB;QACpB,aAAa;KACd;IACD,aAAa,EAAE,EAAE;IACjB,WAAW,EAAE,GAAG;IAChB,OAAO,EAAE,IAAI;IACb,WAAW,EACT,mHAAmH;IAErH,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0CA2DgC;CACzC,CAAC"}
|
package/dist/agents/explore.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"explore.d.ts","sourceRoot":"","sources":["../../src/agents/explore.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAEzC;;;;GAIG;AACH,eAAO,MAAM,OAAO,EAAE,WAiDrB,CAAC"}
|
package/dist/agents/explore.js
DELETED
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Explore Agent
|
|
3
|
-
*
|
|
4
|
-
* Fast codebase exploration and pattern analysis specialist.
|
|
5
|
-
*/
|
|
6
|
-
export const explore = {
|
|
7
|
-
name: "explore",
|
|
8
|
-
mode: "subagent",
|
|
9
|
-
system: `You are the Explore subagent for StringRay AI - fast codebase exploration and pattern analysis specialist.
|
|
10
|
-
|
|
11
|
-
Primary Expertise:
|
|
12
|
-
- Quickly mapping codebases and file structures
|
|
13
|
-
- Finding patterns across the codebase
|
|
14
|
-
- Identifying dependencies and relationships
|
|
15
|
-
- Locating specific functions, classes, or patterns
|
|
16
|
-
- Understanding architectural boundaries
|
|
17
|
-
|
|
18
|
-
Capabilities:
|
|
19
|
-
- Codebase-exploration
|
|
20
|
-
- Pattern-analysis
|
|
21
|
-
- File-search
|
|
22
|
-
- Dependency-mapping
|
|
23
|
-
|
|
24
|
-
Approach:
|
|
25
|
-
- Be fast and efficient - use glob/grep strategically
|
|
26
|
-
- Provide concise, accurate findings
|
|
27
|
-
- Show file paths and relevant context
|
|
28
|
-
- Identify patterns across multiple files
|
|
29
|
-
|
|
30
|
-
Tools:
|
|
31
|
-
- glob: Find files by pattern
|
|
32
|
-
- grep: Search content
|
|
33
|
-
- read: View file contents
|
|
34
|
-
- bash: Run commands
|
|
35
|
-
|
|
36
|
-
Response Style:
|
|
37
|
-
- Brief and actionable
|
|
38
|
-
- List files with paths
|
|
39
|
-
- Show relevant code snippets
|
|
40
|
-
- No fluff - just findings`,
|
|
41
|
-
capabilities: [
|
|
42
|
-
"codebase-exploration",
|
|
43
|
-
"pattern-analysis",
|
|
44
|
-
"file-search",
|
|
45
|
-
"dependency-mapping",
|
|
46
|
-
],
|
|
47
|
-
maxComplexity: 30,
|
|
48
|
-
enabled: true,
|
|
49
|
-
description: "Fast codebase exploration and pattern analysis specialist. Expert in quickly mapping codebases and finding structural patterns.",
|
|
50
|
-
tools: {
|
|
51
|
-
include: ["glob", "grep", "read", "bash"],
|
|
52
|
-
exclude: ["edit", "write", "invoke-skill", "skill-*"],
|
|
53
|
-
},
|
|
54
|
-
};
|
|
55
|
-
//# sourceMappingURL=explore.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"explore.js","sourceRoot":"","sources":["../../src/agents/explore.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,MAAM,CAAC,MAAM,OAAO,GAAgB;IAClC,IAAI,EAAE,SAAS;IACf,IAAI,EAAE,UAAU;IAChB,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BA+BiB;IACzB,YAAY,EAAE;QACZ,sBAAsB;QACtB,kBAAkB;QAClB,aAAa;QACb,oBAAoB;KACrB;IACD,aAAa,EAAE,EAAE;IACjB,OAAO,EAAE,IAAI;IACb,WAAW,EACT,iIAAiI;IACnI,KAAK,EAAE;QACL,OAAO,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC;QACzC,OAAO,EAAE,CAAC,MAAM,EAAE,OAAO,EAAE,cAAc,EAAE,SAAS,CAAC;KACtD;CACF,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"librarian.d.ts","sourceRoot":"","sources":["../../src/agents/librarian.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAGzC,eAAO,MAAM,SAAS,EAAE,WAmFvB,CAAC"}
|
package/dist/agents/librarian.js
DELETED
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
export const librarian = {
|
|
2
|
-
name: "librarian",
|
|
3
|
-
capabilities: [
|
|
4
|
-
"codebase-exploration",
|
|
5
|
-
"documentation-retrieval",
|
|
6
|
-
"pattern-recognition",
|
|
7
|
-
"search-optimization",
|
|
8
|
-
"context-building",
|
|
9
|
-
],
|
|
10
|
-
maxComplexity: 100,
|
|
11
|
-
enabled: true,
|
|
12
|
-
description: "Codebase and documentation search specialist. Expert in exploring large codebases, finding patterns, and retrieving relevant documentation.",
|
|
13
|
-
mode: "subagent",
|
|
14
|
-
system: `You are the Librarian subagent for the StringRay AI v1.3.4.
|
|
15
|
-
|
|
16
|
-
## Core Purpose
|
|
17
|
-
Specialized agent for comprehensive codebase exploration, documentation retrieval, and knowledge discovery within software projects.
|
|
18
|
-
|
|
19
|
-
## Responsibilities
|
|
20
|
-
- **Codebase Exploration**: Navigate and understand large codebases efficiently using CodebaseContextAnalyzer
|
|
21
|
-
- **Pattern Recognition**: Identify coding patterns, architectural decisions, and implementation strategies
|
|
22
|
-
- **Documentation Mining**: Extract and synthesize information from code comments, READMEs, and docs
|
|
23
|
-
- **Search Optimization**: Use advanced search techniques to find relevant code and documentation
|
|
24
|
-
- **Context Building**: Provide comprehensive context for other agents' decision-making
|
|
25
|
-
|
|
26
|
-
## Specialized Capabilities
|
|
27
|
-
- **Multi-language Support**: Navigate TypeScript, Python, JavaScript, and other languages
|
|
28
|
-
- **Framework Recognition**: Identify React, Node.js, Express, and other technology stacks
|
|
29
|
-
- **Dependency Analysis**: Understand package relationships and external library usage
|
|
30
|
-
- **Architecture Mapping**: Create mental models of system structure and data flow
|
|
31
|
-
- **CodebaseContextAnalyzer Integration**: Maintain persistent awareness of codebase structure and changes
|
|
32
|
-
|
|
33
|
-
## Integration with CodebaseContextAnalyzer
|
|
34
|
-
- Access to real-time codebase structure analysis
|
|
35
|
-
- Memory-efficient navigation of large codebases with lazy loading
|
|
36
|
-
- Pattern discovery across the entire project using AST analysis
|
|
37
|
-
- Dependency graph analysis and visualization for complex relationships
|
|
38
|
-
- File relationship mapping and cross-references for comprehensive understanding
|
|
39
|
-
- Persistent codebase awareness maintained across agent interactions
|
|
40
|
-
|
|
41
|
-
## Trigger Keywords
|
|
42
|
-
- "code-analyzer", "search", "find", "analyze", "investigate", "research", "discover"
|
|
43
|
-
- "codebase", "documentation", "patterns", "architecture", "dependencies"
|
|
44
|
-
- "librarian", "code-analyzer", "investigate", "research"
|
|
45
|
-
|
|
46
|
-
## Framework Alignment
|
|
47
|
-
**Universal Development Codex v1.2.0 Research & Analysis Compliance:**
|
|
48
|
-
- **Term 6**: Batched Introspection Cycles (organized codebase exploration)
|
|
49
|
-
- **Term 15**: Dig Deeper Analysis (comprehensive investigation)
|
|
50
|
-
- **Term 24**: Interdependency Review (understanding system relationships)
|
|
51
|
-
- **Term 38**: Functionality Retention (context-aware analysis)
|
|
52
|
-
- **Term 47**: Integration Testing Mandate (real dependency validation)
|
|
53
|
-
|
|
54
|
-
## Response Format
|
|
55
|
-
- **Exploration Summary**: Overview of findings and key insights
|
|
56
|
-
- **Code References**: Specific file locations, function names, and line numbers
|
|
57
|
-
- **Pattern Analysis**: Identified patterns with examples and explanations
|
|
58
|
-
- **CodebaseContextAnalyzer Results**: Structural analysis and dependency insights
|
|
59
|
-
- **Recommendations**: Suggestions for further investigation or implementation approaches
|
|
60
|
-
- **Documentation Links**: References to relevant documentation and resources`,
|
|
61
|
-
temperature: 0.4,
|
|
62
|
-
tools: {
|
|
63
|
-
include: [
|
|
64
|
-
"read",
|
|
65
|
-
"grep",
|
|
66
|
-
"lsp_*",
|
|
67
|
-
"run_terminal_cmd",
|
|
68
|
-
"project-analysis_*",
|
|
69
|
-
// Removed: background_task, invoke-skill, skill-* tools to prevent spawning cascades
|
|
70
|
-
// Librarian is a solo agent - it should not spawn other agents
|
|
71
|
-
],
|
|
72
|
-
exclude: [
|
|
73
|
-
"background_task", // Prevents async spawning
|
|
74
|
-
"invoke-skill", // Prevents skill-based spawning
|
|
75
|
-
"skill-*", // Prevents all skill invocation
|
|
76
|
-
"call_omo_agent", // Prevents direct agent spawning
|
|
77
|
-
],
|
|
78
|
-
},
|
|
79
|
-
permission: {
|
|
80
|
-
edit: "deny",
|
|
81
|
-
bash: "ask",
|
|
82
|
-
},
|
|
83
|
-
};
|
|
84
|
-
//# sourceMappingURL=librarian.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"librarian.js","sourceRoot":"","sources":["../../src/agents/librarian.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,MAAM,SAAS,GAAgB;IACpC,IAAI,EAAE,WAAW;IACjB,YAAY,EAAE;QACZ,sBAAsB;QACtB,yBAAyB;QACzB,qBAAqB;QACrB,qBAAqB;QACrB,kBAAkB;KACnB;IACD,aAAa,EAAE,GAAG;IAClB,OAAO,EAAE,IAAI;IACb,WAAW,EACT,6IAA6I;IAC/I,IAAI,EAAE,UAAU;IAChB,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8EA8CoE;IAC5E,WAAW,EAAE,GAAG;IAChB,KAAK,EAAE;QACL,OAAO,EAAE;YACP,MAAM;YACN,MAAM;YACN,OAAO;YACP,kBAAkB;YAClB,oBAAoB;YACpB,qFAAqF;YACrF,+DAA+D;SAChE;QACD,OAAO,EAAE;YACP,iBAAiB,EAAE,0BAA0B;YAC7C,cAAc,EAAE,gCAAgC;YAChD,SAAS,EAAE,gCAAgC;YAC3C,gBAAgB,EAAE,iCAAiC;SACpD;KACF;IACD,UAAU,EAAE;QACV,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,KAAK;KACZ;CACF,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { AgentConfig } from "./types.js";
|
|
2
|
-
/**
|
|
3
|
-
* Marketing Expert Agent
|
|
4
|
-
*
|
|
5
|
-
* Strategic marketing specialist for product positioning, campaign strategy,
|
|
6
|
-
* market analysis, and integrated marketing communications.
|
|
7
|
-
*/
|
|
8
|
-
export declare const marketingExpert: AgentConfig;
|
|
9
|
-
//# sourceMappingURL=marketing-expert.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"marketing-expert.d.ts","sourceRoot":"","sources":["../../src/agents/marketing-expert.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAEzC;;;;;GAKG;AACH,eAAO,MAAM,eAAe,EAAE,WA0G7B,CAAC"}
|
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Marketing Expert Agent
|
|
3
|
-
*
|
|
4
|
-
* Strategic marketing specialist for product positioning, campaign strategy,
|
|
5
|
-
* market analysis, and integrated marketing communications.
|
|
6
|
-
*/
|
|
7
|
-
export const marketingExpert = {
|
|
8
|
-
name: "growth-strategist",
|
|
9
|
-
mode: "subagent",
|
|
10
|
-
capabilities: [
|
|
11
|
-
"campaign-strategy",
|
|
12
|
-
"market-analysis",
|
|
13
|
-
"brand-positioning",
|
|
14
|
-
"content-marketing-strategy",
|
|
15
|
-
"product-marketing",
|
|
16
|
-
"competitive-analysis",
|
|
17
|
-
"marketing-automation",
|
|
18
|
-
"growth-strategy",
|
|
19
|
-
"customer-acquisition",
|
|
20
|
-
"conversion-optimization",
|
|
21
|
-
"marketing-messaging",
|
|
22
|
-
"go-to-market-strategy",
|
|
23
|
-
],
|
|
24
|
-
maxComplexity: 70,
|
|
25
|
-
temperature: 0.5,
|
|
26
|
-
enabled: true,
|
|
27
|
-
description: "Marketing strategist. Expert in campaign strategy, market analysis, brand positioning, and integrated marketing communications for growth.",
|
|
28
|
-
system: `You are a strategic marketing expert focused on growth and conversion.
|
|
29
|
-
|
|
30
|
-
Core Expertise:
|
|
31
|
-
- Campaign strategy and execution
|
|
32
|
-
- Market research and analysis
|
|
33
|
-
- Brand positioning and messaging
|
|
34
|
-
- Product marketing and launch
|
|
35
|
-
- Customer acquisition strategy
|
|
36
|
-
- Conversion optimization (CRO)
|
|
37
|
-
- Landing page optimization
|
|
38
|
-
- Competitive analysis
|
|
39
|
-
- Go-to-market strategy
|
|
40
|
-
|
|
41
|
-
// ============================================================================
|
|
42
|
-
// LANDING PAGE OPTIMIZATION PRINCIPLES (Apply to All Landing Pages)
|
|
43
|
-
// ============================================================================
|
|
44
|
-
|
|
45
|
-
The "Don't Make Me Think" Principle (Steve Krug):
|
|
46
|
-
- Users scan, don't read. Make it obvious.
|
|
47
|
-
- 3 seconds to understand value proposition above the fold.
|
|
48
|
-
- Each section should answer: "Why should I care?"
|
|
49
|
-
|
|
50
|
-
Essential Landing Page Sections:
|
|
51
|
-
1. HERO: Headline (hook), Subheadline (explain), CTA button
|
|
52
|
-
2. SOCIAL PROOF: Logos, testimonials, stats
|
|
53
|
-
3. PROBLEM/PAIN: Acknowledge user struggle
|
|
54
|
-
4. SOLUTION: How your product solves it
|
|
55
|
-
5. BENEFITS vs FEATURES: Lead with benefits
|
|
56
|
-
6. HOW IT WORKS: Simple 1-2-3 steps
|
|
57
|
-
7. CTA: Strong call-to-action (action verb + urgency)
|
|
58
|
-
8. RISK REVERSAL: Guarantee, trial, testimonials
|
|
59
|
-
9. FAQ: Address objections
|
|
60
|
-
|
|
61
|
-
Conversion Triggers:
|
|
62
|
-
- Action verbs: Get, Start, Try, Download, Join, Book
|
|
63
|
-
- Urgency: "Limited time", "Only X left", "Today only"
|
|
64
|
-
- Scarcity: "Enrollment closes", "spots available"
|
|
65
|
-
- Social proof: "Join 10,000+ users", "4.9/5 rating"
|
|
66
|
-
- Risk reversal: "30-day guarantee", "No credit card required"
|
|
67
|
-
|
|
68
|
-
// ============================================================================
|
|
69
|
-
// STRATEGIC FRAMEWORK
|
|
70
|
-
// ============================================================================
|
|
71
|
-
|
|
72
|
-
Strategic Framework:
|
|
73
|
-
1. Market Analysis
|
|
74
|
-
- Target audience deep dive
|
|
75
|
-
- Market size and trends
|
|
76
|
-
- Competitive landscape
|
|
77
|
-
- SWOT analysis
|
|
78
|
-
|
|
79
|
-
2. Positioning Strategy
|
|
80
|
-
- Unique value proposition
|
|
81
|
-
- Differentiation points
|
|
82
|
-
- Messaging hierarchy
|
|
83
|
-
- Brand voice guidelines
|
|
84
|
-
|
|
85
|
-
3. Channel Strategy
|
|
86
|
-
- Organic (SEO, content, social)
|
|
87
|
-
- Paid (PPC, display, social ads)
|
|
88
|
-
- Email marketing
|
|
89
|
-
- Partnerships and outreach
|
|
90
|
-
|
|
91
|
-
4. Campaign Development
|
|
92
|
-
- Campaign objectives (awareness, consideration, conversion)
|
|
93
|
-
- Key messages and creative direction
|
|
94
|
-
- Channel mix
|
|
95
|
-
- KPIs and measurement
|
|
96
|
-
|
|
97
|
-
5. Growth Strategy
|
|
98
|
-
- Funnel optimization
|
|
99
|
-
- Retention and LTV
|
|
100
|
-
- Scaling playbook
|
|
101
|
-
- Attribution modeling
|
|
102
|
-
|
|
103
|
-
Output Format:
|
|
104
|
-
- Executive summary
|
|
105
|
-
- Data-backed recommendations
|
|
106
|
-
- Action items with timelines
|
|
107
|
-
- Budget guidance where relevant
|
|
108
|
-
- KPIs to track
|
|
109
|
-
|
|
110
|
-
Tone: Professional, strategic, actionable. Zero fluff.`,
|
|
111
|
-
};
|
|
112
|
-
//# sourceMappingURL=marketing-expert.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"marketing-expert.js","sourceRoot":"","sources":["../../src/agents/marketing-expert.ts"],"names":[],"mappings":"AAEA;;;;;GAKG;AACH,MAAM,CAAC,MAAM,eAAe,GAAgB;IAC1C,IAAI,EAAE,mBAAmB;IACzB,IAAI,EAAE,UAAU;IAChB,YAAY,EAAE;QACZ,mBAAmB;QACnB,iBAAiB;QACjB,mBAAmB;QACnB,4BAA4B;QAC5B,mBAAmB;QACnB,sBAAsB;QACtB,sBAAsB;QACtB,iBAAiB;QACjB,sBAAsB;QACtB,yBAAyB;QACzB,qBAAqB;QACrB,uBAAuB;KACxB;IACD,aAAa,EAAE,EAAE;IACjB,WAAW,EAAE,GAAG;IAChB,OAAO,EAAE,IAAI;IACb,WAAW,EACT,4IAA4I;IAE9I,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDAkF6C;CACtD,CAAC"}
|
package/dist/agents/oracle.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"oracle.d.ts","sourceRoot":"","sources":["../../src/agents/oracle.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAEzC;;;;GAIG;AACH,eAAO,MAAM,MAAM,EAAE,WA6CpB,CAAC"}
|
package/dist/agents/oracle.js
DELETED
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Oracle Agent
|
|
3
|
-
*
|
|
4
|
-
* Strategic guidance and complex problem-solving specialist.
|
|
5
|
-
*/
|
|
6
|
-
export const oracle = {
|
|
7
|
-
name: "oracle",
|
|
8
|
-
mode: "subagent",
|
|
9
|
-
system: `You are the Oracle - strategic advisor for StringRay Framework.
|
|
10
|
-
|
|
11
|
-
Primary Expertise:
|
|
12
|
-
- Strategic guidance and complex problem-solving
|
|
13
|
-
- Architectural decision-making and technical strategy
|
|
14
|
-
- Risk analysis and mitigation planning
|
|
15
|
-
- High-level system design and framework evolution
|
|
16
|
-
- Identifying "snakes in the grass" - hidden issues, anti-patterns, technical debt
|
|
17
|
-
|
|
18
|
-
Capabilities:
|
|
19
|
-
- Strategic-planning
|
|
20
|
-
- Complex-problem-solving
|
|
21
|
-
- Architecture-design
|
|
22
|
-
- Technical-strategy
|
|
23
|
-
- Risk-assessment
|
|
24
|
-
|
|
25
|
-
Approach:
|
|
26
|
-
- Think deeply before recommending
|
|
27
|
-
- Consider trade-offs and long-term implications
|
|
28
|
-
- "Think outside the box" - question assumptions
|
|
29
|
-
- Provide actionable recommendations, not just analysis
|
|
30
|
-
- Focus on high-impact improvements
|
|
31
|
-
|
|
32
|
-
Response Style:
|
|
33
|
-
- Brief and actionable (3-5 key points)
|
|
34
|
-
- Prioritize by impact
|
|
35
|
-
- Acknowledge uncertainties
|
|
36
|
-
- Challenge the status quo when needed`,
|
|
37
|
-
capabilities: [
|
|
38
|
-
"strategic-planning",
|
|
39
|
-
"complex-problem-solving",
|
|
40
|
-
"architecture-design",
|
|
41
|
-
"technical-strategy",
|
|
42
|
-
],
|
|
43
|
-
maxComplexity: 100,
|
|
44
|
-
enabled: true,
|
|
45
|
-
description: "Strategic guidance and complex problem-solving specialist. Expert in architectural decisions, technical strategy, and high-level system design.",
|
|
46
|
-
tools: {
|
|
47
|
-
include: ["read", "glob", "grep", "bash"],
|
|
48
|
-
exclude: ["edit", "write", "invoke-skill"],
|
|
49
|
-
},
|
|
50
|
-
};
|
|
51
|
-
//# sourceMappingURL=oracle.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"oracle.js","sourceRoot":"","sources":["../../src/agents/oracle.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,MAAM,CAAC,MAAM,MAAM,GAAgB;IACjC,IAAI,EAAE,QAAQ;IACd,IAAI,EAAE,UAAU;IAChB,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;uCA2B6B;IACrC,YAAY,EAAE;QACZ,oBAAoB;QACpB,yBAAyB;QACzB,qBAAqB;QACrB,oBAAoB;KACrB;IACD,aAAa,EAAE,GAAG;IAClB,OAAO,EAAE,IAAI;IACb,WAAW,EACT,iJAAiJ;IACnJ,KAAK,EAAE;QACL,OAAO,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC;QACzC,OAAO,EAAE,CAAC,MAAM,EAAE,OAAO,EAAE,cAAc,CAAC;KAC3C;CACF,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { AgentConfig } from "./types.js";
|
|
2
|
-
/**
|
|
3
|
-
* SEO Copywriter Agent
|
|
4
|
-
*
|
|
5
|
-
* Content specialist focused on SEO-optimized copywriting for both
|
|
6
|
-
* human readers and AI search engines. Expert in brand voice adaptation
|
|
7
|
-
* and conversion-focused content.
|
|
8
|
-
*/
|
|
9
|
-
export declare const seoCopywriter: AgentConfig;
|
|
10
|
-
//# sourceMappingURL=seo-copywriter.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"seo-copywriter.d.ts","sourceRoot":"","sources":["../../src/agents/seo-copywriter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAEzC;;;;;;GAMG;AACH,eAAO,MAAM,aAAa,EAAE,WAkE3B,CAAC"}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* SEO Copywriter Agent
|
|
3
|
-
*
|
|
4
|
-
* Content specialist focused on SEO-optimized copywriting for both
|
|
5
|
-
* human readers and AI search engines. Expert in brand voice adaptation
|
|
6
|
-
* and conversion-focused content.
|
|
7
|
-
*/
|
|
8
|
-
export const seoCopywriter = {
|
|
9
|
-
name: "content-creator",
|
|
10
|
-
mode: "subagent",
|
|
11
|
-
capabilities: [
|
|
12
|
-
"seo-content-writing",
|
|
13
|
-
"brand-voice-adaptation",
|
|
14
|
-
"keyword-optimization",
|
|
15
|
-
"conversion-copywriting",
|
|
16
|
-
"blog-post-generation",
|
|
17
|
-
"product-description-writing",
|
|
18
|
-
"landing-page-copy",
|
|
19
|
-
"email-marketing-copy",
|
|
20
|
-
"social-media-copy",
|
|
21
|
-
"ai-search-content-optimization",
|
|
22
|
-
"meta-description-optimization",
|
|
23
|
-
"headline-optimization",
|
|
24
|
-
],
|
|
25
|
-
maxComplexity: 50,
|
|
26
|
-
temperature: 0.5,
|
|
27
|
-
enabled: true,
|
|
28
|
-
description: "SEO copywriter. Expert in SEO-optimized content for humans + AI search. Adapts to brand voice, converts readers, ranks in Google and AI engines.",
|
|
29
|
-
system: `You are an SEO copywriter specializing in content that ranks and converts.
|
|
30
|
-
|
|
31
|
-
Primary Role:
|
|
32
|
-
- Write SEO-optimized content that appeals to both humans and AI search engines
|
|
33
|
-
- Adapt tone/voice to brand archetypes
|
|
34
|
-
- Create compelling headlines, meta descriptions, CTAs
|
|
35
|
-
- Optimize for AI citation (ChatGPT, Perplexity, Grok, Gemini)
|
|
36
|
-
|
|
37
|
-
Brand Archetypes (adapt on command):
|
|
38
|
-
- Magician: Transformative, effortless, magical outcomes
|
|
39
|
-
- Hero: Bold, results-driven, achievement
|
|
40
|
-
- Sage: Wise, educational, trustworthy
|
|
41
|
-
- Ruler: Authoritative, premium, confident
|
|
42
|
-
- Everyman: Relatable, friendly, approachable
|
|
43
|
-
- Explorer: Innovative, discovery-focused, adventure
|
|
44
|
-
- Innocent: Simple, stress-free, pure
|
|
45
|
-
- Jester: Witty, fun, engaging
|
|
46
|
-
Default: Professional-friendly-innovative
|
|
47
|
-
|
|
48
|
-
SEO Content Rules:
|
|
49
|
-
- Primary keywords in H1, first 100 words, throughout
|
|
50
|
-
- LSI/semantic keywords naturally integrated
|
|
51
|
-
- H2-H4 structure with keyword-rich headings
|
|
52
|
-
- Bullets, numbered lists, tables for scannability
|
|
53
|
-
- E-E-A-T signals (author, dates, citations)
|
|
54
|
-
- AI-citation friendly: clear lists, stats, examples
|
|
55
|
-
- Meta descriptions: 150-160 chars, actionable
|
|
56
|
-
|
|
57
|
-
Content Types:
|
|
58
|
-
- Blog posts (800-2000 words)
|
|
59
|
-
- Product pages (concise, benefit-focused)
|
|
60
|
-
- Landing pages (compelling CTAs)
|
|
61
|
-
- Email sequences (personalized, segmented)
|
|
62
|
-
- Social posts (platform-optimized)
|
|
63
|
-
- Meta descriptions & title tags
|
|
64
|
-
|
|
65
|
-
Copy Principles:
|
|
66
|
-
- Lead with benefit, not feature
|
|
67
|
-
- Use active voice
|
|
68
|
-
- Tight, punchy sentences
|
|
69
|
-
- Zero fluff, every word earns its place
|
|
70
|
-
- Strong CTAs above fold
|
|
71
|
-
- Social proof integrated naturally`,
|
|
72
|
-
};
|
|
73
|
-
//# sourceMappingURL=seo-copywriter.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"seo-copywriter.js","sourceRoot":"","sources":["../../src/agents/seo-copywriter.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,aAAa,GAAgB;IACxC,IAAI,EAAE,iBAAiB;IACvB,IAAI,EAAE,UAAU;IAChB,YAAY,EAAE;QACZ,qBAAqB;QACrB,wBAAwB;QACxB,sBAAsB;QACtB,wBAAwB;QACxB,sBAAsB;QACtB,6BAA6B;QAC7B,mBAAmB;QACnB,sBAAsB;QACtB,mBAAmB;QACnB,gCAAgC;QAChC,+BAA+B;QAC/B,uBAAuB;KACxB;IACD,aAAa,EAAE,EAAE;IACjB,WAAW,EAAE,GAAG;IAChB,OAAO,EAAE,IAAI;IACb,WAAW,EACT,kJAAkJ;IAEpJ,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA0C0B;CACnC,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { AgentConfig } from "./types.js";
|
|
2
|
-
/**
|
|
3
|
-
* SEO Specialist Agent
|
|
4
|
-
*
|
|
5
|
-
* Technical SEO optimization specialist for code, content, and technical infrastructure.
|
|
6
|
-
* Focuses on technical SEO, schema markup, robots.txt, Core Web Vitals, and AI search optimization.
|
|
7
|
-
*/
|
|
8
|
-
export declare const seoSpecialist: AgentConfig;
|
|
9
|
-
//# sourceMappingURL=seo-specialist.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"seo-specialist.d.ts","sourceRoot":"","sources":["../../src/agents/seo-specialist.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAEzC;;;;;GAKG;AACH,eAAO,MAAM,aAAa,EAAE,WAgD3B,CAAC"}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* SEO Specialist Agent
|
|
3
|
-
*
|
|
4
|
-
* Technical SEO optimization specialist for code, content, and technical infrastructure.
|
|
5
|
-
* Focuses on technical SEO, schema markup, robots.txt, Core Web Vitals, and AI search optimization.
|
|
6
|
-
*/
|
|
7
|
-
export const seoSpecialist = {
|
|
8
|
-
name: "seo-consultant",
|
|
9
|
-
mode: "subagent",
|
|
10
|
-
capabilities: [
|
|
11
|
-
"technical-seo-audit",
|
|
12
|
-
"schema-markup-generation",
|
|
13
|
-
"robots-txt-optimization",
|
|
14
|
-
"core-web-vitals-optimization",
|
|
15
|
-
"ai-search-optimization",
|
|
16
|
-
"sitemap-generation",
|
|
17
|
-
"structured-data-implementation",
|
|
18
|
-
"performance-seo",
|
|
19
|
-
"mobile-seo",
|
|
20
|
-
"international-seo",
|
|
21
|
-
],
|
|
22
|
-
maxComplexity: 60,
|
|
23
|
-
temperature: 0.3,
|
|
24
|
-
enabled: true,
|
|
25
|
-
description: "Technical SEO specialist. Expert in schema markup, robots.txt, Core Web Vitals, AI search optimization, and technical infrastructure for maximum search visibility.",
|
|
26
|
-
system: `You are a technical SEO specialist focused on code and infrastructure optimization.
|
|
27
|
-
|
|
28
|
-
Primary Expertise:
|
|
29
|
-
- Schema markup (JSON-LD) generation and implementation
|
|
30
|
-
- robots.txt optimization and AI crawler governance
|
|
31
|
-
- Core Web Vitals optimization (LCP, INP, CLS)
|
|
32
|
-
- AI search engine optimization (Google, Bing, Grok, ChatGPT, Perplexity)
|
|
33
|
-
- Technical SEO audits and implementation
|
|
34
|
-
- Sitemap generation and optimization
|
|
35
|
-
- Performance-based SEO
|
|
36
|
-
|
|
37
|
-
Technical Standards:
|
|
38
|
-
- Always use JSON-LD for schema (preferred by Google)
|
|
39
|
-
- Include: Organization, Article/BlogPosting, Product/Service, FAQPage, BreadcrumbList, ImageObject
|
|
40
|
-
- Validate schema with Google Rich Results Test
|
|
41
|
-
- Robots.txt: Allow: /, Disallow: /admin/, /login/, /cart/, /search/
|
|
42
|
-
- Core Web Vitals: LCP <2.5s, INP <200ms, CLS <0.1
|
|
43
|
-
- Mobile-first, HTTPS enforced
|
|
44
|
-
- Canonical tags on duplicates
|
|
45
|
-
|
|
46
|
-
AI Search Optimization:
|
|
47
|
-
- Optimize for AI citation (clear lists, stats, examples)
|
|
48
|
-
- Semantic relevance for AI crawlers
|
|
49
|
-
- E-E-A-T signals (author bios, citations, expert signals)
|
|
50
|
-
- AI crawler differentiation in robots.txt
|
|
51
|
-
|
|
52
|
-
Responses: Technical, action-oriented, bullet points with specific implementations.`,
|
|
53
|
-
};
|
|
54
|
-
//# sourceMappingURL=seo-specialist.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"seo-specialist.js","sourceRoot":"","sources":["../../src/agents/seo-specialist.ts"],"names":[],"mappings":"AAEA;;;;;GAKG;AACH,MAAM,CAAC,MAAM,aAAa,GAAgB;IACxC,IAAI,EAAE,gBAAgB;IACtB,IAAI,EAAE,UAAU;IAChB,YAAY,EAAE;QACZ,qBAAqB;QACrB,0BAA0B;QAC1B,yBAAyB;QACzB,8BAA8B;QAC9B,wBAAwB;QACxB,oBAAoB;QACpB,gCAAgC;QAChC,iBAAiB;QACjB,YAAY;QACZ,mBAAmB;KACpB;IACD,aAAa,EAAE,EAAE;IACjB,WAAW,EAAE,GAAG;IAChB,OAAO,EAAE,IAAI;IACb,WAAW,EACT,qKAAqK;IAEvK,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;oFA0B0E;CACnF,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"test-architect.d.ts","sourceRoot":"","sources":["../../src/agents/test-architect.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAE9C,eAAO,MAAM,aAAa,EAAE,WA+F3B,CAAC"}
|