Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Penkris
/
agent
like
0
Running
App
Files
Files
Community
main
agent
/
lagent
/
agents
/
aggregator
/
__init__.py
Penkris
lagent
0b2ef27
2 months 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'
]