Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ You can find some examples of how to use these adapters in the `adapters_example

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


## Positioning in the Agentic Ecosystem
Expand Down
85 changes: 0 additions & 85 deletions adapters_examples/crewai/agentspec_to_crewai.py

This file was deleted.

104 changes: 0 additions & 104 deletions adapters_examples/crewai/crewai_to_agentspec.py

This file was deleted.

8 changes: 0 additions & 8 deletions docs/pyagentspec/source/_components/all_components.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,13 +275,5 @@
{"path": "pyagentspec.a2aagent.A2AConnectionConfig"},
{"path": "pyagentspec.a2aagent.A2ASessionParameters"}
]
},
{
"name": "Adapters",
"path": "adapters",
"classes": [
{"path": "pyagentspec.adapters.crewai.AgentSpecExporter"},
{"path": "pyagentspec.adapters.crewai.AgentSpecLoader"}
]
}
]
Binary file not shown.
Binary file not shown.
60 changes: 0 additions & 60 deletions docs/pyagentspec/source/adapters/crewai.rst

This file was deleted.

10 changes: 0 additions & 10 deletions docs/pyagentspec/source/api/adapters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,6 @@ into the equivalent solution, as per each framework's definition, and return an

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

CrewAI
------

.. _adapters_crewai_exporter:
.. autoclass:: pyagentspec.adapters.crewai.AgentSpecExporter

.. _adapters_crewai_loader:
.. autoclass:: pyagentspec.adapters.crewai.AgentSpecLoader


LangGraph
---------

Expand Down
8 changes: 0 additions & 8 deletions docs/pyagentspec/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ New features

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

* **Added CrewAI adapter to pyagentspec:**

The CrewAI adapter is now available as part of ``pyagentspec``.
You can access its functionality through the ``pyagentspec.adapters.crewai`` subpackage.
It requires the ``crewai`` extra dependency to be installed.

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

* **Sensitive Fields Support:**

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.
Expand Down
Loading