-
Notifications
You must be signed in to change notification settings - Fork 334
Use actual version in OTel service resource #2311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
paulthanson082-glitch
wants to merge
11
commits into
docker:main
from
paulthanson082-glitch:claude/pensive-ellis
+63
−13
Closed
Changes from 7 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
8cf4ca6
Create new_agent.yaml
paulthanson082-glitch 84f27bc
Merge branch 'main' of https://github.com/docker/cagent
paulthanson082-glitch bf3099c
Create scaffolded_default_agent.yaml
paulthanson082-glitch 15fbd8a
Initial plan
Copilot 1eb938b
Fix nightly scan workflow to skip when API keys are missing
Copilot 200be17
Merge pull request #1 from paulthanson082-glitch/copilot/update-actio…
paulthanson082-glitch 6028e68
Use actual version in OTel service resource
paulthanson082-glitch 360a369
Handle rollback error and make OTel TLS configurable
paulthanson082-glitch 7850472
Pass actual tool response to post-tool hooks
paulthanson082-glitch 999c8fc
Rename JSON field to snake_case for consistency
paulthanson082-glitch d5533d5
Use environment provider for OPENAI_API_KEY
paulthanson082-glitch File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| #!/usr/bin/env cagent run | ||
| ## Generated by GitHub Copilot on 2026-02-05 | ||
| agents: | ||
| new_agent: | ||
| model: openai/gpt-4o | ||
| description: "Scaffolded agent for concise help, code, and file tasks." | ||
| instruction: | | ||
| You are the `new_agent`. Follow these rules: | ||
| - Be concise, helpful, and actionable. | ||
| - Prefer short examples; provide runnable snippets when applicable. | ||
| - Ask a clarifying question if the user's intent is ambiguous. | ||
| toolsets: | ||
| - type: filesystem | ||
| - type: shell | ||
| - type: memory | ||
| path: ./examples/new_agent_memory.db | ||
paulthanson082-glitch marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| - type: think | ||
| max_iterations: 10 | ||
| num_history_items: 20 | ||
| add_date: true | ||
| code_mode_tools: true | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| agents: | ||
| scaffolded_default: | ||
paulthanson082-glitch marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| model: openai/gpt-5-mini | ||
| description: "Scaffolded default agent" | ||
| instruction: | | ||
| You are a helpful assistant. Respond concisely and ask clarifying questions when necessary. | ||
| toolsets: | ||
| - type: think | ||
| - type: todo | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.