- Logged model name resolution and response flow to aid debugging - Included log entries in `attached_assets` for traceability and issue analysispull/819/head
parent
a8ad884d27
commit
e8cd786040
@ -0,0 +1,57 @@
|
||||
2025-04-17 17:55:36 | WARNING | swarms.structs.agent:llm_handling:658 - Model name is not provided, using gpt-4o-mini. You can configure any model from litellm if desired.
|
||||
|
||||
Multi-Agent Math System
|
||||
Enter 'exit' to quit
|
||||
2025-04-17 17:55:37 | WARNING | swarms.structs.agent:llm_handling:658 - Model name is not provided, using gpt-4o-mini. You can configure any model from litellm if desired.
|
||||
|
||||
Enter a math problem: add 2 and 3
|
||||
|
||||
Give Feedback / Get Help: https://github.com/BerriAI/litellm/issues/new
|
||||
LiteLLM.Info: If you need to debug this error, use `litellm._turn_on_debug()'.
|
||||
|
||||
╭───────────────────── Agent Name: Calculator-1 [Max Loops: 1] ─────────────────────╮
|
||||
│ Calculator-1: <litellm.litellm_core_utils.streaming_handler.CustomStreamWrapper │
|
||||
│ object at 0x7f148164 │
|
||||
╭───────────────────── Agent Name: Calculator-1 [Max Loops: 1] ─────────────────────╮
|
||||
│ Calculator-1: <litellm.litellm_core_utils.streaming_handler.CustomStreamWrapper │
|
||||
│ object at 0x7f1481649210> │
|
||||
╰───────────────────────────────────────────────────────────────────────────────────╯
|
||||
╭───────────────────── Agent Name: Calculator-2 [Max Loops: 1] ─────────────────────╮
|
||||
│ Calculator-2: <litellm.litellm_core_utils.streaming_handler.CustomStreamWrapper │
|
||||
│ object at 0x7f1481649ea0> │
|
||||
╰───────────────────────────────────────────────────────────────────────────────────╯
|
||||
|
||||
Results:
|
||||
|
||||
Calculator-1 response: System: : Your Name: Calculator-1
|
||||
|
||||
Your Description: Math processing agent
|
||||
|
||||
You are Calculator-1, a math processing agent. Use the provided tools to solve math problems.
|
||||
|
||||
|
||||
Human:: add 2 and 3
|
||||
|
||||
|
||||
Calculator-1: <litellm.litellm_core_utils.streaming_handler.CustomStreamWrapper object at 0x7f1481649210>
|
||||
|
||||
|
||||
|
||||
Calculator-2 response: System: : Your Name: Calculator-2
|
||||
|
||||
Your Description: Math processing agent
|
||||
|
||||
You are Calculator-2, a math processing agent. Use the provided tools to solve math problems.
|
||||
|
||||
|
||||
Human:: add 2 and 3
|
||||
|
||||
|
||||
Calculator-2: <litellm.litellm_core_utils.streaming_handler.CustomStreamWrapper object at 0x7f1480d58cd0>
|
||||
|
||||
|
||||
Calculator-2: <litellm.litellm_core_utils.streaming_handler.CustomStreamWrapper object at 0x7f1481649ea0>
|
||||
|
||||
|
||||
|
||||
Enter a math problem:
|
Loading…
Reference in new issue