GitHub Copilot Enterprise-grade AI features Premium Support Enterprise-grade 24/7 support Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read ever
论文链接:AgentCoder: Multi-Agent-based Code Generation with Iterative Testing and Optimisation 代码仓库:github.com/huangd1999/A 任务:代码生成 数据集:HumanEval、MBPP、HumanEval-ET和MBPP-ET 本文提出一个多代理代码生成框架AgentCoder,包含三个智能体:程序员、测试设计、测试执行 程序员代理使用思维链,将任务...
package agent import ( "context" "sync" "time" "golang.org/x/xerrors" "tailscale.com/types/netlogtype" "cdr.dev/slog" "github.com/coder/coder/v2/agent/proto" ) const maxConns = 2048 type networkStatsSource interface { SetConnStatsCallback(maxPeriod time.Duration, maxConns int, dump ...
SSH part of #16419 coder ssh workspace.agent -c container We should leave containers out of the config-ssh command as these are too ephemeral to persist to disk.
This change implements an interface for running @devcontainers/cli up and an API endpoint on the agent for triggering recreate for a running devcontainer. A couple of limitations: Synchronous HTTP...
Improves separation of concerns between runDockerInspect and convertDockerInspect: runDockerInspect now just runs the command and returns the output, while convertDockerInspect now does all of the conversion and parsing logic. Improves testing of convertDockerInspect using real test fixtures. Fixes issue...
github-actions bot locked and limited conversation to collaborators Mar 11, 2025 Member matifali commented Mar 12, 2025 /cherry-pick release/2.20 Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in. Reviewers johnstcn aslilac Assignees mafredri ...
Merge branch 'main' of https://github.com/coder/coder into bq/fix-dup… … 4e4c405 Fix tests 5160e28 FMT 6d33649 Parkreiner reviewed May 14, 2025 View reviewed changes Member Parkreiner left a comment Nothing jumped out to me with the logic, but obviously the stories a little ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Reviewers No reviews Assignees johnstcn Labels None yet Projects None yet Milestone No milestone Development Successfully merging this pull request may close these issues. None yet 1 part...
github-actions bot assigned ThomasK33 Feb 19, 2025 Member Author ThomasK33 commented Feb 19, 2025 • edited feat(agent): add second SSH listener on port 22 #16627 👈 (View in Graphite) fix(agent/agentssh): use deterministic host key for SSH server #16626 main This stack of pul...