Skip to content

Commit 2871a8c

Browse files
committed
Delete some agents, move some to graveyard
1 parent 0a48562 commit 2871a8c

15 files changed

+8
-1054
lines changed
File renamed without changes.

.agents/base2/alloy/base2-gpt-5-single-step.ts renamed to .agents-graveyard/base2/alloy/base2-gpt-5-single-step.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { createBase2 } from '../base2'
2-
import type { SecretAgentDefinition } from '../../types/secret-agent-definition'
1+
import { createBase2 } from '../../../.agents/base2/base2'
2+
import type { SecretAgentDefinition } from '../../../.agents/types/secret-agent-definition'
33

44
const definition: SecretAgentDefinition = {
55
...createBase2('default'),
File renamed without changes.
File renamed without changes.

.agents/base2/alloy2/base2-plan-step.ts renamed to .agents-graveyard/base2/alloy2/base2-plan-step.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { createBase2 } from '../base2'
2-
import type { SecretAgentDefinition } from '../../types/secret-agent-definition'
1+
import { createBase2 } from '../../../.agents/base2/base2'
2+
import type { SecretAgentDefinition } from '../../../.agents/types/secret-agent-definition'
33

44
const base2 = createBase2('default')
55
const definition: SecretAgentDefinition = {

.agents/base2/task-researcher/base2-gpt-5-with-task-researcher.ts renamed to .agents-graveyard/base2/task-researcher/base2-gpt-5-with-task-researcher.ts

File renamed without changes.

.agents/base2/task-researcher/base2-with-file-researcher.ts renamed to .agents-graveyard/base2/task-researcher/base2-with-file-researcher.ts

File renamed without changes.

.agents/base2/task-researcher/base2-with-task-researcher-planner-pro.ts renamed to .agents-graveyard/base2/task-researcher/base2-with-task-researcher-planner-pro.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { buildArray } from '@codebuff/common/util/array'
22

3-
import { publisher } from '../../constants'
3+
import { publisher } from '../../../.agents/constants'
44
import {
55
PLACEHOLDER,
66
type SecretAgentDefinition,
7-
} from '../../types/secret-agent-definition'
7+
} from '../../../.agents/types/secret-agent-definition'
88

99
import type { ToolCall } from 'types/agent-definition'
1010

.agents/base2/thinking/base2-fast-thinker-gpt-5.ts renamed to .agents-graveyard/base2/thinking/base2-fast-thinker-gpt-5.ts

File renamed without changes.

.agents/base2/thinking/base2-fast-thinker.ts renamed to .agents-graveyard/base2/thinking/base2-fast-thinker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { createBase2 } from '../base2'
1+
import { createBase2 } from '../../../.agents/base2/base2'
22

33
const base2Fast = createBase2('fast')
44
const definition = {

0 commit comments

Comments
 (0)