-
Notifications
You must be signed in to change notification settings - Fork 238
feat: Agent Factory — preset system, factory tools, and cortex integration #315
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
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
3f354c0
feat: agent factory — preset system, factory tools, and cortex integr…
jamiepine c0dfe3a
Merge remote-tracking branch 'origin/main' into feat/agent-factory
jamiepine 2286ce7
fix: resolve clippy warnings in factory tools
jamiepine c96a2dd
fix: add user field to IdentityFiles type for AgentConfig compatibility
jamiepine 979f71d
Merge remote-tracking branch 'origin/main' into feat/agent-factory
jamiepine 1a91f58
Merge remote-tracking branch 'origin/main' into feat/agent-factory
jamiepine 92ca1b0
feat: move identity files to agent root, add ROLE.md support to API a…
jamiepine 256a4c2
fix: address PR review feedback — races, error masking, humans hot-re…
jamiepine 6e96dec
feat: create default hierarchical link between admin human and defaul…
jamiepine 3a93e05
feat: add platform identity fields to HumanDef and fix default link d…
jamiepine c388b0d
feat: add ProfileAvatar, agent gradient/avatar, cortex chat tool call…
jamiepine b2e3440
fix: fall back to gradient avatar when image fails to load
jamiepine 460f4dd
feat: redesign create agent dialog with preset cards + cortex chat, U…
jamiepine 0ea9224
feat: add install_skill tool and refine cortex integration guidance
jamiepine a7ddc11
improve empty state UX and human description storage
jamiepine 0778f42
cortex chat: spawn workers, thread management, auto-trigger on worker…
jamiepine 79f827c
cron: webchat broadcast delivery, adapter prompt, tool description re…
jamiepine 3a8d681
Merge branch 'main' into feat/agent-factory
jamiepine ba95cd0
fix: destructure Worker::new tuple in DetachedSpawnWorkerTool
jamiepine 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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove
prompt overrideshere unless that feature actually exists.The rest of the docs in this PR still describe
workspace/as holding working files,skills/, andingest/, andconfig.mdxsays system prompts are compile-time assets. Mentioning prompt overrides here documents a workspace capability users don't appear to have.🤖 Prompt for AI Agents