beeai run chat "Hello! How can you help me today?"
Copy
beeai run gpt-researcher "Research the latest developments in quantum computing"
Copy
beeai run aider "Review this Python function and suggest improvements:def calculate_fibonacci(n): if n <= 1: return n return calculate_fibonacci(n-1) + calculate_fibonacci(n-2)"
Copy
beeai run gpt-researcher "Latest developments in renewable energy storage" | beeai run chat "Summarize this research in 3 key bullet points"
beeai run aider "Review this Python function and suggest improvements:def calculate_fibonacci(n): if n <= 1: return n return calculate_fibonacci(n-1) + calculate_fibonacci(n-2)"