Skip to content

Releases: xraph/ai-sdk

Release v0.0.4

Choose a tag to compare

@github-actions github-actions released this 10 Feb 05:22

Release v0.0.4

Installation

go get github.com/xraph/vessel@v0.0.4

Or for individual packages:

go get github.com/xraph/vessel/errs@v0.0.4
go get github.com/xraph/vessel/log@v0.0.4

Changes

Initial release:

1704c27 (HEAD -> main, origin/main) fix: remove redundant newline in llm.txt documentation
0abff7a chore: update Go version to 1.25.7 in go.mod
c175cb3 chore: update Go version to 1.25.7 across CI and release workflows
5aa5cf6 style: format adjustments in mock provider methods for consistency
995dbfe fix: added support for streaming
ed7d8b2 Update Go module dependencies
128d820 Update go module dependencies
a7b9c5c Refactor providers to replace `forge` with `go-utils`. Update logging, metrics, and errors to use `log`, `metrics`, and `errs` packages. Clean up `go.mod` and `go.sum` to remove unused dependencies.
dc402af Update README to clarify comparison section and note research requirements
4df8c22 Add UI Generation System documentation and integrate into README
8e34f89 Remove deprecated LMStudio provider files and tests to streamline codebase
648ba69 Update README to reflect project name change from "Forge AI SDK" to "AI SDK"
a8f18b1 Add ReAct and Plan-Execute agent documentation and examples
d5ad552 Refactor agent architecture to unify execution control
8b9a208 Update Go version to 1.25.5 across CI and release workflows
e04e197 Update Go module dependencies and version
47d23ff Enhance artifact ID generation with concurrency support
04fdd75 Add gosec configuration and update security scan commands
850298d Refactor test cases and improve error handling in artifact and handoff tests
8dde4d7 Update Makefile for AI SDK project
77ff378 Refactor whitespace in pgvector.go for improved code readability
8df4acc Remove obsolete integration documentation files - These files were no longer relevant as the integration module has reached completion and the documentation has been consolidated into more current formats.
6165c72 Update Go module dependencies and improve memory cache implementation
01e5d4e Remove trailing whitespace in integration test files for cleaner code formatting
0cb7fa0 Implement path sanitization to prevent directory traversal vulnerabilities in audio and multimodal file handling
178be92 Update Go module dependencies and clean up whitespace in benchmark and integration files
3ca1d8e Improve parsing robustness in score extraction and concurrency handling in tests
bef838e Update contact information and attribution in README.md to reflect new support email, Discord link, and documentation URL, changing team attribution from Forge Team to XRaph Team.
d192400 Update installation instructions in README.md to reflect the correct package path for the AI SDK.
5c59fe8 Enhance README.md with new Integrations section
a6f6682 Refactor code formatting and update Go version in module files
4ea80cd Add in-memory cache and state store implementations
c182774 Add foundational components for agent strategies and integrations
1fdc6c3 Enhance README.md with new section on Native Guardrails, highlighting zero-cost, low-latency PII and toxicity detection. Update feature comparison table to reflect improvements in cost tracking, guardrails, caching, and provider support. Add architecture philosophy and cost comparison to clarify SDK advantages over competitors.
3e281b8 Update README.md to reflect changes in production readiness status, marking the SDK as "Alpha" instead of "Enterprise features" to better represent its current development stage.
0d28d7a Enhance README.md with updated framework comparison and key differentiators for Forge AI SDK, Vercel AI SDK, and LangChain. Expand feature set details, including type safety, memory systems, and production readiness, to provide clearer insights into each SDK's strengths and use cases.
1ef15b3 Update go-utils dependency to v0.0.5 in go.mod and remove outdated entry from go.sum
5f2e29d Refactor tests for artifact and stream functionality
a2694e5 Add comprehensive tests for workflow functionality

Documentation

Release v0.0.3

Choose a tag to compare

@github-actions github-actions released this 15 Jan 05:39

Release v0.0.3

Installation

go get github.com/xraph/vessel@v0.0.3

Or for individual packages:

go get github.com/xraph/vessel/errs@v0.0.3
go get github.com/xraph/vessel/log@v0.0.3

Changes

Initial release:

