-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG.json
More file actions
221 lines (221 loc) · 13.7 KB
/
CHANGELOG.json
File metadata and controls
221 lines (221 loc) · 13.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
{
"irVersion": "1.0",
"project": "agent-team-stats",
"repository": "https://github.com/plexusone/agent-team-stats",
"versioning": "semver",
"commitConvention": "conventional",
"releases": [
{
"version": "v0.7.0",
"date": "2026-03-01",
"highlights": [
{ "description": "Module migrated from `agentplexus` to `plexusone` organization" },
{ "description": "Agent plugin specifications for Kiro and Claude Code sub-agents" },
{ "description": "MkDocs documentation restructured for GitHub Pages deployment" }
],
"breaking": [
{ "description": "Module path changed from `github.com/agentplexus/stats-agent-team` to `github.com/plexusone/agent-team-stats`", "commit": "800d563" }
],
"upgradeGuide": [
{ "description": "Update import paths from `github.com/agentplexus/stats-agent-team` to `github.com/plexusone/agent-team-stats`" },
{ "description": "Update go.mod dependency to `github.com/plexusone/agent-team-stats v0.7.0`" }
],
"added": [
{ "description": "Kiro agent configuration files for local development (`plugins/kiro/agents/`)", "commit": "8005978" },
{ "description": "Spec plugin definition with deployment targets (`plugins/spec/plugin.json`)", "commit": "8005978" },
{ "description": "Agent specification markdown files for orchestration workflow", "commit": "8005978" }
],
"changed": [
{ "description": "Module path migrated from `agentplexus` to `plexusone` organization", "commit": "800d563" },
{ "description": "All dependencies migrated from `agentplexus/*` to `plexusone/*` packages", "commit": "800d563" },
{ "description": "CDK module updated to use `agentkit-aws-cdk v0.2.0`", "commit": "df594f7" },
{ "description": "MkDocs source moved from `docsrc/` to `docs/` for gh-pages deployment", "commit": "514f793" }
],
"documentation": [
{ "description": "Updated README URLs for plexusone organization", "commit": "5598c54" },
{ "description": "Restructured docs for `mkdocs gh-deploy` workflow", "commit": "514f793" },
{ "description": "Updated mkdocs.yml with plexusone URLs and removed site_dir", "commit": "514f793" }
],
"dependencies": [
{ "description": "`github.com/plexusone/agentkit` v0.5.0 (was agentplexus/agentkit v0.4.0)", "commit": "800d563" },
{ "description": "`github.com/plexusone/omnillm` v0.13.0 (was agentplexus/omnillm v0.11.0)", "commit": "800d563" },
{ "description": "`github.com/plexusone/omniobserve` v0.7.0 (was agentplexus/omniobserve v0.5.1)", "commit": "800d563" },
{ "description": "`github.com/plexusone/omniserp` v0.8.0 (was agentplexus/omniserp v0.7.0)", "commit": "800d563" },
{ "description": "`github.com/plexusone/opik-go` v0.6.0 (was agentplexus/go-opik v0.5.1)", "commit": "800d563" },
{ "description": "`github.com/plexusone/phoenix-go` v0.2.0 (was agentplexus/go-phoenix v0.1.1)", "commit": "800d563" },
{ "description": "`github.com/cloudwego/eino` v0.7.32 → v0.7.36", "commit": "2e6f858" },
{ "description": "`github.com/grokify/mogo` v0.72.7 → v0.73.3", "commit": "5cb7fba" },
{ "description": "`github.com/go-chi/chi/v5` v5.2.4 → v5.2.5", "commit": "4ad2d66" },
{ "description": "`github.com/modelcontextprotocol/go-sdk` v1.3.0 → v1.4.0", "commit": "7cb49ed" },
{ "description": "`google.golang.org/genai` v1.42.0 → v1.48.0", "commit": "89b1689" },
{ "description": "`google.golang.org/adk` v0.4.0 → v0.5.0", "commit": "800d563" },
{ "description": "`github.com/a2aproject/a2a-go` v0.3.6 → v0.3.7", "commit": "800d563" },
{ "description": "`github.com/plexusone/agentkit-aws-cdk` v0.2.0 (CDK module)", "commit": "df594f7" }
],
"infrastructure": [
{ "description": "Updated `.gitignore` to exclude `.claude/` directory", "commit": "33ff021" },
{ "description": "Updated `cdk/.gitignore` to exclude compiled binary", "commit": "df594f7" },
{ "description": "Bump `actions/upload-artifact` from 6 to 7", "commit": "240bca4" }
]
},
{
"version": "v0.6.0",
"date": "2026-01-18",
"highlights": [
{ "description": "Unified configuration loading with agentkit integration and OmniVault secret management" }
],
"added": [
{ "description": "Unified configuration loading from config.json, environment variables, and OmniVault secrets via `config.Load(ctx)`", "commit": "6afdba6" },
{ "description": "AWS CDK deployment infrastructure in `cdk/` directory", "commit": "6afdba6" },
{ "description": "Runtime config files: `config.json` for local development, `config.aws.json` for AWS deployment", "commit": "6afdba6" },
{ "description": "AWS AgentCore deployment guide (`docs/guides/aws-agentcore.md`)", "commit": "6afdba6" }
],
"changed": [
{ "description": "OmniLLM adapter updated for v0.11.0 unified Providers API", "commit": "8e871e7" },
{ "description": "`Config` struct now embeds `*akconfig.Config` for unified configuration", "commit": "6afdba6" }
],
"infrastructure": [
{ "description": "Added `build_maintenance` flag for patch release Docker images", "commit": "230c242" }
],
"documentation": [
{ "description": "Updated MCP_SERVER.md documentation", "commit": "0565794" }
],
"dependencies": [
{ "description": "`github.com/agentplexus/omnillm` v0.10.0 → v0.11.0", "commit": "b5dd35a" },
{ "description": "`github.com/agentplexus/agentkit` v0.2.0 → v0.3.0", "commit": "6afdba6" },
{ "description": "`github.com/agentplexus/go-opik` v0.5.0 → v0.5.1", "commit": "b5dd35a" },
{ "description": "`github.com/agentplexus/go-phoenix` v0.1.0 → v0.1.1", "commit": "b5dd35a" },
{ "description": "`github.com/agentplexus/omnivault` v0.1.0 → v0.2.0", "commit": "b5dd35a" },
{ "description": "`github.com/cloudwego/eino` v0.7.17 → v0.7.21", "commit": "b5dd35a" },
{ "description": "`github.com/a2aproject/a2a-go` v0.3.3 → v0.3.4", "commit": "cf00da2" },
{ "description": "`github.com/grokify/mogo` v0.72.5 → v0.72.6", "commit": "ced640f" },
{ "description": "`google.golang.org/genai` v1.40.0 → v1.42.0", "commit": "b5dd35a" }
]
},
{
"version": "v0.5.1",
"date": "2026-01-04",
"fixed": [
{ "description": "Docker build failing due to multi-file agents (build directory instead of single main.go)", "commit": "3eea642" }
]
},
{
"version": "v0.5.0",
"date": "2026-01-04",
"highlights": [
{ "description": "LLM observability with Phoenix support, configurable HTTP timeouts, and structured logging" }
],
"added": [
{ "description": "Phoenix observability provider support for LLM tracing", "commit": "49a181c" },
{ "description": "`HTTP_TIMEOUT_SECONDS` environment variable for configurable HTTP client/server timeout", "commit": "42c747c" },
{ "description": "`pkg/logging` package for centralized structured logging with slog", "commit": "1e8e18d" },
{ "description": "Provider-specific observability configuration (PHOENIX_API_KEY, PHOENIX_SPACE_ID)", "commit": "42c747c" }
],
"changed": [
{ "description": "All agents refactored to use structured logging package", "commit": "a7a4ae2" },
{ "description": "HTTP servers now use configurable timeouts from config", "commit": "a7a4ae2" },
{ "description": "OmniLLM adapter updated to pass timeout configuration", "commit": "0451ab4" }
],
"dependencies": [
{ "description": "`github.com/agentplexus/omnillm` v0.9.0 → v0.10.0", "commit": "49a181c" },
{ "description": "`github.com/agentplexus/go-phoenix` v0.1.0 (new)", "commit": "49a181c" },
{ "description": "`github.com/agentplexus/go-opik` v0.4.0 → v0.5.0", "commit": "0712195" },
{ "description": "`github.com/agentplexus/omniobserve` v0.4.0 → v0.5.0", "commit": "0712195" },
{ "description": "`github.com/cloudwego/eino` v0.7.14 → v0.7.17", "commit": "dc2529d" },
{ "description": "`github.com/agentplexus/omniserp` v0.6.0 → v0.7.0", "commit": "a50bd6b" }
]
},
{
"version": "v0.4.0",
"date": "2025-12-27",
"highlights": [
{ "description": "Helm chart for Kubernetes deployment and MkDocs documentation site" }
],
"added": [
{ "description": "Helm chart for Kubernetes deployment with Minikube and EKS support", "commit": "e98e9fc" },
{ "description": "Parameterized Dockerfile (`Dockerfile.agent`) for building all agent images", "commit": "e98e9fc" },
{ "description": "CI/CD pipeline with Gitleaks, Trivy, Kubeconform, and Polaris", "commit": "e98e9fc" },
{ "description": "Go struct validation for Helm values (`pkg/helm/`)", "commit": "e98e9fc" },
{ "description": "Helm chart unit tests with helm-unittest", "commit": "e98e9fc" },
{ "description": "MkDocs documentation site with Material theme", "commit": "507f869" }
],
"changed": [
{ "description": "Module moved from `github.com/grokify/stats-agent-team` to `github.com/agentplexus/stats-agent-team`", "breaking": true, "commit": "3347628" },
{ "description": "Dependencies renamed: metallm → omnillm, metaobserve → omniobserve, metaserp → omniserp", "breaking": true, "commit": "3347628" }
],
"fixed": [
{ "description": "Unchecked error return value in Helm validation registration", "commit": "e98e9fc" }
]
},
{
"version": "v0.3.0",
"date": "2025-12-21",
"highlights": [
{ "description": "A2A Inter-Agent Protocol and LLM Observability via MetaObserve" }
],
"added": [
{ "description": "A2A Inter-Agent Protocol support for all agents", "commit": "8c3fe06" },
{ "description": "LLM Observability via MetaObserve (Opik, Langfuse, Phoenix backends)", "commit": "21ca3c9" },
{ "description": "MetaLLM adapter replacing gollm adapter", "commit": "21ca3c9" },
{ "description": "Security documentation (`README_SECURITY.md`)", "commit": "30e0af1" },
{ "description": "Project roadmap (`ROADMAP.md`)", "commit": "bab9ff8" },
{ "description": "Presentation materials (`presentation.md`)", "commit": "bab9ff8" }
],
"changed": [
{ "description": "Enhanced team stats finding performance via `make run-all-eino`", "commit": "6df1221" }
],
"dependencies": [
{ "description": "`github.com/cloudwego/eino` 0.7.8 → 0.7.10", "commit": "9ba64db" },
{ "description": "`github.com/a2aproject/a2a-go` (new)", "commit": "8c3fe06" },
{ "description": "`github.com/grokify/metallm` (new)", "commit": "21ca3c9" },
{ "description": "`github.com/grokify/metaobserve` (new)", "commit": "21ca3c9" }
]
},
{
"version": "v0.2.0",
"date": "2025-12-14",
"highlights": [
{ "description": "Complete 4-agent architecture with Synthesis Agent and multi-LLM provider support" }
],
"added": [
{ "description": "Synthesis Agent for LLM-powered statistic extraction from web content", "commit": "8917623" },
{ "description": "Complete 4-agent architecture (Research, Synthesis, Verification, Orchestration)", "commit": "657f1a3" },
{ "description": "Docker support with Dockerfile, docker-compose.yml, and entrypoint script", "commit": "074583b" },
{ "description": "Serper/SerpAPI integration for real web search", "commit": "9f248e9" },
{ "description": "Multi-LLM provider support (Gemini, Claude, OpenAI, xAI Grok, Ollama)", "commit": "dc69c7e" },
{ "description": "Direct LLM search mode with `--direct` CLI flag", "commit": "bc9597e" },
{ "description": "Base agent package (`pkg/agent/base.go`)", "commit": "657f1a3" }
],
"changed": [
{ "description": "Removed pre-built binaries from `bin/` directory", "breaking": true, "commit": "ef20e4b" },
{ "description": "Research agent API changes for 4-agent architecture compatibility", "breaking": true, "commit": "657f1a3" }
],
"fixed": [
{ "description": "Search functionality issues", "commit": "ad14475" },
{ "description": "LLM support for synthesis and verification agents", "commit": "99c9447" }
],
"dependencies": [
{ "description": "`github.com/grokify/gollm` (new)", "commit": "e0eb7da" },
{ "description": "`github.com/grokify/metasearch` (new)", "commit": "9f248e9" }
]
},
{
"version": "v0.1.0",
"date": "2025-12-13",
"highlights": [
{ "description": "Initial release with 3-agent architecture using Google ADK and Eino orchestration" }
],
"added": [
{ "description": "Initial release with 3-agent architecture (Research, Verification, Orchestration)", "commit": "666bb5f" },
{ "description": "Research Agent with Google ADK and Gemini 2.0 Flash", "commit": "bff3d22" },
{ "description": "Verification Agent for source validation", "commit": "666bb5f" },
{ "description": "ADK Orchestration Agent with LLM-based coordination", "commit": "bff3d22" },
{ "description": "Eino Orchestration Agent with deterministic graph-based workflow", "commit": "f04d2e8" },
{ "description": "MCP Server integration for Claude Code", "commit": "6dc4ebd" },
{ "description": "Multi-LLM provider support (Gemini, Claude, OpenAI, Ollama)", "commit": "12b30b2" },
{ "description": "Structured JSON output for verified statistics", "commit": "666bb5f" },
{ "description": "GitHub Actions CI/CD with golangci-lint", "commit": "a9ffc2c" }
]
}
]
}