This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature | Taskade | Trello | |
---|---|---|---|
Real-time Collaboration | Yes | No | |
Video Conferencing | Yes | No | |
Built-in Calendar | Yes | No | |
Customizable Templates | Yes | Yes | |
Price | Starts at $7/month | Free or Paid plans start at $9.99/month |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature | Taskade | Asana | |
---|---|---|---|
Real-time collaboration | Yes | Yes | |
Video conferencing | Yes | No | |
Built-in calendar | Yes | Yes | |
Customizable templates | Yes | Yes | |
Price | Starts at $7/month | Free with paid plans starting at $10.99/month |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import autogen | |
import memgpt.autogen.memgpt_agent as memgpt_autogen | |
import memgpt.autogen.interface as autogen_interface | |
import memgpt.agent as agent | |
import memgpt.system as system | |
import memgpt.utils as utils | |
import memgpt.presets as presets | |
import memgpt.constants as constants | |
import memgpt.personas.personas as personas |