Multi-language SDK expansion: C#, Java, TypeScript & Python updates#132
Open
NVJKKartik wants to merge 15 commits intomainfrom
Open
Multi-language SDK expansion: C#, Java, TypeScript & Python updates#132NVJKKartik wants to merge 15 commits intomainfrom
NVJKKartik wants to merge 15 commits intomainfrom
Conversation
New C# SDK with full tracing support: - TraceAI.Register() entry point with OTLP HTTP protobuf export - FITracer with Chain, LLM, Agent, Tool span kinds - SemanticConventions (gen_ai.* OTEL conventions) - ContextAttributes (session, user, metadata, tags) - TraceConfig for sensitive data masking - 5 E2E tests + unit tests
New Java SDK with comprehensive instrumentation: - Core: traceai-java-core with TraceAI.init(), TracedOpenAI, OTLP HTTP export - LLM providers: openai, anthropic, ollama, google-genai, bedrock, vertexai, azure-openai, cohere, watsonx, semantic-kernel - Vector DBs: pinecone, qdrant, chromadb, redis, elasticsearch, pgvector, milvus, mongodb, weaviate, azure-search - Frameworks: langchain4j, spring-ai, spring-boot-starter - E2E tests for all modules
New LLM provider instrumentors: - cerebras, cohere, deepseek, fireworks, google_genai, groq, huggingface, mistral, ollama, portkey, together, vertexai, vllm, xai New vector DB instrumentors: - chromadb, lancedb, milvus, mongodb, pgvector, pinecone, qdrant, redis, weaviate New framework instrumentors: - beeai, google_adk, guardrails, instructor, livekit, openai_agents, pipecat, strands All packages include instrumentation, E2E tests, and examples.
…entions, and 8 instrumentors Updates fi-core with OTEL GenAI migration, fi-semantic-conventions with gen_ai.* conventions, and existing instrumentor packages (openai, anthropic, bedrock, langchain, llamaindex, mastra, mcp, vercel) with updated attribute names and E2E tests.
…tion, and docs Adds 23 new Python instrumentor packages (agno, beeai, cerebras, chromadb, cohere, deepseek, fireworks, huggingface, lancedb, milvus, mongodb-vector, ollama, pgvector, pinecone, pydantic-ai, qdrant, redis-vector, strands, together, vllm, weaviate, xai, claude-agent-sdk), traceai meta-package, 50+ E2E tests, and comprehensive docs. Updates existing Python instrumentors with gen_ai.* semantic conventions.
feat: update Python SDK — new frameworks, E2E tests, docs [5/5]
feat: update existing TypeScript packages — OTEL GenAI migration [4/5]
feat: add 31 new TypeScript instrumentor packages [3/5]
feat: add Java traceAI SDK with 25 modules [2/5]
feat: add C# FIInstrumentation SDK [1/5]
|
Automatic Review Skipped Too many files for automatic review. If you would still like a review, you can trigger one manually by commenting: |
|
@entillegence review |
…output - Remove try/catch blocks that silently swallowed API errors across all 20 E2E test files, making tests report actual failures instead of always passing - Add assertThat assertions on response values for proper validation - Fix Bedrock TracedBedrockRuntimeClient: add missing input.value for converse(), serialize raw input/output as strings instead of passing AWS SDK objects directly to Gson - Use assertThrows for Watsonx tests that intentionally use dummy client - Add throws Exception declarations where checked exceptions propagate
- Remove 203 target/ files that were incorrectly tracked - Add .factorypath, *.class, *.jar, *.war, uv.lock to .gitignore
…tsconfig, SDK compat - Use workspace:^ for all internal deps (40 package.json files) - Add test excludes to 64 tsconfig.esm/esnext.json files - Fix moduleResolution to bundler in 20 ESM/ESNext configs - Fix bedrock response attribute extraction (3 files) - Fix vercel: upgrade @ai-sdk/openai v1->v3, use .chat() for Google API - Fix langchain: add @langchain/openai dep, instrumentation ^0.3.0 range - Fix llamaindex: add @llamaindex/openai dep, update imports - Fix openai-agents: use tool() factory, gate on OPENAI_API_KEY - Fix strands: use invoke() instead of run(), ESM jest config - Fix vertexai: update deprecated model to gemini-2.5-flash - Fix instructor/langchain/llamaindex/strands e2e test type casts - Fix fi-core contextAttributes explicit return statements
fix: e2e tests across all packages - workspace deps, tsconfig, SDK compat, Java build artifacts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Major release adding multi-language SDK support and significantly expanding instrumentation coverage across all supported languages.
C# SDK (New)
FIInstrumentationSDK withTraceAI.Register()entry point and OTLP HTTP protobuf exportFITracerwith Chain, LLM, Agent, Tool span kindsgen_ai.*OTEL conventions), context attributes (session, user, metadata, tags), andTraceConfigfor sensitive data maskingJava SDK (New)
TraceAI.init(),TracedOpenAI, and OTLP HTTP exportTypeScript (31 new packages + updates to existing)
fi-core,fi-semantic-conventions, and 8 existing instrumentors (openai, anthropic, bedrock, langchain, llamaindex, mastra, mcp, vercel) withgen_ai.*OTEL semantic convention migration and E2Etests
Python (23 new packages + updates to existing)
together, vllm, weaviate, xai, claude-agent-sdk
traceaimeta-package for simplified installationgen_ai.*semantic conventions