Skip to content

Conversation

@marinkovicmarko
Copy link
Contributor

Review and suggest changes to Planner agents docs.


Type of the changes

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Tests improvement
  • Refactoring

Checklist

  • The pull request has a description of the proposed change
  • I read the Contributing Guidelines before opening the pull request
  • The pull request uses develop as the base branch
  • Tests for the changes have been added
  • All new and existing tests passed
Additional steps for pull requests adding a new feature
  • An issue describing the proposed change exists
  • The pull request includes a link to the issue
  • The change was discussed and approved in the issue
  • Docs have been added / updated

Copy link
Contributor

@antoniibelyshev antoniibelyshev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! I left a couple of small comments about the usage of fun main(): it 's better to include additional value definitions like val agent = ...in the main. The changes look good

<!--- SUFFIX
}
-->
```kotlin
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suspend fun main() should start here

val isPublished: Boolean = false
)

// Create GOAP planner with LLM-powered actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the main should start here

@azhebel azhebel force-pushed the marinkovicmarko/KG-624-Review-Planner-agent-docs branch from 1393a0a to ff469ea Compare January 9, 2026 18:34
@azhebel azhebel force-pushed the marinkovicmarko/KG-624-Review-Planner-agent-docs branch from ff469ea to 95fca66 Compare January 15, 2026 16:36
@azhebel azhebel merged commit b7ddf1a into develop Jan 15, 2026
11 checks passed
@azhebel azhebel deleted the marinkovicmarko/KG-624-Review-Planner-agent-docs branch January 15, 2026 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants