mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-20 23:57:11 -04:00
[PR #89] [MERGED] feat: graphiti search #152
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/89
Author: @zavgorodnii
Created: 12/2/2025
Status: ✅ Merged
Merged: 12/30/2025
Merged by: @asdek
Base:
master← Head:feat/graphiti-search📝 Commits (10+)
65232f3feat: added graphiti integration338dafffeat: graphiti-searchd414203graphiti uses global llm provider13b7150added proper graphiti disabling + set up loggingda9019bfeat: added patch refineradf89abMerge pull request #93 from vxcontrol/feat/patch-refinerfca31d3feat: integrate Graphiti with Docker Compose and update environment configurations4b90669feat: update Anthropic and Gemini configurations for model enhancements and performance improvements558bcb1fix: add missing username for private scraper on installer formae80dc0Merge branch 'master' into feat/graphiti-search📊 Changes
52 files changed (+4413 additions, -1253 deletions)
View changed files
📝
.env.example(+12 -1)📝
README.md(+114 -11)📝
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/cmd/installer/files/links/docker-compose-graphiti.yml(+1 -0)📝
backend/cmd/installer/wizard/models/scraper_form.go(+4 -0)📝
backend/cmd/pentagi/main.go(+8 -0)📝
backend/docs/config.md(+51 -1)📝
backend/go.mod(+1 -0)📝
backend/go.sum(+2 -0)📝
backend/pkg/config/config.go(+5 -0)📝
backend/pkg/controller/assistant.go(+1 -0)📝
backend/pkg/controller/flow.go(+2 -0)📝
backend/pkg/docker/client.go(+4 -1)➕
backend/pkg/graphiti/client.go(+141 -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)...and 32 more files
📄 Description
Description of the Change
Problem
Solution
Closes #80
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.