Java Packages
Quick pointers to the main runtime pieces in the product module.
-
com.gentorox.controllers— MCP server wiring and toolsMcpServerConfigregisters the MCP HTTP stream endpoint at/mcpGentoroMcpToolexposes the primary tool (gentoro.run)
-
com.gentorox.orchestrator— request planning and execution coordinationOrchestratoris the central coordinator for planning, generation, and execution
-
com.gentorox.services.kb— knowledge base and retrievalIndexerService,InMemoryKnowledgeBase,MarkdownChunker- Indexes
Agent.md, Markdown docs, and OpenAPI specs
-
com.gentorox.services.telemetry— OpenTelemetry integrationTelemetryConfig,TelemetryConstantsconfigure tracing/metrics/logging
-
com.gentorox.tools— built-in tools and registryNativeToolsRegistry,NativeTool,RetrieveContextTool,RunTsCodeTool
Last updated on