Skip to content

Releases: langchain-ai/agent-protocol

langchain-protocol==0.0.15

01 May 22:30
f6e351d

Choose a tag to compare

What's Changed

Full Changelog: langchain-protocol==0.0.14...langchain-protocol==0.0.15

langchain-protocol==0.0.14

29 Apr 16:40
6183ee3

Choose a tag to compare

langchain-protocol==0.0.13

28 Apr 21:08
29534cc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.1...langchain-protocol==0.0.13

0.2.1

14 Apr 22:26

Choose a tag to compare

  • Fix typo

0.2.0

14 Apr 15:24
1720b40

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.6...0.2.0

0.1.6

26 Mar 21:23
d2b0338

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.5...0.1.6

0.1.5

26 Feb 23:03
d6c7815

Choose a tag to compare

What's Changed

Full Changelog: 0.1.4...0.1.5

0.1.4

26 Feb 00:40
6d54b52

Choose a tag to compare

  • Consolidated Thread State endpoints, Get Thread State endpoint was duplicating functionality in Get Thread, so has been removed. Update Thread State has been removed, and updating thread values is now achieved in Patch Thread. The response schema of Get Thread History is now simplified, to remove properties that wouldn't generalize well to other frameworks
  • Add Thread.messages as a top-level property, providing a more strongly typed interaction pattern for dealing with messages, which many agents will want to implement in a compatible format.

0.1.3

21 Feb 23:06
34758a5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.2...0.1.3

0.1.2

05 Feb 00:37
881d0eb

Choose a tag to compare

  • Add Stateless runs endpoints for simpler one-shot runs
  • Add auto-generated Python server stubs, these will be kept up-to-date with the spec, and are a great starting point for a custom implementation
  • Make clear that the type of input is unconstrained, ie any valid JSON value is accepted
  • Remove interrupt_before / interrupt_after parameters, which were too specific to LangGraph
  • Remove feedback_keys and tasks parameters, which were too specific to LangGraph