MCPcopy Create free account

hub / github.com/EvolvingAgentsLabs/skillos / functions

Functions551 in github.com/EvolvingAgentsLabs/skillos

↓ 32 callersFunction_read_source
()
tests/test_cognitive_pipeline.py:20
↓ 27 callersFunction_read_file
(path: str)
tests/test_dialects.py:51
↓ 26 callersFunction_parse_frontmatter_from_file
(path: str)
tests/test_dialects.py:63
↓ 15 callersMethodvalidate_path
Return (allowed, reason). Only checks FILE_IO_TOOLS.
permission_policy.py:26
↓ 14 callersFunctionparse_duration
Parse a human duration like '5m', '2h', '30s', '1h30m' into seconds.
skillos.py:264
↓ 12 callersFunction_read_file
(path: str)
tests/test_pipeline_runtime.py:16
↓ 11 callersFunctionextract_section
Return the content of a ## section (until the next ## or EOF).
tests/conftest.py:46
↓ 11 callersFunctionparse_time
Parse a time string like '14:30', '2:30pm', 'tomorrow 9am'.
skillos.py:289
↓ 10 callersMethodwith_tool_mode
Set mode for a specific tool. Returns self for chaining.
permission_policy.py:71
↓ 10 callersFunctionyn
(v)
benchmarks/benchmark_physiology.py:252
↓ 9 callersMethod_dialect_path
(self, dialect_id: str)
tests/test_dialects.py:103
↓ 8 callersFunction_parse_frontmatter
(content: str)
tests/test_pipeline_runtime.py:21
↓ 8 callersMethod_send_json
(self, status: int, data: dict)
roclaw_bridge.py:281
↓ 8 callersMethodschedule_once
Schedule a task to run once after a delay.
skillos.py:118
↓ 7 callersMethodexecute
( self, command: str, *, env: dict[str, str] | None = None, timeout: i
sandbox.py:91
↓ 6 callersFunction_get
(path)
tests/test_hil_standardization.py:49
↓ 6 callersFunction_parse_frontmatter
Return key->value dict from YAML-style frontmatter.
tests/test_security_scanner.py:16
↓ 6 callersFunction_read_file
(path: str)
tests/test_cognitive_pipeline.py:15
↓ 6 callersFunctionload_qwen_module
Import agent_runtime.py with openai / dotenv mocked. Skips the test if the module cannot be loaded.
tests/conftest.py:85
↓ 5 callersFunction_post
(path, body=None)
tests/test_hil_standardization.py:55
↓ 5 callersFunctioncleanup
(*_)
skillos.py:796
↓ 5 callersFunctioncreate_executor
Factory: create an executor by name. Args: mode: ``"local"`` (default) or ``"e2b"``. Raises: ValueError: Unknown mode.
sandbox.py:107
↓ 5 callersMethodget_tasks
Get all tasks sorted by next_run.
skillos.py:173
↓ 5 callersFunctionload_skillos_module
Import skillos.py with: - rich mocked (may not be installed in CI) - os.chdir patched (prevents changing CWD) Returns the module
tests/conftest.py:55
↓ 4 callersMethod_wrap
Mirrors the logic in process_input().
tests/test_runtime_terminal.py:278
↓ 4 callersMethodcancel
Cancel a scheduled task.
skillos.py:157
↓ 4 callersFunctionparse_frontmatter
Return key→value dict from YAML-style frontmatter (--- … ---).
tests/conftest.py:26
↓ 3 callersMethod_extract
(self, boot_text: str)
tests/test_runtime_terminal.py:67
↓ 3 callersFunction_fmt_duration
Format seconds into a human-readable duration.
skillos.py:511
↓ 3 callersMethod_gen_id
(self)
skillos.py:178
↓ 3 callersMethodauthorize
Check if a tool invocation is authorized. Returns (authorized, reason) tuple.
permission_policy.py:76
↓ 3 callersMethodremove
Remove a task from the queue entirely.
skillos.py:165
↓ 3 callersFunctionrun_claude
Run claude -p --output-format json from the given directory.
benchmarks/benchmark_physiology.py:93
↓ 3 callersFunctionrun_claude
Run claude -p --output-format json from the given directory.
benchmarks/benchmark_math.py:80
↓ 3 callersMethodschedule_recurring
Schedule a task to run on a recurring interval.
skillos.py:131
↓ 2 callersFunction_counts_to_probability_vector
Convert Qiskit measurement counts to a probability distribution vector. Parameters ---------- counts : dict Measurement coun
projects/Project_aorta/output/quantum_aorta_implementation.py:550
↓ 2 callersMethod_is_redirect_stub
Check if an agent file is a redirect stub (has redirect: in frontmatter).
tests/test_runtime_claude_code.py:147
↓ 2 callersFunction_normalize_for_amplitude_encoding
Normalise a real-valued array for amplitude encoding into a quantum state. Shifts all values to be non-negative (offset encoding from Sectio
projects/Project_aorta/output/quantum_aorta_implementation.py:382
↓ 2 callersFunction_parse_frontmatter
Extract YAML frontmatter from a markdown file.
tests/test_dialects.py:56
↓ 2 callersFunctionboot_skillos
Show banner, then boot SkillOS with a spinner.
skillos.py:745
↓ 2 callersFunctionbuild_qft_circuit
Construct the Quantum Fourier Transform circuit on n qubits. Implements Algorithm 5.1 from the mathematical framework: For each qubi
projects/Project_aorta/output/quantum_aorta_implementation.py:405
↓ 2 callersFunctionclear_screen
Clear terminal screen safely.
skillos.py:530
↓ 2 callersMethodclose
(self)
roclaw_bridge.py:105
↓ 2 callersFunctioninitializeSeed
(seed)
components/skills/algorithmic-art/templates/generator_template.js:43
↓ 2 callersMethodinvoke_tool
(self, tool: str, args: dict[str, Any], timeout: float = 300)
roclaw_bridge.py:88
↓ 2 callersFunctionjudge_quality
Score output quality via independent Claude call from temp dir.
benchmarks/benchmark_dialects.py:186
↓ 2 callersFunctionmd_title
(text: str)
tests/test_examples.py:26
↓ 2 callersFunctionrun_claude
Run claude -p --output-format json from the given directory.
benchmarks/benchmark_dialects.py:120
↓ 2 callersFunctionrun_claude
Run claude -p --output-format json from the given directory.
benchmarks/benchmark_patch.py:1139
↓ 2 callersMethodschedule_at
Schedule a task to run at a specific time.
skillos.py:144
↓ 2 callersFunctionshow_banner
Display the SkillOS banner, sourced from Boot.md.
skillos.py:718
↓ 2 callersFunctionshow_scheduled_tasks
Display the task queue as a table.
skillos.py:441
↓ 2 callersMethodstart
Start the scheduler background thread.
skillos.py:104
↓ 2 callersFunctionverify_math
Verify mathematical correctness of the K_{3,4} spanning tree solution. Scoring (100 pts total): - answer_correct (50): final answer is
benchmarks/benchmark_math.py:125
↓ 2 callersFunctionverify_physiology
Verify correctness of the mitral regurgitation calculation. Scoring (100 pts total): - velocity_correct (15): v = 500 cm/s - volu
benchmarks/benchmark_physiology.py:138
↓ 2 callersFunctionverify_quality
Verify the patched code: - compiles: ast.parse() succeeds - bug1_fixed: search_users uses parameterized query (no f-string SQL injection)
benchmarks/benchmark_patch.py:1361
↓ 1 callersFunction_build_autonomous_policy
Autonomous policy: everything allowed except shell execution.
permission_policy.py:126
↓ 1 callersFunction_build_default_policy
Standard policy: read-only tools auto-allowed, write/exec tools prompt.
permission_policy.py:110
↓ 1 callersFunction_downsample_signal
Downsample a signal to target_length using linear interpolation. For going from N_SAMPLES (1024) down to 2^N_QUBITS_SIM (e.g. 64).
projects/Project_aorta/output/quantum_aorta_implementation.py:535
↓ 1 callersMethod_execute_task
Execute a single task via Claude Code.
skillos.py:197
↓ 1 callersMethod_get_sandbox
(self)
sandbox.py:86
↓ 1 callersFunction_import_runtime_module
Import agent_runtime module source-level attributes.
tests/test_cognitive_pipeline.py:29
↓ 1 callersFunction_is_project_agent
Project agents (e.g. Project_aorta_visionary-agent.md) are dynamically generated and may have incomplete frontmatter.
tests/test_runtime_claude_code.py:87
↓ 1 callersMethod_listen
(self)
roclaw_bridge.py:75
↓ 1 callersFunction_numbered_file
Return the buggy file with line numbers prepended.
benchmarks/benchmark_patch.py:1061
↓ 1 callersMethod_read_body
(self)
roclaw_bridge.py:289
↓ 1 callersFunctionapply_strict_patch
Parse and apply a strict-patch to the original file content. Returns (patched_content, errors). If errors is non-empty, patched_content may b
benchmarks/benchmark_patch.py:1224
↓ 1 callersFunctionbuild_inverse_qft_circuit
Construct the inverse QFT circuit (QFT-dagger). The inverse QFT is the QFT circuit run in reverse with negated rotation angles (Definiti
projects/Project_aorta/output/quantum_aorta_implementation.py:446
↓ 1 callersFunctionbuild_quantum_cepstral_circuit
Build a quantum circuit for one stage of the hybrid cepstral pipeline. For the hybrid approach (Section 5.6, Approach C), this circuit perfo
projects/Project_aorta/output/quantum_aorta_implementation.py:469
↓ 1 callersFunctionclassical_cepstral_analysis
Full classical homomorphic (cepstral) analysis pipeline. Pipeline (Theorem 3.1, Definition 4.1): 1. Window signal with Hamming windo
projects/Project_aorta/output/quantum_aorta_implementation.py:291
↓ 1 callersFunctioncompare_results
Print a formatted comparison of ground truth vs. detected echoes. Parameters ---------- ground_truth : list of EchoParameters
projects/Project_aorta/output/quantum_aorta_implementation.py:977
↓ 1 callersMethodconnect
(self)
roclaw_bridge.py:67
↓ 1 callersFunctionextract_python_code
Extract a ```python code block from the response.
benchmarks/benchmark_patch.py:1207
↓ 1 callersFunctiongenerate_arterial_signal
Generate a synthetic arterial pressure signal with echoes. Implements Definition 1.2 from the mathematical framework: s(t) = p(t) +
projects/Project_aorta/output/quantum_aorta_implementation.py:229
↓ 1 callersFunctiongenerate_cardiac_pulse
Generate a synthetic cardiac pressure pulse p(t). Uses a sum of Gaussian-modulated sinusoidal components to approximate the systolic ups
projects/Project_aorta/output/quantum_aorta_implementation.py:181
↓ 1 callersFunctiongenerate_report
( plain: dict, solver: dict, renderer: dict, plain_q: dict, solver_q: dict, )
benchmarks/benchmark_physiology.py:236
↓ 1 callersFunctiongenerate_report
Generate markdown comparison report.
benchmarks/benchmark_dialects.py:248
↓ 1 callersFunctiongenerate_report
( plain: dict, solver: dict, renderer: dict, plain_q: dict, solver_q: dict, )
benchmarks/benchmark_math.py:216
↓ 1 callersFunctiongenerate_report
Generate markdown comparison report.
benchmarks/benchmark_patch.py:1459
↓ 1 callersFunctionget_policy
Look up a named policy profile.
permission_policy.py:144
↓ 1 callersFunctionhandle_schedule_command
Parse and handle schedule commands. Formats: schedule in <duration> <goal> schedule every <duration> <goal> schedule at <
skillos.py:343
↓ 1 callersFunctionhas_section
True if markdown text contains a ## heading with the given title.
tests/conftest.py:41
↓ 1 callersFunctionlist_agents
()
skillos.py:634
↓ 1 callersFunctionlist_projects
()
skillos.py:618
↓ 1 callersFunctionmain
()
run_scenario.py:27
↓ 1 callersFunctionmain
()
skillos.py:808
↓ 1 callersFunctionmain
()
roclaw_bridge.py:362
↓ 1 callersFunctionmain
Execute the complete Project Aorta analysis pipeline. Steps: 1. Generate synthetic arterial signal with known echoes 2. Run
projects/Project_aorta/output/quantum_aorta_implementation.py:1113
↓ 1 callersFunctionmain
()
benchmarks/benchmark_physiology.py:324
↓ 1 callersFunctionmain
()
benchmarks/benchmark_dialects.py:341
↓ 1 callersFunctionmain
()
benchmarks/benchmark_math.py:301
↓ 1 callersFunctionmain
()
benchmarks/benchmark_patch.py:1548
↓ 1 callersFunctionplot_results
Create a multi-panel figure comparing classical and quantum cepstral analysis. Panels: (a) Time-domain signal with echo positions an
projects/Project_aorta/output/quantum_aorta_implementation.py:766
↓ 1 callersFunctionprocess_input
(user_input: str)
skillos.py:783
↓ 1 callersFunctionrun_claude
Run claude in print mode, capture output, render as markdown.
skillos.py:674
↓ 1 callersFunctionrun_quantum_cepstral_analysis
Hybrid classical-quantum cepstral analysis (Approach C, Section 5.6). Pipeline: Round 1: Encode s[n] -> QFT -> Measure -> estimate
projects/Project_aorta/output/quantum_aorta_implementation.py:580
↓ 1 callersFunctionshow_help
()
skillos.py:535
↓ 1 callersFunctionshow_history
()
skillos.py:662
↓ 1 callersFunctionshow_status
()
skillos.py:592
↓ 1 callersFunctionshow_task_log
Show detailed output/error for a task.
skillos.py:485
next →1–100 of 551, ranked by callers