Implement AutoGen Agents and Workflow

implementationChallenge

Prompt Content

Implement the AutoGen agents and the overall conversational workflow. Create `UserProxyAgent` and multiple `ConversableAgent` instances. Configure Claude Opus 4.1 for the 'Concept Creator' and 'Scriptwriter' agents (e.g., `llm_config={'model': 'claude-opus-20240229', 'api_key': os.environ['ANTHROPIC_API_KEY']}`) and OpenAI o3 for the 'Visuals Lead' agent (e.g., `llm_config={'model': 'gpt-3.5-turbo', 'api_key': os.environ['OPENAI_API_KEY']}`) for generating asset details. Provide Python code snippets for initializing these agents and setting up a basic chat interaction that leads to the `ShortVideoPlanGeneration` task.

Try this prompt

Open the workspace to execute this prompt with free credits, or use your own API keys for unlimited usage.

Usage Tips

Copy the prompt and paste it into your preferred AI tool (Claude, ChatGPT, Gemini)

Customize placeholder values with your specific requirements and context

For best results, provide clear examples and test different variations