Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,5 @@ Essentially:
- [Build Your Own Bitcask](Solutions/challenge-bitcask.md)
- [Build your own Docker](Solutions/challenge-docker.md)
- [Build your own Sort Visualiser](Solutions/challenge-sort-visualiser.md)
- [Build your own Agentic Engineering Graph](Solutions/challenge-agentic-engineering-graph.md)
<p align="right">(<a href="#top">🔼 Back to top</a>)</p>
9 changes: 9 additions & 0 deletions Solutions/challenge-agentic-engineering-graph.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Build your own Agentic Engineering Graph

The Challenge: [Coding Challenge #134 - Agentic Engineering Graph](https://codingchallenges.substack.com/p/coding-challenge-134-agentic-engineering)

The shared solutions:

| No. | Solution | Language | Author |
|-----|----------|----------|--------|
| 1 | [Agentic Engineering Graph](https://github.com/SincereSag87/agentic-engineering-graph) | Python | [Raymond Wannamaker Jr. / SincereSag87](https://github.com/SincereSag87) |