Skip to content

Commit

Permalink
Drastically reduce scope of Tach (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
emdoyle authored Jul 31, 2024
1 parent 60ae045 commit 5bf077f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 81 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
82 changes: 2 additions & 80 deletions tach.yml
Original file line number Diff line number Diff line change
@@ -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: <root>
depends_on:
- path: agentops
- path: agentops.helpers
exclude:
- .*__pycache__
- .*egg-info
Expand Down

0 comments on commit 5bf077f

Please sign in to comment.