ed7d8b2 (HEAD -> main, origin/main) Update Go module dependencies
128d820 Update go module dependencies
a7b9c5c Refactor providers to replace `forge` with `go-utils`. Update logging, metrics, and errors to use `log`, `metrics`, and `errs` packages. Clean up `go.mod` and `go.sum` to remove unused dependencies.
dc402af Update README to clarify comparison section and note research requirements
4df8c22 Add UI Generation System documentation and integrate into README
8e34f89 Remove deprecated LMStudio provider files and tests to streamline codebase
648ba69 Update README to reflect project name change from "Forge AI SDK" to "AI SDK"
a8f18b1 Add ReAct and Plan-Execute agent documentation and examples
d5ad552 Refactor agent architecture to unify execution control
8b9a208 Update Go version to 1.25.5 across CI and release workflows
e04e197 Update Go module dependencies and version
47d23ff Enhance artifact ID generation with concurrency support
04fdd75 Add gosec configuration and update security scan commands
850298d Refactor test cases and improve error handling in artifact and handoff tests
8dde4d7 Update Makefile for AI SDK project
77ff378 Refactor whitespace in pgvector.go for improved code readability
8df4acc Remove obsolete integration documentation files - These files were no longer relevant as the integration module has reached completion and the documentation has been consolidated into more current formats.
6165c72 Update Go module dependencies and improve memory cache implementation
01e5d4e Remove trailing whitespace in integration test files for cleaner code formatting
0cb7fa0 Implement path sanitization to prevent directory traversal vulnerabilities in audio and multimodal file handling
178be92 Update Go module dependencies and clean up whitespace in benchmark and integration files
3ca1d8e Improve parsing robustness in score extraction and concurrency handling in tests
bef838e Update contact information and attribution in README.md to reflect new support email, Discord link, and documentation URL, changing team attribution from Forge Team to XRaph Team.
d192400 Update installation instructions in README.md to reflect the correct package path for the AI SDK.
5c59fe8 Enhance README.md with new Integrations section
a6f6682 Refactor code formatting and update Go version in module files
4ea80cd Add in-memory cache and state store implementations
c182774 Add foundational components for agent strategies and integrations
1fdc6c3 Enhance README.md with new section on Native Guardrails, highlighting zero-cost, low-latency PII and toxicity detection. Update feature comparison table to reflect improvements in cost tracking, guardrails, caching, and provider support. Add architecture philosophy and cost comparison to clarify SDK advantages over competitors.
3e281b8 Update README.md to reflect changes in production readiness status, marking the SDK as "Alpha" instead of "Enterprise features" to better represent its current development stage.
0d28d7a Enhance README.md with updated framework comparison and key differentiators for Forge AI SDK, Vercel AI SDK, and LangChain. Expand feature set details, including type safety, memory systems, and production readiness, to provide clearer insights into each SDK's strengths and use cases.
1ef15b3 Update go-utils dependency to v0.0.5 in go.mod and remove outdated entry from go.sum
5f2e29d Refactor tests for artifact and stream functionality
a2694e5 Add comprehensive tests for workflow functionality

Documentation

Release v0.0.2

Choose a tag to compare

@github-actions github-actions released this 12 Jan 15:06

Release v0.0.2

Installation

go get github.com/xraph/vessel@v0.0.2

Or for individual packages:

go get github.com/xraph/vessel/errs@v0.0.2
go get github.com/xraph/vessel/log@v0.0.2

Changes

Initial release:

