Skip to content

Commit b4abbe3

Browse files
committed
Agent docs + cont cleanup
1 parent cec91e0 commit b4abbe3

File tree

105 files changed

+295
-101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+295
-101
lines changed

.github/workflows/split.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
repo: 'cognesy/instructor-addons'
2323
name: 'instructor-addons'
2424
- local: 'packages/agents'
25-
repo: 'cognesy/instructor-agents'
26-
name: 'instructor-agents'
25+
repo: 'cognesy/agents'
26+
name: 'agents'
2727
- local: 'packages/agent-ctrl'
2828
repo: 'cognesy/instructor-agent-ctrl'
2929
name: 'instructor-agent-ctrl'

.github/workflows/split.yml.bak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
repo: 'cognesy/instructor-addons'
2323
name: 'instructor-addons'
2424
- local: 'packages/agents'
25-
repo: 'cognesy/instructor-agents'
25+
repo: 'cognesy/agents'
2626
name: 'instructor-agents'
2727
- local: 'packages/agent-ctrl'
2828
repo: 'cognesy/instructor-agent-ctrl'

packages.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
},
99
{
1010
"local": "packages/agents",
11-
"repo": "cognesy/instructor-agents",
12-
"github_name": "instructor-agents",
13-
"composer_name": "cognesy/instructor-agents"
11+
"repo": "cognesy/agents",
12+
"github_name": "agents",
13+
"composer_name": "cognesy/agents"
1414
},
1515
{
1616
"local": "packages/agent-ctrl",

packages/addons/src/Agent/Agent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* @deprecated Use cognesy/instructor-agents package instead. This class will be removed in a future version.
4+
* @deprecated Use cognesy/agents package instead. This class will be removed in a future version.
55
*/
66
namespace Cognesy\Addons\Agent;
77

packages/addons/src/Agent/Broadcasting/AgentEventEnvelopeAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* @deprecated Use cognesy/instructor-agents package instead. This class will be removed in a future version.
4+
* @deprecated Use cognesy/agents package instead. This class will be removed in a future version.
55
*/
66
namespace Cognesy\Addons\Agent\Broadcasting;
77

packages/addons/src/Agent/Broadcasting/BroadcastConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* @deprecated Use cognesy/instructor-agents package instead. This class will be removed in a future version.
4+
* @deprecated Use cognesy/agents package instead. This class will be removed in a future version.
55
*/
66
namespace Cognesy\Addons\Agent\Broadcasting;
77

packages/addons/src/Agent/Broadcasting/CanBroadcastAgentEvents.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* @deprecated Use cognesy/instructor-agents package instead. This class will be removed in a future version.
4+
* @deprecated Use cognesy/agents package instead. This class will be removed in a future version.
55
*/
66
namespace Cognesy\Addons\Agent\Broadcasting;
77

packages/addons/src/Agent/Contracts/ToolInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* @deprecated Use cognesy/instructor-agents package instead. This class will be removed in a future version.
4+
* @deprecated Use cognesy/agents package instead. This class will be removed in a future version.
55
*/
66
namespace Cognesy\Addons\Agent\Contracts;
77

packages/addons/src/Agent/Core/Collections/AgentSteps.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* @deprecated Use cognesy/instructor-agents package instead. This class will be removed in a future version.
4+
* @deprecated Use cognesy/agents package instead. This class will be removed in a future version.
55
*/
66
namespace Cognesy\Addons\Agent\Core\Collections;
77

packages/addons/src/Agent/Core/Collections/NameList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* @deprecated Use cognesy/instructor-agents package instead. This class will be removed in a future version.
4+
* @deprecated Use cognesy/agents package instead. This class will be removed in a future version.
55
*/
66
namespace Cognesy\Addons\Agent\Core\Collections;
77

0 commit comments

Comments
 (0)