MCPcopy Create free account

hub / github.com/EvolvingAgentsLabs/skillos / types & classes

Types & classes98 in github.com/EvolvingAgentsLabs/skillos

↓ 5 callersClassPathPolicy
Validates that file-IO tool arguments stay within the workspace root.
permission_policy.py:15
↓ 3 callersClassEchoParameters
Parameters for a single arterial echo reflection.
projects/Project_aorta/output/quantum_aorta_implementation.py:126
↓ 3 callersClassPermissionPolicy
Controls which tools can execute automatically vs require approval.
permission_policy.py:58
↓ 3 callersClassScheduledTask
skillos.py:80
↓ 2 callersClassDetectedEcho
An echo detected from cepstral peak analysis.
projects/Project_aorta/output/quantum_aorta_implementation.py:144
↓ 2 callersClassLocalExecutor
Runs commands via subprocess on the host machine.
sandbox.py:36
↓ 2 callersClassSandboxResult
Uniform result from any executor.
sandbox.py:16
↓ 2 callersClassTaskStatus
skillos.py:71
↓ 1 callersClassE2bExecutor
Runs commands inside an E2B cloud sandbox. Requires the ``e2b_code_interpreter`` package and an ``E2B_API_KEY`` environment variable. Both a
sandbox.py:63
↓ 1 callersClassGatewayClient
WebSocket client that forwards tool invocations to the OpenClaw Gateway.
roclaw_bridge.py:57
↓ 1 callersClassHttpToolClient
HTTP client that forwards tool invocations to a run_sim3d.ts --serve tool server.
roclaw_bridge.py:212
↓ 1 callersClassScheduler
Background task scheduler with cron-style and one-shot support.
skillos.py:95
↓ 1 callersClassSimulationClient
Simulated robot responses for testing without hardware.
roclaw_bridge.py:116
Class
components/skills/algorithmic-art/templates/generator_template.js:92
ClassBridgeHandler
HTTP handler that translates REST calls to tool invocations.
roclaw_bridge.py:278
ClassEntity
components/skills/algorithmic-art/templates/generator_template.js:92
ClassPermissionMode
permission_policy.py:52
ClassSandboxExecutor
Abstract base for shell execution backends.
sandbox.py:23
ClassTestAOTFrontmatterParser
Test the _parse_frontmatter function used by agent_runtime.py.
tests/test_pipeline_runtime.py:113
ClassTestAgentDiscoveryDirectory
tests/test_runtime_claude_code.py:25
ClassTestAgentFrontmatter
tests/test_runtime_claude_code.py:93
ClassTestAgentRuntimeImport
Verify agent_runtime.py has the expected pipeline methods.
tests/test_pipeline_runtime.py:141
ClassTestAgentSync
Non-redirect agents in system/agents/ must be discoverable in .claude/agents/.
tests/test_runtime_claude_code.py:143
ClassTestBannerExtraction
Validate that the regex used in show_banner() correctly extracts the art.
tests/test_runtime_terminal.py:64
ClassTestBootBanner
tests/test_boot_manifest.py:84
ClassTestBootChecklist
tests/test_boot_manifest.py:113
ClassTestBootManifestExists
tests/test_boot_manifest.py:17
ClassTestBootManifestFrontmatter
tests/test_boot_manifest.py:28
ClassTestBootManifestSections
tests/test_boot_manifest.py:65
ClassTestBootProtocol
tests/test_boot_manifest.py:138
ClassTestBridgeContract
The bridge must return identical responses regardless of caller.
tests/test_hil_standardization.py:67
ClassTestCLIFlags
CLI argument parsing includes --strategy and --project-dir.
tests/test_cognitive_pipeline.py:324
ClassTestClaudeCodeArchDoc
tests/test_runtime_claude_code.py:227
ClassTestCoreAgentsPresent
tests/test_runtime_claude_code.py:63
ClassTestCreateExecutor
tests/test_sandbox.py:53
ClassTestDataclasses
StepResult and StepValidation dataclasses exist and have expected fields.
tests/test_cognitive_pipeline.py:295
ClassTestDialectBenchmarkScenarioParseable
Dialect_Benchmark.md is parseable with valid frontmatter for pipeline execution.
tests/test_pipeline_runtime.py:70
ClassTestDialectCompilerManifest
tests/test_dialects.py:203
ClassTestDialectCompilerSpec
tests/test_dialects.py:228
ClassTestDialectDefinitions
Validate each .dialect.md file.
tests/test_dialects.py:96
ClassTestDialectExpanderManifest
tests/test_dialects.py:254
ClassTestDialectExpanderSpec
tests/test_dialects.py:278
ClassTestDialectGrammarSections
Every dialect file must have a Grammar / Syntax section for AOT extraction.
tests/test_pipeline_runtime.py:39
ClassTestDialectRegistryIndex
Validate system/dialects/_index.md.
tests/test_dialects.py:70
ClassTestDialectRegistryManifest
tests/test_dialects.py:303
ClassTestDialectRegistrySpec
tests/test_dialects.py:323
ClassTestDialectsDirectoryStructure
Verify all expected directories exist.
tests/test_dialects.py:372
ClassTestDialectsSkillDomain
Validate base.md and index.md for the dialects skill domain.
tests/test_dialects.py:172
ClassTestDynamicSubagentCreation
_generate_agent_spec creates markdown agent files from scenario context.
tests/test_cognitive_pipeline.py:376
ClassTestEnhancedDelegation
_handle_delegate_to_agent now runs a multi-turn tool loop.
tests/test_cognitive_pipeline.py:506
ClassTestExamplesDirectory
tests/test_examples.py:46
ClassTestFileLocations
tests/test_boot_manifest.py:188
ClassTestFmtDuration
tests/test_runtime_terminal.py:303
ClassTestGeminiManifestLoader
Verify that _load_manifest correctly parses GEMINI.md shell-based tools.
tests/test_runtime_qwen.py:223
ClassTestGemmaOpenRouterProviderConfig
Verify the gemma-openrouter provider is correctly configured.
tests/test_runtime_qwen.py:294
ClassTestGemmaProviderConfig
Verify the gemma provider is correctly configured in PROVIDER_CONFIGS.
tests/test_runtime_qwen.py:265
ClassTestHumanRendererDialectExpansion
Verify human-renderer-agent can detect and expand each dialect back to prose. The human-renderer defines a detection table (Content Pattern → Det
tests/test_dialects.py:637
ClassTestHumanRendererManifest
tests/test_dialects.py:453
ClassTestHumanRendererSpec
tests/test_dialects.py:477
ClassTestIntentCompilerDialectRouting
Verify intent-compiler-agent routes to correct dialect for each domain. The intent-compiler defines a mapping table (Intent Pattern → Preferred D
tests/test_dialects.py:527
ClassTestIntentCompilerManifest
tests/test_dialects.py:402
ClassTestIntentCompilerSpec
tests/test_dialects.py:427
ClassTestLanguageFacadeBidirectional
Verify bidirectional coverage: every dialect the intent-compiler can route TO must be detectable and expandable BY the human-renderer. This v
tests/test_dialects.py:706
ClassTestLocalExecutor
tests/test_sandbox.py:15
ClassTestModelCapabilities
MODEL_CAPABILITIES lookup and fallback behavior.
tests/test_cognitive_pipeline.py:64
ClassTestOrchestrationFacadeSkills
Verify orchestration/index.md lists facade agents.
tests/test_dialects.py:506
ClassTestParseCognitivePipeline
Pipeline parsing from scenario files (Format A and B).
tests/test_cognitive_pipeline.py:100
ClassTestParseDuration
Unit tests for parse_duration() — pure stdlib function.
tests/test_runtime_terminal.py:95
ClassTestParseTime
Unit tests for parse_time() — pure stdlib function.
tests/test_runtime_terminal.py:142
ClassTestParseToolCallsRefactored
_parse_tool_calls extracted method handles all 4 formats.
tests/test_cognitive_pipeline.py:265
ClassTestPathPolicy
Direct PathPolicy.validate_path() tests.
tests/test_path_policy.py:18
ClassTestPermissionPolicyWithPathPolicy
Path validation runs before mode check in authorize().
tests/test_path_policy.py:111
ClassTestPriorOutputFileInjection
Prior step files are pre-read and injected into later step prompts.
tests/test_cognitive_pipeline.py:473
ClassTestProcessInput
process_input() should wrap bare goals in skillos execute: format.
tests/test_runtime_terminal.py:268
ClassTestProjectsDirectory
tests/test_examples.py:152
ClassTestQwenBootRequirement
QWEN.md must instruct the runtime to read Boot.md first.
tests/test_runtime_qwen.py:34
ClassTestQwenManifestExists
tests/test_runtime_qwen.py:23
ClassTestQwenManifestStructure
tests/test_runtime_qwen.py:63
ClassTestQwenNativeTools
QWEN.md must define all required native tools.
tests/test_runtime_qwen.py:80
ClassTestQwenRuntimeModule
tests/test_runtime_qwen.py:162
ClassTestQwenToolCallFormat
All tool_call examples in QWEN.md must use valid XML-like format.
tests/test_runtime_qwen.py:135
ClassTestRunScenarioScript
run_scenario.py exists and has expected structure.
tests/test_cognitive_pipeline.py:344
ClassTestScenarioDialectDeclarations
Validate requires_dialects and pipeline fields in Dialect_Benchmark.md.
tests/test_dialects.py:758
ClassTestScenariosDirectory
tests/test_examples.py:109
ClassTestScheduler
Unit tests for the Scheduler class.
tests/test_runtime_terminal.py:202
ClassTestSecurityInfrastructure
tests/test_security_scanner.py:95
ClassTestSecurityScannerManifest
tests/test_security_scanner.py:33
ClassTestSecurityScannerSpec
tests/test_security_scanner.py:60
ClassTestSkillIndexUpdated
tests/test_dialects.py:345
ClassTestStrategyRouter
execute_scenario routes to the correct method based on model tier.
tests/test_cognitive_pipeline.py:154
ClassTestSystemAgentContent
tests/test_runtime_claude_code.py:202
ClassTestSystemAgentInlineGrammars
Validate Quick Grammar Reference and Pipeline Execution Mode in system-agent.md.
tests/test_dialects.py:810
ClassTestSystemCoreFiles
tests/test_examples.py:185
ClassTestSystemInvariants
tests/test_boot_manifest.py:169
ClassTestTerminalStructure
tests/test_runtime_terminal.py:24
ClassTestToolCallScaffolding
Tool-call scaffolding injects a few-shot example for mid-tier models.
tests/test_cognitive_pipeline.py:439
ClassTestValidateStepOutput
_validate_step_output rule-based quality gate.
tests/test_cognitive_pipeline.py:199
ClassTestValidationIndexUpdated
tests/test_security_scanner.py:114