Releases: RadCod3/reference-implementations-afm
afm-langchain v0.2.0
Changes in python-interpreter
7f3763b Report error keys for StdioTransport http variable errors
49c15ed Address review comments
4dc533a Define default port in constants file
4e242bc Fix CI failure
9791b82 Demote MCP stdio JSONRPC parse errors from ERROR to DEBUG
80d241f Add link to chat ui in logs
d5d5cb3 Align default behaviour between interpreters
4ad4e7b Address coderabbit review comments
67b823a Upgrade depdendencies
edb2674 Fix Dockerfile
3d2a904 Address review suggestions
d6df1f7 Add uv and npm to docker image for stdio mcp
8747ee4 Bump versions for stdio support
9c91c63 Add stdio mcp support to afm-langchain
3f21bd9 Add stdio mcp support to afm-core
b68cbb3 Refactor README and RELEASING files
b9fb1eb Improve package manager detection logic
e195d40 Improve load_runner ambiguity
5ff4815 Fix update notification when switching between core and cli
e07e080 Update missing framework msg
8f880b5 Refactor update notification logic
64b0bb3 Regen uv.lock file
0f25b22 Bump python-interpreter afm-langchain versions to next patch
afm-core v0.2.0
Changes in python-interpreter
7f3763b Report error keys for StdioTransport http variable errors
49c15ed Address review comments
4dc533a Define default port in constants file
4e242bc Fix CI failure
9791b82 Demote MCP stdio JSONRPC parse errors from ERROR to DEBUG
80d241f Add link to chat ui in logs
d5d5cb3 Align default behaviour between interpreters
4ad4e7b Address coderabbit review comments
67b823a Upgrade depdendencies
edb2674 Fix Dockerfile
3d2a904 Address review suggestions
d6df1f7 Add uv and npm to docker image for stdio mcp
8747ee4 Bump versions for stdio support
9c91c63 Add stdio mcp support to afm-langchain
3f21bd9 Add stdio mcp support to afm-core
b68cbb3 Refactor README and RELEASING files
b9fb1eb Improve package manager detection logic
e195d40 Improve load_runner ambiguity
5ff4815 Fix update notification when switching between core and cli
e07e080 Update missing framework msg
8f880b5 Refactor update notification logic
64b0bb3 Regen uv.lock file
0f25b22 Bump python-interpreter afm-langchain versions to next patch
a7505be Bump python-interpreter afm-core versions to next patch
afm-langchain v0.1.3
Changes in python-interpreter
a7505be Bump python-interpreter afm-core versions to next patch
5f38b70 Bump package versions
3d485a0 Bump langchain version
7bac8f5 Bump python-interpreter afm-core versions to next patch
d8d79c6 Bump versions
e55843a Add version constraints to afm-cli and afm-langchain
4fb5e4f Add proper README files for packages and workspace
ac5ee43 Remove version from source code
281ce76 Fix test_version to handle missing afm-cli package
160bb78 Remove unused env setting and fix test
bb74ffc Fix validate command to skip env resolving
a440d6b Add correct license header to files
f92a5a3 Update workflows to support new folder structure
742d042 Rename langchain-interpreter folder to python-interpreter
afm-core v0.1.6
afm-core v0.1.4
Changes in python-interpreter
d8d79c6 Bump versions
e55843a Add version constraints to afm-cli and afm-langchain
4fb5e4f Add proper README files for packages and workspace
ac5ee43 Remove version from source code
281ce76 Fix test_version to handle missing afm-cli package
160bb78 Remove unused env setting and fix test
bb74ffc Fix validate command to skip env resolving
a440d6b Add correct license header to files
f92a5a3 Update workflows to support new folder structure
742d042 Rename langchain-interpreter folder to python-interpreter
afm-core v0.1.2
afm-langchain v0.1.0
Changes in langchain-interpreter
8d2a458 Bump langchain-interpreter afm-core versions to next patch
475e3d1 Bump versions of packages
5c58ca5 Add separate workflow for python and refactor existing
1806520 Refactor project to support modular architecture
e2000ce Update langchain-interpreter/src/afm/init.py
b493c19 Rename project to afm
3c03899 Remove deadcode and unnecessary docstrings
e96b10c Fix image vulnerabilities
6599d76 Remove pip and pipx instructions from README
22c23cb Fix double-dot path handling in templates
87b6185 Address review comments on session history, WebSub etc.
08ff44d Pin uv version in dockerfile
4c01440 Address code review comments
d637d8a Construct WebSub callback from CLI host/port
97c9a27 Add review suggestions
af61d42 Add missing import
ff42321 Address review comments
e2a3603 Fix verification bypassing in webhook
302b37e Refactor README and pyproject
7d9c568 Hide logs in consolechat and add log-file flag
c665eec Remove verbose docstrings
8ae19f7 Fix dockerfile
b4c991b Add ci and docker workflow
f98b050 Add readme and bump version
4072517 Remove unnecessary tests and update docstring
d9bb051 Rename project to afm-cli for publishing
75ef205 Remove the tool call fix that was needed before
eaafb19 Fix websub subscription not working
8397e0b Upgrade dependencies
c3a0a02 Merge branch 'feat/improve-tui' into feat/langchain-py
f56f157 Improve styling of TUI
e4b3322 Fix fire-and-forget task for WebSub subscription
a67f3ef Raise JSONAccessError for empty field names in JSON paths
afdfd2b Remove incorrect type hint
8d7e2eb Improve console chat with proper TUI
ec446e1 Check extra fields in JSON Schema for http vars
bcccbad Prevent hang when HTTP server fails to start
7f231ca Add exception chaining and hide internal errors in webhook
62eee56 Fix signature parsing for unknown algorithm prefixes
5bc3d32 Prevent sensitive error details exposure in web chat
4b9bb03 Expose Agent signature via public property
903fcdf Fix async lifecycle and blocking input issues
0850f68 Raise TemplateEvaluationError for invalid templates
84d6d88 Raise OutputValidationError instead of AgentError
dd66b43 Fix anthropic model name
0f9e51a Use exact match for markdown sections
a246dda Escape chat path before substitution
40a99cc Add exception chaining
68d6f48 Raise exception on secret resolution failure
1e6066a Address review comments
afm-core v0.1.0
Changes in langchain-interpreter
475e3d1 Bump versions of packages
5c58ca5 Add separate workflow for python and refactor existing
1806520 Refactor project to support modular architecture
e2000ce Update langchain-interpreter/src/afm/init.py
b493c19 Rename project to afm
3c03899 Remove deadcode and unnecessary docstrings
e96b10c Fix image vulnerabilities
6599d76 Remove pip and pipx instructions from README
22c23cb Fix double-dot path handling in templates
87b6185 Address review comments on session history, WebSub etc.
08ff44d Pin uv version in dockerfile
4c01440 Address code review comments
d637d8a Construct WebSub callback from CLI host/port
97c9a27 Add review suggestions
af61d42 Add missing import
ff42321 Address review comments
e2a3603 Fix verification bypassing in webhook
302b37e Refactor README and pyproject
7d9c568 Hide logs in consolechat and add log-file flag
c665eec Remove verbose docstrings
8ae19f7 Fix dockerfile
b4c991b Add ci and docker workflow
f98b050 Add readme and bump version
4072517 Remove unnecessary tests and update docstring
d9bb051 Rename project to afm-cli for publishing
75ef205 Remove the tool call fix that was needed before
eaafb19 Fix websub subscription not working
8397e0b Upgrade dependencies
c3a0a02 Merge branch 'feat/improve-tui' into feat/langchain-py
f56f157 Improve styling of TUI
e4b3322 Fix fire-and-forget task for WebSub subscription
a67f3ef Raise JSONAccessError for empty field names in JSON paths
afdfd2b Remove incorrect type hint
8d7e2eb Improve console chat with proper TUI
ec446e1 Check extra fields in JSON Schema for http vars
bcccbad Prevent hang when HTTP server fails to start
7f231ca Add exception chaining and hide internal errors in webhook
62eee56 Fix signature parsing for unknown algorithm prefixes
5bc3d32 Prevent sensitive error details exposure in web chat
4b9bb03 Expose Agent signature via public property
903fcdf Fix async lifecycle and blocking input issues
0850f68 Raise TemplateEvaluationError for invalid templates
84d6d88 Raise OutputValidationError instead of AgentError
dd66b43 Fix anthropic model name
0f9e51a Use exact match for markdown sections
a246dda Escape chat path before substitution
40a99cc Add exception chaining
68d6f48 Raise exception on secret resolution failure
1e6066a Address review comments
d6f0141 Fix test failure
langchain-interpreter v0.1.1
Changes in langchain-interpreter
b493c19 Rename project to afm
3c03899 Remove deadcode and unnecessary docstrings
e96b10c Fix image vulnerabilities
6599d76 Remove pip and pipx instructions from README
22c23cb Fix double-dot path handling in templates
87b6185 Address review comments on session history, WebSub etc.
08ff44d Pin uv version in dockerfile
4c01440 Address code review comments
d637d8a Construct WebSub callback from CLI host/port
97c9a27 Add review suggestions
af61d42 Add missing import
ff42321 Address review comments
e2a3603 Fix verification bypassing in webhook
302b37e Refactor README and pyproject
7d9c568 Hide logs in consolechat and add log-file flag
c665eec Remove verbose docstrings
8ae19f7 Fix dockerfile
b4c991b Add ci and docker workflow
f98b050 Add readme and bump version
4072517 Remove unnecessary tests and update docstring
d9bb051 Rename project to afm-cli for publishing
75ef205 Remove the tool call fix that was needed before
eaafb19 Fix websub subscription not working
8397e0b Upgrade dependencies
c3a0a02 Merge branch 'feat/improve-tui' into feat/langchain-py
f56f157 Improve styling of TUI
e4b3322 Fix fire-and-forget task for WebSub subscription
a67f3ef Raise JSONAccessError for empty field names in JSON paths
afdfd2b Remove incorrect type hint
8d7e2eb Improve console chat with proper TUI
ec446e1 Check extra fields in JSON Schema for http vars
bcccbad Prevent hang when HTTP server fails to start
7f231ca Add exception chaining and hide internal errors in webhook
62eee56 Fix signature parsing for unknown algorithm prefixes
5bc3d32 Prevent sensitive error details exposure in web chat
4b9bb03 Expose Agent signature via public property
903fcdf Fix async lifecycle and blocking input issues
0850f68 Raise TemplateEvaluationError for invalid templates
84d6d88 Raise OutputValidationError instead of AgentError
dd66b43 Fix anthropic model name
0f9e51a Use exact match for markdown sections
a246dda Escape chat path before substitution
40a99cc Add exception chaining
68d6f48 Raise exception on secret resolution failure
1e6066a Address review comments
d6f0141 Fix test failure
63ea9b0 Add webui for webchat interface
f50b493 Remove snapshot from default anthropic model
ec503b5 Fix default webchat signature to align with spec
bde8d3d Suppress info logs from httpx and httpcore