648ba69 (HEAD -> main, origin/main) Update README to reflect project name change from "Forge AI SDK" to "AI SDK"
a8f18b1 Add ReAct and Plan-Execute agent documentation and examples
d5ad552 Refactor agent architecture to unify execution control
8b9a208 Update Go version to 1.25.5 across CI and release workflows
e04e197 Update Go module dependencies and version
47d23ff Enhance artifact ID generation with concurrency support
04fdd75 Add gosec configuration and update security scan commands
850298d Refactor test cases and improve error handling in artifact and handoff tests
8dde4d7 Update Makefile for AI SDK project
77ff378 Refactor whitespace in pgvector.go for improved code readability
8df4acc Remove obsolete integration documentation files - These files were no longer relevant as the integration module has reached completion and the documentation has been consolidated into more current formats.
6165c72 Update Go module dependencies and improve memory cache implementation
01e5d4e Remove trailing whitespace in integration test files for cleaner code formatting
0cb7fa0 Implement path sanitization to prevent directory traversal vulnerabilities in audio and multimodal file handling
178be92 Update Go module dependencies and clean up whitespace in benchmark and integration files
3ca1d8e Improve parsing robustness in score extraction and concurrency handling in tests
bef838e Update contact information and attribution in README.md to reflect new support email, Discord link, and documentation URL, changing team attribution from Forge Team to XRaph Team.
d192400 Update installation instructions in README.md to reflect the correct package path for the AI SDK.
5c59fe8 Enhance README.md with new Integrations section
a6f6682 Refactor code formatting and update Go version in module files
4ea80cd Add in-memory cache and state store implementations
c182774 Add foundational components for agent strategies and integrations
1fdc6c3 Enhance README.md with new section on Native Guardrails, highlighting zero-cost, low-latency PII and toxicity detection. Update feature comparison table to reflect improvements in cost tracking, guardrails, caching, and provider support. Add architecture philosophy and cost comparison to clarify SDK advantages over competitors.
3e281b8 Update README.md to reflect changes in production readiness status, marking the SDK as "Alpha" instead of "Enterprise features" to better represent its current development stage.
0d28d7a Enhance README.md with updated framework comparison and key differentiators for Forge AI SDK, Vercel AI SDK, and LangChain. Expand feature set details, including type safety, memory systems, and production readiness, to provide clearer insights into each SDK's strengths and use cases.
1ef15b3 Update go-utils dependency to v0.0.5 in go.mod and remove outdated entry from go.sum
5f2e29d Refactor tests for artifact and stream functionality
a2694e5 Add comprehensive tests for workflow functionality

Documentation

Release v0.0.1

Choose a tag to compare

@github-actions github-actions released this 12 Jan 05:16

Release v0.0.1

Installation

go get github.com/xraph/vessel@v0.0.1

Or for individual packages:

go get github.com/xraph/vessel/errs@v0.0.1
go get github.com/xraph/vessel/log@v0.0.1

Changes

Initial release:

8b9a208 (HEAD -> main, origin/main) Update Go version to 1.25.5 across CI and release workflows
e04e197 Update Go module dependencies and version
47d23ff Enhance artifact ID generation with concurrency support
04fdd75 Add gosec configuration and update security scan commands
850298d Refactor test cases and improve error handling in artifact and handoff tests
8dde4d7 Update Makefile for AI SDK project
77ff378 Refactor whitespace in pgvector.go for improved code readability
8df4acc Remove obsolete integration documentation files - These files were no longer relevant as the integration module has reached completion and the documentation has been consolidated into more current formats.
6165c72 Update Go module dependencies and improve memory cache implementation
01e5d4e Remove trailing whitespace in integration test files for cleaner code formatting
0cb7fa0 Implement path sanitization to prevent directory traversal vulnerabilities in audio and multimodal file handling
178be92 Update Go module dependencies and clean up whitespace in benchmark and integration files
3ca1d8e Improve parsing robustness in score extraction and concurrency handling in tests
bef838e Update contact information and attribution in README.md to reflect new support email, Discord link, and documentation URL, changing team attribution from Forge Team to XRaph Team.
d192400 Update installation instructions in README.md to reflect the correct package path for the AI SDK.
5c59fe8 Enhance README.md with new Integrations section
a6f6682 Refactor code formatting and update Go version in module files
4ea80cd Add in-memory cache and state store implementations
c182774 Add foundational components for agent strategies and integrations
1fdc6c3 Enhance README.md with new section on Native Guardrails, highlighting zero-cost, low-latency PII and toxicity detection. Update feature comparison table to reflect improvements in cost tracking, guardrails, caching, and provider support. Add architecture philosophy and cost comparison to clarify SDK advantages over competitors.
3e281b8 Update README.md to reflect changes in production readiness status, marking the SDK as "Alpha" instead of "Enterprise features" to better represent its current development stage.
0d28d7a Enhance README.md with updated framework comparison and key differentiators for Forge AI SDK, Vercel AI SDK, and LangChain. Expand feature set details, including type safety, memory systems, and production readiness, to provide clearer insights into each SDK's strengths and use cases.
1ef15b3 Update go-utils dependency to v0.0.5 in go.mod and remove outdated entry from go.sum
5f2e29d Refactor tests for artifact and stream functionality
a2694e5 Add comprehensive tests for workflow functionality

Documentation