Releases: AgentOps-AI/agentops
Releases · AgentOps-AI/agentops
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
with
that 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.15
release 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:
AG2
minor refactor forLIBRARY_NAME
&LIBRARY_VERSION
by @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
0.4.11
What's Changed
- Add httpx dependency to fix import error by @devin-ai-integration in #966
- fix versions by @areibman in #970
Full Changelog: 0.4.10...0.4.11
0.4.10
What's Changed
- Update README and example notebooks to reflect IBM Watsonx branding a… by @Dwij1704 in #949
- Update naming by @Dwij1704 in #950
- IO.net IO Intelligence integration document by @kernelzeroday in #954
- Enhance the wrap_llm_call function to set prompt and completion attri… by @Dwij1704 in #958
- upgrade version by @areibman in #963
New Contributors
- @kernelzeroday made their first contribution in #954
Full Changelog: 0.4.9...0.4.10
0.4.9
What's Changed
- Introducing V2 Documentation with Comprehensive Updates by @Dwij1704 in #938
- Logo fixes by @areibman in #942
- Logo fixes by @areibman in #943
- Logo fixes by @areibman in #944
- Logo fixes by @areibman in #946
- Add AG2Instrumentor by @Dwij1704 in #939
- Add IBM watsonx.ai instrumentation by @Dwij1704 in #941
- Bump version to 0.4.9 in pyproject.toml by @Dwij1704 in #948
Full Changelog: 0.4.8...0.4.9