Skip to content

Commit

Permalink
api: adds CRUD operations for agents and agent tasks (#66)
Browse files Browse the repository at this point in the history
* adds agents and agenttasks schema

* adds CRUD operations for agents

* adds CRUD operations for agenttasks

* adds routes

* adds test cases for agents and agent tasks (#68)
  • Loading branch information
ashwiniag authored Dec 26, 2024
1 parent 362e442 commit 20b4d62
Show file tree
Hide file tree
Showing 48 changed files with 6,783 additions and 15 deletions.
130 changes: 130 additions & 0 deletions ent/agents.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

83 changes: 83 additions & 0 deletions ent/agents/agents.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

162 changes: 162 additions & 0 deletions ent/agents/where.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 20b4d62

Please sign in to comment.