Releases: AgentOps-AI/agentops
Releases · AgentOps-AI/agentops
0.4.21
What's Changed
- add back lib by @areibman in #1222
- updated gitignore by @areibman in #1223
- new screenshots by @areibman in #1224
- feat(sync): sync OSS distribution from AgentOps.Next ($(cd ../next-repo && git rev-parse --short HEAD)) by @devin-ai-integration[bot] in #1226
- feat(sync): sync documentation updates from AgentOps.Next by @devin-ai-integration[bot] in #1227
- docs(app): Add Beginner Quickstart and troubleshooting to run full-stack locally by @devin-ai-integration[bot] in #1228
- Add working Haystack example, wire into CI, and update docs by @devin-ai-integration[bot] in #1230
- feat(haystack): auto-instrument Haystack 2.x generators incl. AzureOpenAIChatGenerator; add Azure example + docs by @devin-ai-integration[bot] in #1231
- Update pyproject.toml by @areibman in #1232
Full Changelog: 0.4.20...0.4.21
0.4.20
What's Changed
- Add video embeds to docs by @srilaasya in #1189
- AgentOps OSS release by @areibman in #1190
- Update backend run instructions in docs by @areibman in #1194
- Update README.md by @areibman in #1196
- Update README.md by @areibman in #1197
- Update README.md by @areibman in #1201
- Remove unplanned features by @areibman in #1208
- Fix sse streaming function call error with agentops by @areibman in #1206
- nice by @areibman in #1211
- Ruff format by @areibman in #1212
Full Changelog: 0.4.19...0.4.20
0.4.19
What's Changed
- docs: update examples from notebooks by @github-actions[bot] in #1154
- Create openai responses api test by @areibman in #1156
- Migrate from pyautogen to ag2 Library by @AG2AI-Admin in #1160
- Add MseeP.ai badge by @lwsinclair in #1158
- Update langchain notebook by @emmanuel-ferdman in #1166
- Update README.md by @areibman in #1168
- Add llms.txt compilation system for AI model documentation by @devin-ai-integration[bot] in #1179
- Enhance AG2 instrumentation by @fenilfaldu in #1146
- Refactor Agno token metrics by @fenilfaldu in #1164
- Agno Tool Integrations notebook fix by @dot-agi in #1167
- Xpander instrumentation by @srilaasya in #1163
- DSPy Callback Handler by @michi-okahata in #1161
- Enhance async functionality and logging in AgentOps SDK by @Dwij1704 in #1162
- Update instrument_logging.py by @HarikrishnanK9 in #1150
- Update pyproject.toml by @areibman in #1185
New Contributors
- @AG2AI-Admin made their first contribution in #1160
- @lwsinclair made their first contribution in #1158
- @HarikrishnanK9 made their first contribution in #1150
Full Changelog: 0.4.18...0.4.19
0.4.18
What's Changed
- [tests] coverage dopamine by @bboynton97 in #1126
- fix mcp docs by @michi-okahata in #1129
- Cursor/improve agno tool integrations py output d88d by @areibman in #1134
- Examples integration tests by @areibman in #1135
- fix quotes by @areibman in #1137
- Streamline docs sidebar and fix image by @areibman in #1139
- Update introduction.mdx by @areibman in #1142
- Mintlify mcp docs section in documentation by @areibman in #1143
- Switch llm providers and frameworks sections by @areibman in #1144
- docs: update examples from notebooks by @github-actions[bot] in #1138
- Prevent errors when instrumenting an agent using MCPToolset by @ted-tai in #1147
- Add project premium status check in V3Client authentication response and Warn for free plan by @Dwij1704 in #1152
- fix: OpenAI Chat Completions tool calls by @dot-agi in #1153
- feat: add @track_endpoint decorator for HTTP tracing by @Dwij1704 in #1148
- Fix Examples by @Dwij1704 in #1145
- Bump 0.4.18 by @Dwij1704 in #1155
New Contributors
Full Changelog: 0.4.17...0.4.18
0.4.17
What's Changed
- Add separate docs for OpenAI Agents SDKs by @areibman in #1080
- Update session management documentation to reflect current trace-based architecture by @devin-ai-integration in #1097
- MCP by @michi-okahata in #1108
- Deleted MCP by @michi-okahata in #1111
- docs: update examples from notebooks by @github-actions in #1114
- Smithery MCP badge by @areibman in #1115
- Broken example link in agno documentation by @srilaasya in #1116
- MCP docs by @michi-okahata in #1118
- Limit span resource attributes by @areibman in #1120
- Agno enhancement by @fenilfaldu in #1112
- docs: update examples from notebooks by @github-actions in #1121
- Concurrent fix by @fenilfaldu in #1113
- feat: Add update_trace_metadata function for dynamic trace metadata by @fenilfaldu in #1100
- Add LangGraph integration with AgentOps by @Dwij1704 in #1107
- fix instrumentation by @Dwij1704 in #1123
- bump version to 0.4.17 in pyproject.toml by @Dwij1704 in #1124
Full Changelog: 0.4.16...0.4.17
0.4.16
What's Changed
- fix: broken AG2 image in README by @HowieG in #1087
- Refactor instrumentation modules for improved structure and consistency by @Dwij1704 in #1085
- docs: update examples from notebooks by @github-actions in #1090
- fix: Sync with the latest example notebooks by @the-praxs in #1089
- feat: Add OpenAI streaming support with telemetry instrumentation by @fenilfaldu in #1091
- refactor: Simplify method wrapping in AgnoInstrumentor to avoid circu… by @fenilfaldu in #1092
- Update 0.4.16 by @Dwij1704 in #1093
Full Changelog: 0.4.15...0.4.16
0.4.15
What's Changed
- fix: Linting to pass static check by @the-praxs in #1031
- Add Google ADK Example Notebook for Human Approval Workflow by @Dwij1704 in #1020
- fixed psutil conflict by @michi-okahata in #1042
- Some coupling improvements. by @tcdent in #1030
- Enhance adk by @Dwij1704 in #1034
- feat: Context management for using
withthat manages trace(s) automatically by @the-praxs in #1019 - refactor: Update instrumentation manager usage and improve tracer provider access by @Dwij1704 in #1054
- Update documentation to mention TypeScript SDK in alpha by @devin-ai-integration in #1053
- Clean up v2 docs links by @areibman in #1058
- fix: Updated examples and relevant integrations & examples in the documentation pages by @the-praxs in #1029
- fix: Productionize github action to add notebooks by @the-praxs in #1059
- Remove 3rd party patterns from the sdk by @Dwij1704 in #1047
- Fix docs env config parameters by @areibman in #1060
- input/output guardrail decorator by @michi-okahata in #1039
- terminal logs in jupyter notebooks by @michi-okahata in #1049
- feat: Codebase sanitization to improve maintainability & readability by @the-praxs in #1055
- Fix xAI icon path by @areibman in #1065
- Fix CrewAI LLM docs by @areibman in #1067
- Agno instrumentation by @fenilfaldu in #1050
- Implement concurrent.futures instrumentation for OpenTelemetry contex… by @fenilfaldu in #1018
- Smolagents instrumentation by @Dwij1704 in #1070
- docs: update examples from notebooks by @github-actions in #1071
- Quiet pip installs in OpenAI Agents notebooks by @areibman in #1072
- docs: update examples from notebooks by @github-actions in #1073
- Added Mem0 Instrumentation by @fenilfaldu in #1027
- feat(docs): add LlamaIndex integration documentation by @devin-ai-integration in #1064
- docs: update examples from notebooks by @github-actions in #1078
- Fix OpenAI Token Extraction Issues by @fenilfaldu in #1081
- fix: Hotfixes before the
0.4.15release by @the-praxs in #1083 - bump version 0.4.15 by @fenilfaldu in #1084
New Contributors
- @michi-okahata made their first contribution in #1042
Full Changelog: 0.4.14...0.4.15
0.4.14
0.4.13
What's Changed
- revert roadmap by @areibman in #985
- Update openai-agents SDK notebooks to install dependencies quietly and add restart kernel instructions by @devin-ai-integration in #993
- Added the stream to handle the streaming responses by @fenilfaldu in #983
- Lazy Loading of LLM Libraries to Prevent Duplicate Instrumentation by @Dwij1704 in #987
- Revert "fix: Duplicate LLM calls (#981)" by @the-praxs in #997
- Added user-agent in header by @fenilfaldu in #1002
- fix:
AG2minor refactor forLIBRARY_NAME&LIBRARY_VERSIONby @the-praxs in #1010 - fix: Agents SDK tool calls, prompt responses and other data by @the-praxs in #1005
- Tool decorator enhance by @fenilfaldu in #1008
- Crewai tags fix in root span by @fenilfaldu in #992
- Implement Google ADK Instrumentation for AgentOps by @Dwij1704 in #1009
- Better root span management by @Dwij1704 in #999
- Update version to 0.4.13 in pyproject.toml by @Dwij1704 in #1011
Full Changelog: 0.4.12...0.4.13
0.4.12
What's Changed
- Refactor logging to use in-memory buffer instead of file. by @Dwij1704 in #961
- Updated examples in docs by @Dwij1704 in #973
- Green checks by @Dwij1704 in #972
- Response type from object upload doesn't need to be a pydantic model. by @tcdent in #971
- notebook 1 by @areibman in #978
- Agents sdk examples by @areibman in #979
- Refactor notebook examples for linitng by @Dwij1704 in #980
- Agent decorator fix by @fenilfaldu in #976
- fix: Duplicate LLM calls by @the-praxs in #981
New Contributors
- @fenilfaldu made their first contribution in #976
Full Changelog: 0.4.11...0.4.12