From 5bf077fa1700895044f6abba8cf8b8eb482592b7 Mon Sep 17 00:00:00 2001 From: Evan Doyle Date: Wed, 31 Jul 2024 15:51:31 -0700 Subject: [PATCH] Drastically reduce scope of Tach (#325) --- pyproject.toml | 2 +- tach.yml | 82 ++------------------------------------------------ 2 files changed, 3 insertions(+), 81 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e186b4a65..12b2ea2d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ dev = [ "pytest==7.4.0", "requests_mock==1.11.0", - "tach==0.6.9", + "tach~=0.9", ] langchain = [ "langchain~=1.19" diff --git a/tach.yml b/tach.yml index 08b7b475f..c8edf0aed 100644 --- a/tach.yml +++ b/tach.yml @@ -1,91 +1,13 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/gauge-sh/tach/v0.9.0/public/tach-yml-schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/gauge-sh/tach/v0.9.2/public/tach-yml-schema.json modules: - path: agentops - depends_on: - - path: agentops.client - - path: agentops.decorators - - path: agentops.event - - path: agentops.log_config - - path: agentops.partners - - path: agentops.session - - path: agentops.agent - depends_on: [] - - path: agentops.client - depends_on: - - path: agentops.config - - path: agentops.event - - path: agentops.helpers - - path: agentops.host_env - - path: agentops.llm_tracker - - path: agentops.log_config - - path: agentops.meta_client - - path: agentops.partners - - path: agentops.session - - path: agentops.config - depends_on: - - path: agentops.log_config - - path: agentops.decorators - depends_on: - - path: agentops.client - - path: agentops.event - - path: agentops.helpers - - path: agentops.log_config - - path: agentops.session - - path: agentops.enums - depends_on: [] - - path: agentops.event depends_on: - path: agentops.enums - - path: agentops.helpers - - path: agentops.exceptions - depends_on: - path: agentops.log_config - - path: agentops.helpers - depends_on: - - path: agentops.log_config - - path: agentops.host_env - depends_on: - - path: agentops.helpers - - path: agentops.log_config - - path: agentops.http_client - depends_on: - - path: agentops.exceptions - - path: agentops.langchain_callback_handler + - path: agentops.enums depends_on: [] - - path: agentops.llm_tracker - depends_on: - - path: agentops.event - - path: agentops.helpers - - path: agentops.log_config - - path: agentops.session - path: agentops.log_config depends_on: [] - - path: agentops.meta_client - depends_on: - - path: agentops.helpers - - path: agentops.host_env - - path: agentops.http_client - - path: agentops.log_config - - path: agentops.partners - depends_on: - - path: agentops - - path: agentops.enums - - path: agentops.helpers - - path: agentops.log_config - - path: agentops.session - depends_on: - - path: agentops.client - - path: agentops.config - - path: agentops.enums - - path: agentops.event - - path: agentops.exceptions - - path: agentops.helpers - - path: agentops.http_client - - path: agentops.log_config - - path: - depends_on: - - path: agentops - - path: agentops.helpers exclude: - .*__pycache__ - .*egg-info