Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EvolvingAgentsLabs/skillos
/ functions
Functions
551 in github.com/EvolvingAgentsLabs/skillos
⨍
Functions
551
◇
Types & classes
98
↳
Endpoints
1
Method
test_process_input_function_exists
(self, skillos_text)
tests/test_runtime_terminal.py:58
Method
test_project_dir_flag_in_source
(self)
tests/test_cognitive_pipeline.py:331
Method
test_projects_dir_exists
(self)
tests/test_examples.py:153
Method
test_protocol_covers_runtime
(self, boot_text, runtime)
tests/test_boot_manifest.py:147
Method
test_provider_default_manifest
Each provider config must include a default manifest path.
tests/test_runtime_qwen.py:256
Method
test_provider_exists
(self, provider_configs)
tests/test_runtime_qwen.py:302
Method
test_quick_grammar_reference_exists
(self)
tests/test_dialects.py:821
Method
test_qwen_md_exists
(self, root)
tests/test_runtime_qwen.py:24
Method
test_qwen_md_not_empty
(self, qwen_md_text)
tests/test_runtime_qwen.py:27
Method
test_qwen_protocol_mentions_read_file
(self, boot_text)
tests/test_boot_manifest.py:156
Method
test_qwen_protocol_mentions_session_booted
(self, boot_text)
tests/test_boot_manifest.py:162
Method
test_qwen_runtime_class_exists
(self, qwen_mod)
tests/test_runtime_qwen.py:167
Method
test_read_boot_md_tool_call_present
The manifest must contain an explicit read_file('Boot.md') call.
tests/test_runtime_qwen.py:42
Method
test_read_memory
(self, bridge)
tests/test_hil_standardization.py:119
Method
test_redirect_stubs_have_skill_tree_counterpart
Every redirect stub should have a corresponding agent in .claude/agents/.
tests/test_runtime_claude_code.py:178
Method
test_relative_path_within_workspace
(self)
tests/test_path_policy.py:27
Method
test_remove_nonexistent_returns_false
(self, scheduler)
tests/test_runtime_terminal.py:250
Method
test_remove_task
(self, scheduler)
tests/test_runtime_terminal.py:244
Method
test_required_sections_present
(self, dialect_id)
tests/test_dialects.py:147
Method
test_requires_dialects_are_valid
(self)
tests/test_dialects.py:775
Method
test_requires_dialects_present
(self)
tests/test_dialects.py:770
Method
test_response_schema_consistency
All tools must return JSON with consistent top-level keys.
tests/test_hil_standardization.py:137
Method
test_returns_sandbox_result
(self)
tests/test_sandbox.py:25
Method
test_reversible_is_boolean
(self, dialect_id)
tests/test_dialects.py:143
Method
test_routing_table_contains_dialect
Each expected dialect must appear in the intent-compiler spec.
tests/test_dialects.py:587
Method
test_run_claude_function_exists
(self, skillos_text)
tests/test_runtime_terminal.py:55
Method
test_run_goal_uses_parse_tool_calls
run_goal delegates to _parse_tool_calls instead of inline parsing.
tests/test_cognitive_pipeline.py:272
Method
test_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
Method
test_runtime_has_load_scenario
(self)
tests/test_pipeline_runtime.py:157
Method
test_runtime_has_model_override
(self)
tests/test_pipeline_runtime.py:165
Method
test_runtime_has_run_pipeline
(self)
tests/test_pipeline_runtime.py:161
Method
test_runtime_has_scenario_cli_flag
(self)
tests/test_pipeline_runtime.py:169
Method
test_runtimes_field_present
(self, boot_text)
tests/test_boot_manifest.py:49
Method
test_runtimes_includes_claude_code
(self, boot_text)
tests/test_boot_manifest.py:53
Method
test_runtimes_includes_codex
(self, boot_text)
tests/test_boot_manifest.py:59
Method
test_runtimes_includes_qwen
(self, boot_text)
tests/test_boot_manifest.py:56
Method
test_scaffold_has_three_messages
Initial messages include user prompt, scaffold assistant, and follow-up user.
tests/test_cognitive_pipeline.py:451
Method
test_scaffold_in_run_step
_run_step_with_tools injects a scaffold example message.
tests/test_cognitive_pipeline.py:442
Method
test_scan_index_exists
(self)
tests/test_security_scanner.py:103
Method
test_scan_index_has_table_header
(self)
tests/test_security_scanner.py:106
Method
test_scan_reports_dir_exists
(self)
tests/test_security_scanner.py:100
Method
test_scenario_describes_goal
(self, filename)
tests/test_examples.py:142
Method
test_scenario_exists
(self)
tests/test_pipeline_runtime.py:75
Method
test_scenario_file_exists
(self, filename)
tests/test_examples.py:114
Method
test_scenario_has_h1_title
(self, filename)
tests/test_examples.py:120
Method
test_scenario_has_sufficient_content
(self, filename)
tests/test_examples.py:127
Method
test_scenario_is_valid_markdown
(self, filename)
tests/test_examples.py:134
Method
test_scenarios_dir_exists
(self)
tests/test_examples.py:110
Method
test_schedule_at_sets_exact_time
(self, scheduler)
tests/test_runtime_terminal.py:230
Method
test_schedule_once_creates_task
(self, scheduler)
tests/test_runtime_terminal.py:210
Method
test_schedule_once_sets_next_run
(self, scheduler)
tests/test_runtime_terminal.py:216
Method
test_schedule_recurring_no_max
(self, scheduler)
tests/test_runtime_terminal.py:221
Method
test_schedule_recurring_with_max
(self, scheduler)
tests/test_runtime_terminal.py:226
Method
test_scheduler_class_exists
(self, skillos_text)
tests/test_runtime_terminal.py:52
Method
test_script_exists
(self)
tests/test_cognitive_pipeline.py:347
Method
test_script_has_argparse
(self)
tests/test_cognitive_pipeline.py:351
Method
test_script_imports_runtime
(self)
tests/test_cognitive_pipeline.py:356
Method
test_script_supports_project_dir
(self)
tests/test_cognitive_pipeline.py:368
Method
test_script_supports_strategy
(self)
tests/test_cognitive_pipeline.py:364
Method
test_script_uses_execute_scenario
(self)
tests/test_cognitive_pipeline.py:360
Method
test_seconds
(self, parse_duration)
tests/test_runtime_terminal.py:103
Method
test_seconds_long
(self, parse_duration)
tests/test_runtime_terminal.py:106
Method
test_seconds_only
(self, fmt)
tests/test_runtime_terminal.py:312
Method
test_section_exists
(self, boot_text, section)
tests/test_boot_manifest.py:76
Method
test_setup_scripts_exist
(self, root)
tests/test_examples.py:207
Method
test_setup_sh_is_executable_or_has_shebang
(self, root)
tests/test_examples.py:211
Method
test_shell_tools_loaded
Core shell tools from GEMINI.md must be wrapped as callables.
tests/test_runtime_qwen.py:243
Method
test_short_execute_prefix_passes_through
(self)
tests/test_runtime_terminal.py:296
Method
test_show_banner_reads_boot_md
show_banner() must reference Boot.md.
tests/test_runtime_terminal.py:38
Method
test_simple_frontmatter
(self)
tests/test_pipeline_runtime.py:116
Method
test_simulate_prefix_passes_through
(self)
tests/test_runtime_terminal.py:292
Method
test_skillos_protocol_mentions_scheduler
(self, boot_text)
tests/test_boot_manifest.py:153
Method
test_skillos_py_exists
(self, root)
tests/test_runtime_terminal.py:29
Method
test_smart_library_has_content
(self, root)
tests/test_examples.py:199
Method
test_smart_memory_has_content
(self, root)
tests/test_examples.py:203
Method
test_source_has_execute_scenario
(self)
tests/test_cognitive_pipeline.py:157
Method
test_source_has_generate_agent_spec
(self)
tests/test_cognitive_pipeline.py:379
Method
test_source_has_parse_tool_calls
(self)
tests/test_cognitive_pipeline.py:268
Method
test_source_has_run_cognitive_pipeline
(self)
tests/test_cognitive_pipeline.py:161
Method
test_source_has_strategy_routing_logic
The execute_scenario method references all three strategies.
tests/test_cognitive_pipeline.py:165
Method
test_spec_exists
(self)
tests/test_dialects.py:233
Method
test_spec_exists
(self)
tests/test_dialects.py:283
Method
test_spec_exists
(self)
tests/test_dialects.py:328
Method
test_spec_exists
(self)
tests/test_dialects.py:432
Method
test_spec_exists
(self)
tests/test_dialects.py:482
Method
test_spec_exists
(self)
tests/test_security_scanner.py:63
Method
test_spec_extends_base
(self)
tests/test_dialects.py:242
Method
test_spec_extends_base
(self)
tests/test_dialects.py:295
Method
test_spec_extends_base
(self)
tests/test_dialects.py:441
Method
test_spec_extends_base
(self)
tests/test_dialects.py:491
Method
test_spec_extends_validation_base
(self)
tests/test_security_scanner.py:84
Method
test_spec_handles_irreversible
(self)
tests/test_dialects.py:290
Method
test_spec_has_blocked_verdict
(self)
tests/test_security_scanner.py:80
Method
test_spec_has_input_output_sections
(self)
tests/test_dialects.py:236
Method
test_spec_has_input_output_sections
(self)
tests/test_dialects.py:435
Method
test_spec_has_input_output_sections
(self)
tests/test_dialects.py:485
Method
test_spec_has_list_match_actions
(self)
tests/test_dialects.py:335
Method
test_spec_has_report_template
(self)
tests/test_security_scanner.py:88
Method
test_spec_has_safe_verdict
(self)
tests/test_security_scanner.py:72
Method
test_spec_has_warning_verdict
(self)
tests/test_security_scanner.py:76
← previous
next →
401–500 of 551, ranked by callers