MCPcopy Create free account

hub / github.com/EvolvingAgentsLabs/skillos / functions

Functions551 in github.com/EvolvingAgentsLabs/skillos

Methodtest_process_input_function_exists
(self, skillos_text)
tests/test_runtime_terminal.py:58
Methodtest_project_dir_flag_in_source
(self)
tests/test_cognitive_pipeline.py:331
Methodtest_projects_dir_exists
(self)
tests/test_examples.py:153
Methodtest_protocol_covers_runtime
(self, boot_text, runtime)
tests/test_boot_manifest.py:147
Methodtest_provider_default_manifest
Each provider config must include a default manifest path.
tests/test_runtime_qwen.py:256
Methodtest_provider_exists
(self, provider_configs)
tests/test_runtime_qwen.py:302
Methodtest_quick_grammar_reference_exists
(self)
tests/test_dialects.py:821
Methodtest_qwen_md_exists
(self, root)
tests/test_runtime_qwen.py:24
Methodtest_qwen_md_not_empty
(self, qwen_md_text)
tests/test_runtime_qwen.py:27
Methodtest_qwen_protocol_mentions_read_file
(self, boot_text)
tests/test_boot_manifest.py:156
Methodtest_qwen_protocol_mentions_session_booted
(self, boot_text)
tests/test_boot_manifest.py:162
Methodtest_qwen_runtime_class_exists
(self, qwen_mod)
tests/test_runtime_qwen.py:167
Methodtest_read_boot_md_tool_call_present
The manifest must contain an explicit read_file('Boot.md') call.
tests/test_runtime_qwen.py:42
Methodtest_read_memory
(self, bridge)
tests/test_hil_standardization.py:119
Methodtest_redirect_stubs_have_skill_tree_counterpart
Every redirect stub should have a corresponding agent in .claude/agents/.
tests/test_runtime_claude_code.py:178
Methodtest_relative_path_within_workspace
(self)
tests/test_path_policy.py:27
Methodtest_remove_nonexistent_returns_false
(self, scheduler)
tests/test_runtime_terminal.py:250
Methodtest_remove_task
(self, scheduler)
tests/test_runtime_terminal.py:244
Methodtest_required_sections_present
(self, dialect_id)
tests/test_dialects.py:147
Methodtest_requires_dialects_are_valid
(self)
tests/test_dialects.py:775
Methodtest_requires_dialects_present
(self)
tests/test_dialects.py:770
Methodtest_response_schema_consistency
All tools must return JSON with consistent top-level keys.
tests/test_hil_standardization.py:137
Methodtest_returns_sandbox_result
(self)
tests/test_sandbox.py:25
Methodtest_reversible_is_boolean
(self, dialect_id)
tests/test_dialects.py:143
Methodtest_routing_table_contains_dialect
Each expected dialect must appear in the intent-compiler spec.
tests/test_dialects.py:587
Methodtest_run_claude_function_exists
(self, skillos_text)
tests/test_runtime_terminal.py:55
Methodtest_run_goal_uses_parse_tool_calls
run_goal delegates to _parse_tool_calls instead of inline parsing.
tests/test_cognitive_pipeline.py:272
Methodtest_run_step_uses_generate_on_missing_agent
_run_step_with_tools calls _generate_agent_spec when agent not found.
tests/test_cognitive_pipeline.py:426
Methodtest_runtime_has_load_scenario
(self)
tests/test_pipeline_runtime.py:157
Methodtest_runtime_has_model_override
(self)
tests/test_pipeline_runtime.py:165
Methodtest_runtime_has_run_pipeline
(self)
tests/test_pipeline_runtime.py:161
Methodtest_runtime_has_scenario_cli_flag
(self)
tests/test_pipeline_runtime.py:169
Methodtest_runtimes_field_present
(self, boot_text)
tests/test_boot_manifest.py:49
Methodtest_runtimes_includes_claude_code
(self, boot_text)
tests/test_boot_manifest.py:53
Methodtest_runtimes_includes_codex
(self, boot_text)
tests/test_boot_manifest.py:59
Methodtest_runtimes_includes_qwen
(self, boot_text)
tests/test_boot_manifest.py:56
Methodtest_scaffold_has_three_messages
Initial messages include user prompt, scaffold assistant, and follow-up user.
tests/test_cognitive_pipeline.py:451
Methodtest_scaffold_in_run_step
_run_step_with_tools injects a scaffold example message.
tests/test_cognitive_pipeline.py:442
Methodtest_scan_index_exists
(self)
tests/test_security_scanner.py:103
Methodtest_scan_index_has_table_header
(self)
tests/test_security_scanner.py:106
Methodtest_scan_reports_dir_exists
(self)
tests/test_security_scanner.py:100
Methodtest_scenario_describes_goal
(self, filename)
tests/test_examples.py:142
Methodtest_scenario_exists
(self)
tests/test_pipeline_runtime.py:75
Methodtest_scenario_file_exists
(self, filename)
tests/test_examples.py:114
Methodtest_scenario_has_h1_title
(self, filename)
tests/test_examples.py:120
Methodtest_scenario_has_sufficient_content
(self, filename)
tests/test_examples.py:127
Methodtest_scenario_is_valid_markdown
(self, filename)
tests/test_examples.py:134
Methodtest_scenarios_dir_exists
(self)
tests/test_examples.py:110
Methodtest_schedule_at_sets_exact_time
(self, scheduler)
tests/test_runtime_terminal.py:230
Methodtest_schedule_once_creates_task
(self, scheduler)
tests/test_runtime_terminal.py:210
Methodtest_schedule_once_sets_next_run
(self, scheduler)
tests/test_runtime_terminal.py:216
Methodtest_schedule_recurring_no_max
(self, scheduler)
tests/test_runtime_terminal.py:221
Methodtest_schedule_recurring_with_max
(self, scheduler)
tests/test_runtime_terminal.py:226
Methodtest_scheduler_class_exists
(self, skillos_text)
tests/test_runtime_terminal.py:52
Methodtest_script_exists
(self)
tests/test_cognitive_pipeline.py:347
Methodtest_script_has_argparse
(self)
tests/test_cognitive_pipeline.py:351
Methodtest_script_imports_runtime
(self)
tests/test_cognitive_pipeline.py:356
Methodtest_script_supports_project_dir
(self)
tests/test_cognitive_pipeline.py:368
Methodtest_script_supports_strategy
(self)
tests/test_cognitive_pipeline.py:364
Methodtest_script_uses_execute_scenario
(self)
tests/test_cognitive_pipeline.py:360
Methodtest_seconds
(self, parse_duration)
tests/test_runtime_terminal.py:103
Methodtest_seconds_long
(self, parse_duration)
tests/test_runtime_terminal.py:106
Methodtest_seconds_only
(self, fmt)
tests/test_runtime_terminal.py:312
Methodtest_section_exists
(self, boot_text, section)
tests/test_boot_manifest.py:76
Methodtest_setup_scripts_exist
(self, root)
tests/test_examples.py:207
Methodtest_setup_sh_is_executable_or_has_shebang
(self, root)
tests/test_examples.py:211
Methodtest_shell_tools_loaded
Core shell tools from GEMINI.md must be wrapped as callables.
tests/test_runtime_qwen.py:243
Methodtest_short_execute_prefix_passes_through
(self)
tests/test_runtime_terminal.py:296
Methodtest_show_banner_reads_boot_md
show_banner() must reference Boot.md.
tests/test_runtime_terminal.py:38
Methodtest_simple_frontmatter
(self)
tests/test_pipeline_runtime.py:116
Methodtest_simulate_prefix_passes_through
(self)
tests/test_runtime_terminal.py:292
Methodtest_skillos_protocol_mentions_scheduler
(self, boot_text)
tests/test_boot_manifest.py:153
Methodtest_skillos_py_exists
(self, root)
tests/test_runtime_terminal.py:29
Methodtest_smart_library_has_content
(self, root)
tests/test_examples.py:199
Methodtest_smart_memory_has_content
(self, root)
tests/test_examples.py:203
Methodtest_source_has_execute_scenario
(self)
tests/test_cognitive_pipeline.py:157
Methodtest_source_has_generate_agent_spec
(self)
tests/test_cognitive_pipeline.py:379
Methodtest_source_has_parse_tool_calls
(self)
tests/test_cognitive_pipeline.py:268
Methodtest_source_has_run_cognitive_pipeline
(self)
tests/test_cognitive_pipeline.py:161
Methodtest_source_has_strategy_routing_logic
The execute_scenario method references all three strategies.
tests/test_cognitive_pipeline.py:165
Methodtest_spec_exists
(self)
tests/test_dialects.py:233
Methodtest_spec_exists
(self)
tests/test_dialects.py:283
Methodtest_spec_exists
(self)
tests/test_dialects.py:328
Methodtest_spec_exists
(self)
tests/test_dialects.py:432
Methodtest_spec_exists
(self)
tests/test_dialects.py:482
Methodtest_spec_exists
(self)
tests/test_security_scanner.py:63
Methodtest_spec_extends_base
(self)
tests/test_dialects.py:242
Methodtest_spec_extends_base
(self)
tests/test_dialects.py:295
Methodtest_spec_extends_base
(self)
tests/test_dialects.py:441
Methodtest_spec_extends_base
(self)
tests/test_dialects.py:491
Methodtest_spec_extends_validation_base
(self)
tests/test_security_scanner.py:84
Methodtest_spec_handles_irreversible
(self)
tests/test_dialects.py:290
Methodtest_spec_has_blocked_verdict
(self)
tests/test_security_scanner.py:80
Methodtest_spec_has_input_output_sections
(self)
tests/test_dialects.py:236
Methodtest_spec_has_input_output_sections
(self)
tests/test_dialects.py:435
Methodtest_spec_has_input_output_sections
(self)
tests/test_dialects.py:485
Methodtest_spec_has_list_match_actions
(self)
tests/test_dialects.py:335
Methodtest_spec_has_report_template
(self)
tests/test_security_scanner.py:88
Methodtest_spec_has_safe_verdict
(self)
tests/test_security_scanner.py:72
Methodtest_spec_has_warning_verdict
(self)
tests/test_security_scanner.py:76
← previousnext →401–500 of 551, ranked by callers