Skip to content

AGenNext/AgentCode

Repository files navigation

AgentCode - OpenHands SDK with LangGraph Runtime

AI Agent platform with decision intelligence and self-improvement capabilities.

Features

  • OpenHands SDK Integration - Build AI agents that write software
  • LangGraph Runtime - Graph-based agent workflow orchestration
  • Decision Intelligence - Intelligent decision-making modules
  • Self-Improvement - Agent that learns and improves from feedback

Installation

pip install -r requirements.txt

Usage

from agents.agent import create_agent

# Create agent with LangGraph runtime
agent = create_agent()

# Run agent
result = agent.run("Your task here")

Development

# Run tests
pytest

# Build Docker
docker build -t agentcode .

About

OpenHands SDK Powered by AGenNext Harnenss

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors