infra: add multipackage support (#34)

This commit is contained in:
Brandon Keiji
2025-04-18 14:37:02 -07:00
committed by GitHub
parent f51ca774cf
commit 52683dafc3
10 changed files with 91 additions and 707 deletions

View File

@@ -12,6 +12,10 @@ import { WriteFileTool } from './tools/write-file.tool.js';
import { WebFetchTool } from './tools/web-fetch.tool.js';
import { globalConfig } from './config/config.js';
// TODO(b/411707095): remove. left here as an example of how to pull in inter-package deps
import { helloServer } from '@gemini-code/server'
helloServer();
async function main() {
// Configure tools
registerTools(globalConfig.getTargetDir());