commits Search Results · repo:Michspirit99/copilot-sdk-python language:Python is:public is:unmerged is:merged is:public
Filter by
14 results
inMichspirit99/copilot-sdk-python (press backspace or delete to remove)The language qualifier is not supported when searching commits. Try searching for issues instead?
:
- Fixes permission denied error when running agent scenarios
- Dynamically locates and chmod +x the copilot binary
:
- Runs 12 samples with appropriate test inputs
- Skips 3 interactive samples (with documentation)
- Captures pass/fail for comprehensive …
:
- Manual-trigger workflow for end-to-end scenario validation
- Supports unattended Copilot auth via COPILOT_GITHUB_TOKEN
- Also supports …
:
- Validates code across Python 3.12/3.13 on Ubuntu and Windows
- Runs: pip check, compileall, ruff lint, pytest import smoke tests
- No l…
:
- _demo.log: sample log file for log_analyzer.py
- _demo_openapi.json: sample OpenAPI spec for api_test_generator.py
:
- multi_model.py: compare responses from different models
- model_explorer.py: discover and test available models
- resilient_client.py: …
:
- log_analyzer.py: log analysis with tools, streaming, and RunId proof
- playwright_agent.py: AI-driven browser automation
- git_commit_w…
:
- custom_tools.py: defining and using custom Python functions as tools
- code_reviewer.py: two-pass code review with structured findings
…
:
- hello_copilot.py: minimal single-prompt example
- streaming_chat.py: token-by-token streaming
- interactive_chat.py: multi-turn chat wi…
:
- Comprehensive README with quick start, samples overview, and usage examples
- Python dependencies: github-copilot-sdk and playwright