Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions agentfield-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ version: 0.1.0
description: SWE planning/execution agent node (plans and executes software-engineering tasks)
author: Agent-Field

# The Go node in go/ is the maintained SWE node: same reasoners, same
# interface, one static binary, and it ships the coding engine. Installing this
# repo installs that instead, and replaces an existing swe-planner — so
# `af install https://github.com/Agent-Field/SWE-AF` is the one thing a user
# has to know, before and after the switch.
#
# This manifest stays here as the redirect, so the Python node is still what
# `python -m swe_af` and the Docker images run. The redirect is a git-install
# behaviour only: to install this node deliberately, clone the repo and install
# the checkout as a local path.
superseded_by: https://github.com/Agent-Field/SWE-AF//go

entrypoint:
start: python -m swe_af
healthcheck: /health
Expand Down
Loading