2 Open Issues Need Help Last updated: May 28, 2025

Open Issues Need Help

View All on GitHub
Government Agent Management

AI Summary: Implement a LinkedIn profile scraping agent for the Agents4Gov system. This agent should log into LinkedIn, extract structured data (profile information, career history, posts, comments, reactions), and return the data in a specified JSON format. The agent needs to handle authentication, navigation, data extraction, error handling, and rate limiting to avoid detection as a bot. It must integrate seamlessly with the existing Agents4Gov framework.

Complexity: 4/5
enhancement help wanted

Agents4Gov

Python
Government Agent Management

AI Summary: Implement a routing agent for the Agents4Gov email-based system using LangChain's Multi-Agent Collaboration Pattern (MCP). This involves studying MCP, designing a routing agent that uses an LLM to classify email requests and delegate them to specialized agents, and implementing a prototype with at least three sub-agents handling different task types. The solution should include logging and explainability features.

Complexity: 4/5
enhancement help wanted

Agents4Gov

Python