Skip to content

Commit 13f8099

Browse files
authored
sec: temporarily remove crewai from adapters
1 parent ea02cc7 commit 13f8099

38 files changed

+15
-2303
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ You can find some examples of how to use these adapters in the `adapters_example
100100

101101
- [LangGraph](https://github.com/oracle/agent-spec/tree/main/adapters_examples/langgraph)
102102
- [AutoGen](https://github.com/oracle/agent-spec/tree/main/adapters_examples/autogen)
103-
- [CrewAI](https://github.com/oracle/agent-spec/tree/main/adapters_examples/crewai)
104103

105104

106105
## Positioning in the Agentic Ecosystem

adapters_examples/crewai/agentspec_to_crewai.py

Lines changed: 0 additions & 85 deletions
This file was deleted.

adapters_examples/crewai/crewai_to_agentspec.py

Lines changed: 0 additions & 104 deletions
This file was deleted.

docs/pyagentspec/source/_components/all_components.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -275,13 +275,5 @@
275275
{"path": "pyagentspec.a2aagent.A2AConnectionConfig"},
276276
{"path": "pyagentspec.a2aagent.A2ASessionParameters"}
277277
]
278-
},
279-
{
280-
"name": "Adapters",
281-
"path": "adapters",
282-
"classes": [
283-
{"path": "pyagentspec.adapters.crewai.AgentSpecExporter"},
284-
{"path": "pyagentspec.adapters.crewai.AgentSpecLoader"}
285-
]
286278
}
287279
]
-291 KB
Binary file not shown.
-14.3 KB
Binary file not shown.

docs/pyagentspec/source/adapters/crewai.rst

Lines changed: 0 additions & 60 deletions
This file was deleted.

docs/pyagentspec/source/api/adapters.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,6 @@ into the equivalent solution, as per each framework's definition, and return an
77

88
This page presents all APIs and classes related to Agent Spec Adapters.
99

10-
CrewAI
11-
------
12-
13-
.. _adapters_crewai_exporter:
14-
.. autoclass:: pyagentspec.adapters.crewai.AgentSpecExporter
15-
16-
.. _adapters_crewai_loader:
17-
.. autoclass:: pyagentspec.adapters.crewai.AgentSpecLoader
18-
19-
2010
LangGraph
2111
---------
2212

docs/pyagentspec/source/changelog.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@ New features
2323

2424
For more information read the :doc:`API Reference <api/adapters>`.
2525

26-
* **Added CrewAI adapter to pyagentspec:**
27-
28-
The CrewAI adapter is now available as part of ``pyagentspec``.
29-
You can access its functionality through the ``pyagentspec.adapters.crewai`` subpackage.
30-
It requires the ``crewai`` extra dependency to be installed.
31-
32-
For more information read the :doc:`API Reference <api/adapters>`.
33-
3426
* **Sensitive Fields Support:**
3527

3628
New fields have been added to Agent Spec components that may carry sensitive data (e.g. the field `api_key` on :ref:`OpenAiCompatibleConfig <openaicompatibleconfig>`). To provide this functionality securely, we also introduced the annotation `SensitiveField` such that the sensitive fields are automatically excluded when exporting a Component to its JSON or yaml configuration.

0 commit comments

Comments
 (0)