diff --git a/adapters_examples/langgraph/langgraph_graph.py b/adapters_examples/langgraph/langgraph_graph.py index 5b8d40c1..45386b24 100644 --- a/adapters_examples/langgraph/langgraph_graph.py +++ b/adapters_examples/langgraph/langgraph_graph.py @@ -45,9 +45,10 @@ from langchain_openai import ChatOpenAI from langgraph.graph import END, START, StateGraph from langgraph.prebuilt import ToolNode -from langgraph_agentspec_adapter.agentspecexporter import AgentSpecExporter from pydantic import SecretStr +from pyagentspec.adapters.langgraph import AgentSpecExporter + class MessagesState(TypedDict): messages: list[Any] diff --git a/docs/pyagentspec/source/_static/icons/autogen-adapter.jpg b/docs/pyagentspec/source/_static/icons/autogen-adapter.jpg new file mode 100644 index 00000000..6439249b Binary files /dev/null and b/docs/pyagentspec/source/_static/icons/autogen-adapter.jpg differ diff --git a/docs/pyagentspec/source/_static/icons/crewai-adapter.jpg b/docs/pyagentspec/source/_static/icons/crewai-adapter.jpg new file mode 100644 index 00000000..937a2bbd Binary files /dev/null and b/docs/pyagentspec/source/_static/icons/crewai-adapter.jpg differ diff --git a/docs/pyagentspec/source/_static/icons/langgraph-adapter.jpg b/docs/pyagentspec/source/_static/icons/langgraph-adapter.jpg new file mode 100644 index 00000000..964d2014 Binary files /dev/null and b/docs/pyagentspec/source/_static/icons/langgraph-adapter.jpg differ diff --git a/docs/pyagentspec/source/_static/icons/wayflow-adapter.jpg b/docs/pyagentspec/source/_static/icons/wayflow-adapter.jpg new file mode 100644 index 00000000..d36461bf Binary files /dev/null and b/docs/pyagentspec/source/_static/icons/wayflow-adapter.jpg differ diff --git a/docs/pyagentspec/source/_templates/navbar-new.html b/docs/pyagentspec/source/_templates/navbar-new.html index be6bf8ce..f59be579 100644 --- a/docs/pyagentspec/source/_templates/navbar-new.html +++ b/docs/pyagentspec/source/_templates/navbar-new.html @@ -13,8 +13,8 @@ -