Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Rtwotwo
/
Lagent
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Lagent
/
lagent
/
agents
/
aggregator
/
__init__.py
Rtwotwo
Update Files
73d949e
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
161 Bytes
from
.default_aggregator
import
DefaultAggregator
from
.tool_aggregator
import
InternLMToolAggregator
__all__ = [
'DefaultAggregator'
,
'InternLMToolAggregator'
]