-
Notifications
You must be signed in to change notification settings - Fork 590
coding example #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
coding example #41
Conversation
examples/code/coding_agent.py
Outdated
|
||
def execute_bash(command: str, timeout: int = 30, cwd: str = None) -> Dict[str, Any]: | ||
""" | ||
Execute bash/shell commands safely. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Safely ha
examples/code/coding_agent.py
Outdated
- Performance optimization opportunities | ||
- Overall assessment and rating (1-10) | ||
|
||
You can use bash commands to run linters, formatters, and other code analysis tools for any language. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
won't this result in trying to use tools that arent installed?
║ 🤖 SOFTWARE ENGINEERING CLI ║ | ||
║ Powered by Deep Agents ║ | ||
║ ║ | ||
║ Just tell me what you want to build or work on! ║ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
misaligned ha
* feat: initial improvements * fix: update git * feat: update prompts to remove the patch * feat: update coding agent * feat: add coding agent * feat: rename coding tools * fix: update target dir * feat: add post model hook functionality for coding agent * feat: interrupt on every command * feat: improve prompt * fix: update prompts * chore: remove unneeded tavily client * chore: remove comments * chore: update prompt * feat: use rggrep, only propmt for write commands * feat: fix directory issue * fix: adjust coding instructions * feat: add langsmith * feat: update tools * feat: str replace * update: working interrupt & cache
OpenAgent: Professional AI Development AssistantI'm developing OpenAgent, a comprehensive AI-powered development assistant that goes far beyond simple coding help. This is a production-ready tool designed to revolutionize how developers work with AI assistance. What Makes OpenAgent Special?Real File Operations: Unlike virtual assistants, OpenAgent performs actual disk I/O with intelligent project understanding MCP Integration: Extensible external tool integration via Model Context Protocol - connect databases, cloud services, development tools Sub-Agent System: Specialized AI agents (frontend, backend, devops) with domain expertise stored as markdown files Intelligent Memory: SQLite-based persistent learning that never forgets your project context and coding patterns Advanced Code Validation: Multi-layer quality assurance with syntax validation, security scanning, and hallucination detection Current Status
Why I Need ContributorsDue to financial constraints, I cannot dedicate full-time development to this project. This is where the community can make a real impact! Contribution OpportunitiesCore Development:
Advanced Features:
Documentation & Community:
The VisionOpenAgent aims to be the open-source alternative to proprietary AI development tools. While companies charge premium prices for AI coding assistants, we're building something better - and making it freely available to all developers. Get Involved
Every contribution matters! Whether you're fixing a typo or implementing a major feature, you're helping democratize AI-powered development tools. Join us in building the future of AI-assisted development - open, powerful, and accessible to everyone. |
No description provided.