mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-21 08:15:23 -04:00
[PR #87] [MERGED] feat: graphiti search #150
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vxcontrol/pentagi/pull/87
Author: @zavgorodnii
Created: 11/20/2025
Status: ✅ Merged
Merged: 12/2/2025
Merged by: @zavgorodnii
Base:
feat/grafiti← Head:feat/graphiti-search📝 Commits (2)
19fe370feat: graphiti-search203086aMerge branch 'feat/grafiti' into feat/graphiti-search📊 Changes
30 files changed (+1364 additions, -78 deletions)
View changed files
📝
.env.example(+9 -8)📝
README.md(+15 -13)📝
backend/cmd/ftester/mocks/tools.go(+126 -0)📝
backend/cmd/ftester/worker/args.go(+1 -0)📝
backend/cmd/ftester/worker/executor.go(+32 -20)📝
backend/cmd/ftester/worker/tester.go(+2 -0)📝
backend/docs/config.md(+1 -1)📝
backend/go.mod(+1 -1)📝
backend/go.sum(+2 -0)📝
backend/pkg/config/config.go(+1 -1)📝
backend/pkg/controller/assistant.go(+1 -0)📝
backend/pkg/controller/flow.go(+2 -0)📝
backend/pkg/graphiti/client.go(+79 -0)📝
backend/pkg/observability/langfuse/api/internal/caller_test.go(+1 -1)📝
backend/pkg/observability/langfuse/api/internal/error_decoder_test.go(+1 -1)📝
backend/pkg/observability/langfuse/api/internal/retrier_test.go(+1 -1)📝
backend/pkg/providers/handlers.go(+2 -0)📝
backend/pkg/providers/performer.go(+1 -0)📝
backend/pkg/providers/provider.go(+1 -0)📝
backend/pkg/providers/providers.go(+5 -0)...and 10 more files
📄 Description
Description of the Change
Problem
Solution
Closes #
Type of Change
Areas Affected
Testing and Verification
Test Configuration
Test Steps
Test Results
Security Considerations
Performance Impact
Documentation Updates
Deployment Notes
Checklist
Code Quality
go fmtandgo vet(for Go code)npm run lint(for TypeScript/JavaScript code)Security
Compatibility
Documentation
Additional Notes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.