@defai.digital/automatosx 5.6.35 → 5.7.2
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/CHANGELOG.md +142 -0
- package/README.md +44 -2
- package/dist/index.js +1129 -345
- package/examples/agents/.automatosx/abilities/accessibility.md +115 -0
- package/examples/agents/.automatosx/abilities/api-design.md +159 -0
- package/examples/agents/.automatosx/abilities/best-practices.md +102 -0
- package/examples/agents/.automatosx/abilities/caching-strategy.md +165 -0
- package/examples/agents/.automatosx/abilities/ci-cd.md +61 -0
- package/examples/agents/.automatosx/abilities/clean-code.md +398 -0
- package/examples/agents/.automatosx/abilities/code-generation.md +95 -0
- package/examples/agents/.automatosx/abilities/code-review.md +42 -0
- package/examples/agents/.automatosx/abilities/component-architecture.md +112 -0
- package/examples/agents/.automatosx/abilities/content-creation.md +97 -0
- package/examples/agents/.automatosx/abilities/data-modeling.md +171 -0
- package/examples/agents/.automatosx/abilities/data-validation.md +50 -0
- package/examples/agents/.automatosx/abilities/db-modeling.md +158 -0
- package/examples/agents/.automatosx/abilities/debugging.md +43 -0
- package/examples/agents/.automatosx/abilities/dependency-audit.md +60 -0
- package/examples/agents/.automatosx/abilities/design-patterns.md +437 -0
- package/examples/agents/.automatosx/abilities/design-system-implementation.md +126 -0
- package/examples/agents/.automatosx/abilities/documentation.md +54 -0
- package/examples/agents/.automatosx/abilities/error-analysis.md +107 -0
- package/examples/agents/.automatosx/abilities/etl-pipelines.md +44 -0
- package/examples/agents/.automatosx/abilities/feasibility-study.md +20 -0
- package/examples/agents/.automatosx/abilities/general-assistance.md +26 -0
- package/examples/agents/.automatosx/abilities/idea-evaluation.md +21 -0
- package/examples/agents/.automatosx/abilities/infra-as-code.md +57 -0
- package/examples/agents/.automatosx/abilities/job-orchestration.md +44 -0
- package/examples/agents/.automatosx/abilities/literature-review.md +19 -0
- package/examples/agents/.automatosx/abilities/logical-analysis.md +21 -0
- package/examples/agents/.automatosx/abilities/longform-report.md +25 -0
- package/examples/agents/.automatosx/abilities/mathematical-reasoning.md +170 -0
- package/examples/agents/.automatosx/abilities/mission-analysis.md +49 -0
- package/examples/agents/.automatosx/abilities/observability.md +61 -0
- package/examples/agents/.automatosx/abilities/orbital-mechanics.md +50 -0
- package/examples/agents/.automatosx/abilities/our-architecture-decisions.md +180 -0
- package/examples/agents/.automatosx/abilities/our-code-review-checklist.md +149 -0
- package/examples/agents/.automatosx/abilities/our-coding-standards.md +270 -0
- package/examples/agents/.automatosx/abilities/our-project-structure.md +183 -0
- package/examples/agents/.automatosx/abilities/performance-analysis.md +56 -0
- package/examples/agents/.automatosx/abilities/performance.md +80 -0
- package/examples/agents/.automatosx/abilities/problem-solving.md +50 -0
- package/examples/agents/.automatosx/abilities/propulsion-systems.md +50 -0
- package/examples/agents/.automatosx/abilities/quantum-algorithm-design.md +54 -0
- package/examples/agents/.automatosx/abilities/quantum-error-correction.md +56 -0
- package/examples/agents/.automatosx/abilities/quantum-frameworks-transpilation.md +53 -0
- package/examples/agents/.automatosx/abilities/quantum-noise-modeling.md +58 -0
- package/examples/agents/.automatosx/abilities/refactoring.md +223 -0
- package/examples/agents/.automatosx/abilities/release-strategy.md +58 -0
- package/examples/agents/.automatosx/abilities/risk-assessment.md +19 -0
- package/examples/agents/.automatosx/abilities/secrets-policy.md +61 -0
- package/examples/agents/.automatosx/abilities/secure-coding-review.md +51 -0
- package/examples/agents/.automatosx/abilities/security-audit.md +65 -0
- package/examples/agents/.automatosx/abilities/software-architecture.md +394 -0
- package/examples/agents/.automatosx/abilities/solid-principles.md +341 -0
- package/examples/agents/.automatosx/abilities/sql-optimization.md +84 -0
- package/examples/agents/.automatosx/abilities/state-management.md +96 -0
- package/examples/agents/.automatosx/abilities/task-planning.md +65 -0
- package/examples/agents/.automatosx/abilities/technical-writing.md +77 -0
- package/examples/agents/.automatosx/abilities/telemetry-diagnostics.md +51 -0
- package/examples/agents/.automatosx/abilities/testing.md +47 -0
- package/examples/agents/.automatosx/abilities/threat-modeling.md +49 -0
- package/examples/agents/.automatosx/abilities/troubleshooting.md +80 -0
- package/examples/agents/.automatosx/agents/aerospace-scientist.yaml +75 -0
- package/examples/agents/.automatosx/agents/backend.yaml +152 -0
- package/examples/agents/.automatosx/agents/ceo.yaml +63 -0
- package/examples/agents/.automatosx/agents/creative-marketer.yaml +121 -0
- package/examples/agents/.automatosx/agents/cto.yaml +72 -0
- package/examples/agents/.automatosx/agents/data-scientist.yaml +124 -0
- package/examples/agents/.automatosx/agents/data.yaml +77 -0
- package/examples/agents/.automatosx/agents/design.yaml +74 -0
- package/examples/agents/.automatosx/agents/devops.yaml +89 -0
- package/examples/agents/.automatosx/agents/frontend.yaml +139 -0
- package/examples/agents/.automatosx/agents/fullstack.yaml +151 -0
- package/examples/agents/.automatosx/agents/mobile.yaml +161 -0
- package/examples/agents/.automatosx/agents/product.yaml +72 -0
- package/examples/agents/.automatosx/agents/quality.yaml +79 -0
- package/examples/agents/.automatosx/agents/quantum-engineer.yaml +75 -0
- package/examples/agents/.automatosx/agents/researcher.yaml +71 -0
- package/examples/agents/.automatosx/agents/security.yaml +86 -0
- package/examples/agents/.automatosx/agents/stan.yaml +189 -0
- package/examples/agents/.automatosx/agents/writer.yaml +78 -0
- package/examples/agents/.automatosx/teams/business.yaml +56 -0
- package/examples/agents/.automatosx/teams/core.yaml +60 -0
- package/examples/agents/.automatosx/teams/design.yaml +58 -0
- package/examples/agents/.automatosx/teams/engineering.yaml +69 -0
- package/examples/agents/.automatosx/teams/research.yaml +56 -0
- package/examples/agents/.automatosx/templates/analyst.yaml +60 -0
- package/examples/agents/.automatosx/templates/assistant.yaml +48 -0
- package/examples/agents/.automatosx/templates/basic-agent.yaml +28 -0
- package/examples/agents/.automatosx/templates/code-reviewer.yaml +52 -0
- package/examples/agents/.automatosx/templates/debugger.yaml +63 -0
- package/examples/agents/.automatosx/templates/designer.yaml +69 -0
- package/examples/agents/.automatosx/templates/developer.yaml +60 -0
- package/examples/agents/.automatosx/templates/fullstack-developer.yaml +395 -0
- package/examples/agents/.automatosx/templates/qa-specialist.yaml +71 -0
- package/examples/agents/.claude/commands/ax-agent.md +37 -0
- package/examples/agents/.claude/commands/ax-clear.md +22 -0
- package/examples/agents/.claude/commands/ax-init.md +25 -0
- package/examples/agents/.claude/commands/ax-list.md +19 -0
- package/examples/agents/.claude/commands/ax-memory.md +25 -0
- package/examples/agents/.claude/commands/ax-status.md +24 -0
- package/examples/agents/.claude/commands/ax-update.md +28 -0
- package/examples/agents/.claude/mcp/automatosx.json +244 -0
- package/examples/agents/CLAUDE.md +262 -0
- package/package.json +1 -1
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
# QA Specialist Agent Template
|
|
2
|
+
# Pre-configured for quality assurance and testing
|
|
3
|
+
# Team: Core
|
|
4
|
+
# v5.0+
|
|
5
|
+
|
|
6
|
+
name: "{{AGENT_NAME}}"
|
|
7
|
+
displayName: "{{DISPLAY_NAME}}"
|
|
8
|
+
team: core
|
|
9
|
+
role: "{{ROLE | default: QA Specialist}}"
|
|
10
|
+
description: "{{DESCRIPTION | default: Expert in quality assurance, testing, and quality control}}"
|
|
11
|
+
|
|
12
|
+
# QA abilities (core team shared abilities will be added automatically)
|
|
13
|
+
abilities:
|
|
14
|
+
- test-planning
|
|
15
|
+
- test-automation
|
|
16
|
+
- quality-assurance
|
|
17
|
+
- bug-reporting
|
|
18
|
+
# Add custom abilities here
|
|
19
|
+
|
|
20
|
+
# Configuration
|
|
21
|
+
temperature: 0.2 # Very low temperature for consistent testing
|
|
22
|
+
maxTokens: 4000
|
|
23
|
+
|
|
24
|
+
# Orchestration
|
|
25
|
+
orchestration:
|
|
26
|
+
maxDelegationDepth: 2
|
|
27
|
+
canReadWorkspaces:
|
|
28
|
+
- frontend
|
|
29
|
+
- backend
|
|
30
|
+
- database
|
|
31
|
+
- devops
|
|
32
|
+
canWriteToShared: true
|
|
33
|
+
|
|
34
|
+
# System Prompt
|
|
35
|
+
systemPrompt: |
|
|
36
|
+
You are {{DISPLAY_NAME}}, a {{ROLE | default: QA Specialist}}.
|
|
37
|
+
|
|
38
|
+
{{DESCRIPTION | default: You are an expert QA specialist with comprehensive knowledge of testing methodologies, quality assurance processes, and test automation.}}
|
|
39
|
+
|
|
40
|
+
Your expertise includes:
|
|
41
|
+
- Test planning and strategy
|
|
42
|
+
- Test case design and execution
|
|
43
|
+
- Automated testing (unit, integration, E2E)
|
|
44
|
+
- Performance and load testing
|
|
45
|
+
- Security testing
|
|
46
|
+
- Regression testing
|
|
47
|
+
- Bug identification and reporting
|
|
48
|
+
- Quality metrics and reporting
|
|
49
|
+
|
|
50
|
+
## Testing principles:
|
|
51
|
+
- Thorough coverage (happy paths and edge cases)
|
|
52
|
+
- Early and continuous testing
|
|
53
|
+
- Risk-based testing prioritization
|
|
54
|
+
- Clear and reproducible bug reports
|
|
55
|
+
- Automation where beneficial
|
|
56
|
+
|
|
57
|
+
## Multi-agent collaboration:
|
|
58
|
+
- Work with developers on test automation
|
|
59
|
+
- Collaborate with product team on acceptance criteria
|
|
60
|
+
- Delegate security testing to security specialists
|
|
61
|
+
- Coordinate with devops on CI/CD testing
|
|
62
|
+
|
|
63
|
+
## Approach:
|
|
64
|
+
1. Understand requirements and acceptance criteria
|
|
65
|
+
2. Design comprehensive test plan
|
|
66
|
+
3. Create detailed test cases
|
|
67
|
+
4. Execute tests systematically
|
|
68
|
+
5. Document findings clearly
|
|
69
|
+
6. Verify fixes and prevent regressions
|
|
70
|
+
|
|
71
|
+
Communication style: Precise, detail-oriented, and quality-focused
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
Execute an AutomatosX agent with a specific task.
|
|
2
|
+
|
|
3
|
+
**IMPORTANT**: When user types `/ax-agent <agent>, <task>`, you MUST:
|
|
4
|
+
|
|
5
|
+
1. Split the input on the FIRST comma
|
|
6
|
+
2. Extract agent name (text before comma, trimmed)
|
|
7
|
+
3. Extract task (text after comma, trimmed)
|
|
8
|
+
4. Execute: `automatosx run <agent> "<task>"`
|
|
9
|
+
|
|
10
|
+
**Parsing Rules**:
|
|
11
|
+
|
|
12
|
+
```
|
|
13
|
+
Input: /ax-agent backend, explain quantum computing
|
|
14
|
+
↓
|
|
15
|
+
Agent: "backend"
|
|
16
|
+
Task: "explain quantum computing"
|
|
17
|
+
↓
|
|
18
|
+
Execute: automatosx run backend "explain quantum computing"
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
**Examples**:
|
|
22
|
+
|
|
23
|
+
User input: `/ax-agent bob, i want you help me write a validation function`
|
|
24
|
+
→ Execute: `automatosx run bob "i want you help me write a validation function"`
|
|
25
|
+
|
|
26
|
+
User input: `/ax-agent backend, explain quantum computing to me`
|
|
27
|
+
→ Execute: `automatosx run backend "explain quantum computing to me"`
|
|
28
|
+
|
|
29
|
+
User input: `/ax-agent backend, create a REST API for user management`
|
|
30
|
+
→ Execute: `automatosx run backend "create a REST API for user management"`
|
|
31
|
+
|
|
32
|
+
User input: `/ax-agent quality, review the changes in src/auth.ts and suggest improvements`
|
|
33
|
+
→ Execute: `automatosx run quality "review the changes in src/auth.ts and suggest improvements"`
|
|
34
|
+
|
|
35
|
+
**Available built-in agents**: backend, frontend, devops, data, security, quality, design, writer, product, ceo, cto, researcher
|
|
36
|
+
|
|
37
|
+
**Note**: Users can also use custom agent names if they've created them in `.automatosx/agents/`
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
Clear AutomatosX memory.
|
|
2
|
+
|
|
3
|
+
**IMPORTANT**: When user types `/ax-clear`, you MUST execute:
|
|
4
|
+
|
|
5
|
+
```bash
|
|
6
|
+
automatosx memory clear --confirm
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
This will delete all stored memories from the AutomatosX memory database.
|
|
10
|
+
|
|
11
|
+
**Examples**:
|
|
12
|
+
|
|
13
|
+
User input: `/ax-clear`
|
|
14
|
+
→ Execute: `automatosx memory clear --confirm`
|
|
15
|
+
|
|
16
|
+
User input: `/ax-clear --type task`
|
|
17
|
+
→ Execute: `automatosx memory clear --confirm --type task`
|
|
18
|
+
|
|
19
|
+
User input: `/ax-clear --older-than 30`
|
|
20
|
+
→ Execute: `automatosx memory clear --confirm --older-than 30`
|
|
21
|
+
|
|
22
|
+
⚠️ **Warning**: This action cannot be undone. Consider backing up first.
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
Initialize AutomatosX in the current project directory.
|
|
2
|
+
|
|
3
|
+
**IMPORTANT**: When user types `/ax-init`, you MUST execute:
|
|
4
|
+
|
|
5
|
+
```bash
|
|
6
|
+
automatosx init
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
This will:
|
|
10
|
+
|
|
11
|
+
1. Create `.automatosx/` directory structure
|
|
12
|
+
2. Install 15 example agents in `.automatosx/agents/`
|
|
13
|
+
3. Install 15 example abilities in `.automatosx/abilities/`
|
|
14
|
+
4. Create `.claude/` integration files (slash commands + MCP)
|
|
15
|
+
5. Generate `automatosx.config.json`
|
|
16
|
+
6. Update `.gitignore`
|
|
17
|
+
|
|
18
|
+
**Examples**:
|
|
19
|
+
|
|
20
|
+
User input: `/ax-init`
|
|
21
|
+
→ Execute: `automatosx init`
|
|
22
|
+
|
|
23
|
+
User input: `/ax-init --force`
|
|
24
|
+
→ Execute: `automatosx init --force`
|
|
25
|
+
(Use `--force` to reinitialize if `.automatosx` already exists)
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
List available AutomatosX agents.
|
|
2
|
+
|
|
3
|
+
**IMPORTANT**: When user types `/ax-list`, you MUST execute:
|
|
4
|
+
|
|
5
|
+
```bash
|
|
6
|
+
automatosx list agents
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
This will display all available agents with their display names, roles, and descriptions.
|
|
10
|
+
|
|
11
|
+
**Example**:
|
|
12
|
+
|
|
13
|
+
User input: `/ax-list`
|
|
14
|
+
→ Execute: `automatosx list agents`
|
|
15
|
+
|
|
16
|
+
Expected output shows all agents including:
|
|
17
|
+
|
|
18
|
+
- Built-in agents (backend, frontend, quality, security, writer, etc.)
|
|
19
|
+
- Custom agents (if any created in `.automatosx/agents/`)
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
Search AutomatosX memory for relevant information.
|
|
2
|
+
|
|
3
|
+
**IMPORTANT**: When user types `/ax-memory <query>`, you MUST:
|
|
4
|
+
|
|
5
|
+
1. Take everything after `/ax-memory` as the search query
|
|
6
|
+
2. Execute: `automatosx memory search "<query>"`
|
|
7
|
+
|
|
8
|
+
**Examples**:
|
|
9
|
+
|
|
10
|
+
User input: `/ax-memory authentication`
|
|
11
|
+
→ Execute: `automatosx memory search "authentication"`
|
|
12
|
+
|
|
13
|
+
User input: `/ax-memory how to setup database`
|
|
14
|
+
→ Execute: `automatosx memory search "how to setup database"`
|
|
15
|
+
|
|
16
|
+
User input: `/ax-memory API errors and solutions`
|
|
17
|
+
→ Execute: `automatosx memory search "API errors and solutions"`
|
|
18
|
+
|
|
19
|
+
**With Options**:
|
|
20
|
+
|
|
21
|
+
User input: `/ax-memory authentication --limit 5`
|
|
22
|
+
→ Execute: `automatosx memory search "authentication" --limit 5`
|
|
23
|
+
|
|
24
|
+
User input: `/ax-memory database --type task`
|
|
25
|
+
→ Execute: `automatosx memory search "database" --type task`
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
Display AutomatosX system status and configuration.
|
|
2
|
+
|
|
3
|
+
**IMPORTANT**: When user types `/ax-status`, you MUST execute:
|
|
4
|
+
|
|
5
|
+
```bash
|
|
6
|
+
automatosx status
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
This will show:
|
|
10
|
+
|
|
11
|
+
- Installed version
|
|
12
|
+
- Configuration file location
|
|
13
|
+
- Available AI providers and their status
|
|
14
|
+
- Memory system status
|
|
15
|
+
- Project directory information
|
|
16
|
+
|
|
17
|
+
**Examples**:
|
|
18
|
+
|
|
19
|
+
User input: `/ax-status`
|
|
20
|
+
→ Execute: `automatosx status`
|
|
21
|
+
|
|
22
|
+
User input: `/ax-status --verbose`
|
|
23
|
+
→ Execute: `automatosx status --verbose`
|
|
24
|
+
(Shows detailed configuration and environment information)
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
Update AutomatosX to the latest version.
|
|
2
|
+
|
|
3
|
+
**IMPORTANT**: When user types `/ax-update`, you MUST execute:
|
|
4
|
+
|
|
5
|
+
```bash
|
|
6
|
+
automatosx update
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
This will:
|
|
10
|
+
|
|
11
|
+
1. Check for the latest version on npm
|
|
12
|
+
2. Display changelog from GitHub
|
|
13
|
+
3. Ask for confirmation
|
|
14
|
+
4. Install the update globally
|
|
15
|
+
|
|
16
|
+
**Examples**:
|
|
17
|
+
|
|
18
|
+
User input: `/ax-update`
|
|
19
|
+
→ Execute: `automatosx update`
|
|
20
|
+
(Interactive update with confirmation)
|
|
21
|
+
|
|
22
|
+
User input: `/ax-update --check`
|
|
23
|
+
→ Execute: `automatosx update --check`
|
|
24
|
+
(Only check for updates without installing)
|
|
25
|
+
|
|
26
|
+
User input: `/ax-update --yes`
|
|
27
|
+
→ Execute: `automatosx update --yes`
|
|
28
|
+
(Update without confirmation prompt)
|
|
@@ -0,0 +1,244 @@
|
|
|
1
|
+
{
|
|
2
|
+
"mcpServers": {
|
|
3
|
+
"automatosx": {
|
|
4
|
+
"command": "automatosx",
|
|
5
|
+
"args": ["mcp"],
|
|
6
|
+
"description": "AutomatosX AI Agent Orchestration Platform with persistent memory and multi-agent coordination",
|
|
7
|
+
"tools": [
|
|
8
|
+
{
|
|
9
|
+
"name": "run_agent",
|
|
10
|
+
"description": "Execute an AutomatosX agent with a specific task",
|
|
11
|
+
"inputSchema": {
|
|
12
|
+
"type": "object",
|
|
13
|
+
"properties": {
|
|
14
|
+
"agent": {
|
|
15
|
+
"type": "string",
|
|
16
|
+
"description": "The name of the agent to run (e.g., backend, Paris, Bob)"
|
|
17
|
+
},
|
|
18
|
+
"task": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"description": "The task for the agent to perform"
|
|
21
|
+
},
|
|
22
|
+
"provider": {
|
|
23
|
+
"type": "string",
|
|
24
|
+
"description": "Optional: Override the AI provider",
|
|
25
|
+
"enum": ["claude", "gemini", "openai"]
|
|
26
|
+
},
|
|
27
|
+
"no_memory": {
|
|
28
|
+
"type": "boolean",
|
|
29
|
+
"description": "Optional: Skip memory injection",
|
|
30
|
+
"default": false
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"required": ["agent", "task"]
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "list_agents",
|
|
38
|
+
"description": "List all available AutomatosX agents",
|
|
39
|
+
"inputSchema": {
|
|
40
|
+
"type": "object",
|
|
41
|
+
"properties": {}
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "search_memory",
|
|
46
|
+
"description": "Search AutomatosX memory for relevant information",
|
|
47
|
+
"inputSchema": {
|
|
48
|
+
"type": "object",
|
|
49
|
+
"properties": {
|
|
50
|
+
"query": {
|
|
51
|
+
"type": "string",
|
|
52
|
+
"description": "Search query"
|
|
53
|
+
},
|
|
54
|
+
"limit": {
|
|
55
|
+
"type": "number",
|
|
56
|
+
"description": "Maximum number of results",
|
|
57
|
+
"default": 10
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"required": ["query"]
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "get_status",
|
|
65
|
+
"description": "Get AutomatosX system status and configuration",
|
|
66
|
+
"inputSchema": {
|
|
67
|
+
"type": "object",
|
|
68
|
+
"properties": {}
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"name": "session_create",
|
|
73
|
+
"description": "Create a new multi-agent session",
|
|
74
|
+
"inputSchema": {
|
|
75
|
+
"type": "object",
|
|
76
|
+
"properties": {
|
|
77
|
+
"name": {
|
|
78
|
+
"type": "string",
|
|
79
|
+
"description": "Session name/task description"
|
|
80
|
+
},
|
|
81
|
+
"agent": {
|
|
82
|
+
"type": "string",
|
|
83
|
+
"description": "Initiating agent name"
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"required": ["name", "agent"]
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "session_list",
|
|
91
|
+
"description": "List all active sessions",
|
|
92
|
+
"inputSchema": {
|
|
93
|
+
"type": "object",
|
|
94
|
+
"properties": {}
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"name": "session_status",
|
|
99
|
+
"description": "Get detailed status of a specific session",
|
|
100
|
+
"inputSchema": {
|
|
101
|
+
"type": "object",
|
|
102
|
+
"properties": {
|
|
103
|
+
"id": {
|
|
104
|
+
"type": "string",
|
|
105
|
+
"description": "Session ID"
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"required": ["id"]
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"name": "session_complete",
|
|
113
|
+
"description": "Mark a session as completed",
|
|
114
|
+
"inputSchema": {
|
|
115
|
+
"type": "object",
|
|
116
|
+
"properties": {
|
|
117
|
+
"id": {
|
|
118
|
+
"type": "string",
|
|
119
|
+
"description": "Session ID"
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
"required": ["id"]
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"name": "session_fail",
|
|
127
|
+
"description": "Mark a session as failed with an error reason",
|
|
128
|
+
"inputSchema": {
|
|
129
|
+
"type": "object",
|
|
130
|
+
"properties": {
|
|
131
|
+
"id": {
|
|
132
|
+
"type": "string",
|
|
133
|
+
"description": "Session ID"
|
|
134
|
+
},
|
|
135
|
+
"reason": {
|
|
136
|
+
"type": "string",
|
|
137
|
+
"description": "Failure reason"
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
"required": ["id", "reason"]
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "memory_add",
|
|
145
|
+
"description": "Add a new memory entry to the system",
|
|
146
|
+
"inputSchema": {
|
|
147
|
+
"type": "object",
|
|
148
|
+
"properties": {
|
|
149
|
+
"content": {
|
|
150
|
+
"type": "string",
|
|
151
|
+
"description": "Memory content"
|
|
152
|
+
},
|
|
153
|
+
"metadata": {
|
|
154
|
+
"type": "object",
|
|
155
|
+
"description": "Optional metadata (agent, timestamp, etc.)",
|
|
156
|
+
"properties": {
|
|
157
|
+
"agent": { "type": "string" },
|
|
158
|
+
"timestamp": { "type": "string" }
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
"required": ["content"]
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"name": "memory_list",
|
|
167
|
+
"description": "List memory entries with optional filtering",
|
|
168
|
+
"inputSchema": {
|
|
169
|
+
"type": "object",
|
|
170
|
+
"properties": {
|
|
171
|
+
"agent": {
|
|
172
|
+
"type": "string",
|
|
173
|
+
"description": "Filter by agent name"
|
|
174
|
+
},
|
|
175
|
+
"limit": {
|
|
176
|
+
"type": "number",
|
|
177
|
+
"description": "Maximum number of entries",
|
|
178
|
+
"default": 50
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"name": "memory_delete",
|
|
185
|
+
"description": "Delete a specific memory entry by ID",
|
|
186
|
+
"inputSchema": {
|
|
187
|
+
"type": "object",
|
|
188
|
+
"properties": {
|
|
189
|
+
"id": {
|
|
190
|
+
"type": "number",
|
|
191
|
+
"description": "Memory entry ID"
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
"required": ["id"]
|
|
195
|
+
}
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"name": "memory_export",
|
|
199
|
+
"description": "Export all memory entries to a JSON file",
|
|
200
|
+
"inputSchema": {
|
|
201
|
+
"type": "object",
|
|
202
|
+
"properties": {
|
|
203
|
+
"path": {
|
|
204
|
+
"type": "string",
|
|
205
|
+
"description": "Export file path (relative to .automatosx/memory/exports/)"
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
"required": ["path"]
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"name": "memory_import",
|
|
213
|
+
"description": "Import memory entries from a JSON file",
|
|
214
|
+
"inputSchema": {
|
|
215
|
+
"type": "object",
|
|
216
|
+
"properties": {
|
|
217
|
+
"path": {
|
|
218
|
+
"type": "string",
|
|
219
|
+
"description": "Import file path"
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
"required": ["path"]
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"name": "memory_stats",
|
|
227
|
+
"description": "Get detailed memory statistics",
|
|
228
|
+
"inputSchema": {
|
|
229
|
+
"type": "object",
|
|
230
|
+
"properties": {}
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"name": "memory_clear",
|
|
235
|
+
"description": "Clear all memory entries from the database",
|
|
236
|
+
"inputSchema": {
|
|
237
|
+
"type": "object",
|
|
238
|
+
"properties": {}
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
]
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
}
|