-
Notifications
You must be signed in to change notification settings - Fork 243
[feat] codelayer agent #253
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
Open
brandonkachen
wants to merge
8
commits into
main
Choose a base branch
from
dex-context-eng
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
1501353
to
2d2cf7e
Compare
Transform the Codelayer README from a basic technical summary to comprehensive, professional documentation that better serves first-time users. The rewrite includes: - Clean, professional structure with table of contents - Detailed explanation of Codelayer's purpose and philosophy - Connection to HumanLayer's human-in-the-loop approach - Comprehensive usage examples and workflows - Professional agent descriptions and contributing guidelines Follows the style and tone of HumanLayer's documentation to maintain consistency and readability. 🤖 Generated with Codebuff Co-Authored-By: Codebuff <[email protected]>
Change the default agent in run-eval-set.ts from 'base' to 'codelayer-base' to align with the new Codelayer agent collection structure. 🤖 Generated with Codebuff Co-Authored-By: Codebuff <[email protected]>
…code/ripgrep; synchronize lockfiles for consistent tooling orchestration. 🤖 Generated with Codebuff Co-Authored-By: Codebuff<[email protected]>
and overriding key fields to tailor identity and capabilities; update SDK to integrate code_search and run_file_change_hooks for improved tooling orchestration. 🤖 Generated with Codebuff Co-Authored-By: Codebuff <[email protected]>
and comprehensive documentation Adds five new Codelayer agents (spec-parser, completion-verifier, project-context-analyzer, smart-discovery, validation-pipeline) to enhance the foundational agent's capabilities. Includes implementation strategy, improvement plans, evaluation results, and summary documentation for the expanded agent ecosystem. 🤖 Generated with Codebuff Co-Authored-By: Codebuff <[email protected]>
- Resolved merge conflicts in SDK files - Updated @vscode/ripgrep to 1.15.14 - Merged code search function signatures to support both projectPath and cwd - Disabled file change hooks in SDK mode - Regenerated bun.lock Co-authored-by: Amp <[email protected]> Amp-Thread-ID: https://ampcode.com/threads/T-62cd3503-e7e2-4f13-a76f-eef62545a3f9
Restructure all Codelayer agent schemas to use consistent parameter wrapping: - Wrap parameters under 'params' object for better validation - Add explicit 'required' arrays for mandatory fields - Fix type mismatches in smart-find-files (Date to string conversion) - Add missing tool renderers for new enhanced tools - Update AllToolNames type with new tool definitions Affected agents: - completion-verifier - efficiency-monitor - project-context-analyzer - smart-discovery - spec-parser - test-strategist - validation-pipeline 🤖 Generated with Codebuff Co-Authored-By: Codebuff <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Establishes the foundation for the Dex/codelayer agent ecosystem with multiple specialized agents for codebase analysis, comprehensive web research, and codebase editing. Designed to provide enhanced context engineering.
🤖 Generated with Codebuff