news_weather_team.py
Run your Team
When running your team, use theTeam.print_response()
method to print the response in the terminal. This is only for development purposes and not recommended for production use. In production, use the Team.run()
or Team.arun()
methods. For example:
- How do I run my team? -> See the running teams documentation.
- How do I manage sessions? -> See the team sessions documentation.
- How do I manage input and capture output? -> See the input and output documentation.
- How do I give the team context? -> See the context engineering documentation.
- How do I add knowledge? -> See the knowledge documentation.
- How do I add guardrails? -> See the guardrails documentation.
Developer Resources
- View the Team reference
- View Team Cookbook