Skip to content

Adding scopes to tracker #145

@TLSDC

Description

@TLSDC
@tracker('main')
def get_action(self, obs):
    obs = self.llm(obs)
    action = self.sub_agent.get_action(obs) # tracked by @tracker('subagent')

Ideally this would log the full cost ('main') and the cost of the subagent

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions