Skip to content
This repository was archived by the owner on Aug 3, 2026. It is now read-only.

Commit a6f6682

Browse files
committed
Refactor code formatting and update Go version in module files
- Removed trailing whitespace in several Go files for cleaner code. - Updated Go version in `go.mod` from 1.25.0 to 1.24.4 for compatibility. - Minor adjustments in `agent_strategy.go`, `plan_execute_strategy.go`, `plan_store.go`, `plan.go`, and `react_agent.go` to enhance readability. - Added new integration and status documentation files to provide comprehensive implementation guidance for remaining integrations.
1 parent 4ea80cd commit a6f6682

44 files changed

Lines changed: 7614 additions & 52 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

agent_strategy.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,3 @@ type StrategyConfig struct {
101101
// Metadata for strategy-specific config
102102
Metadata map[string]any
103103
}
104-

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/xraph/ai-sdk
22

3-
go 1.25.0
3+
go 1.24.4
44

55
require (
66
github.com/google/uuid v1.6.0

0 commit comments

Comments
 (0)