@ -23,6 +23,6 @@ class Message:
def __repr__(self):
"""
__repr__ means
__repr__ means...
return f"{self.timestamp} - {self.sender}: {self.content}"
@ -11,9 +11,8 @@ class Workflow:
They string together multiple tasks of varying types, and can use Short-Term Memory
or pass specific arguments downstream.
Usage
```
llm = LLM()
workflow = Workflow(llm)