diff --git a/README.md b/README.md index 9a71ef03..86e49046 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ AI agent capabilities can be understood in five levels, from simple chatbots to fully autonomous, self-driving agentic systems: -Levels of AI +Levels of AI Today, most AI applications are limited to Level 3 (L3) and below, relying on synchronous request/response patterns. This restricts their ability to handle complex, long-running, or autonomous workflows. @@ -43,7 +43,7 @@ In this README we will start with scaffolding an L1 example just to learn the ro Here is what we will build together in this README. We'll start with a Hello World agent, but quickly switch to a more intelligent one! -https://github.com/user-attachments/assets/2543490f-e861-41b0-82fa-fd0ba5a02b95 +https://github.com/user-attachments/assets/9badad0d-f939-4243-ba39-68cafdae0078 ### Prerequisites @@ -71,7 +71,7 @@ uv tool install agentex-sdk The installation was successful if you see help output after you run `agentex -h`. -Agentex CLI help output +Agentex CLI help output ## Setup @@ -106,7 +106,7 @@ lzd This gives a terminal for you to ensure all of the backend servers are healthy and you can review logs for each individual server in isolation. You know your Agent Server is fully running if all of the services from the docker compose are marked `(healthy)` in the top left panel of lazydocker. -image +image ### Terminal 2 - Frontend Server @@ -138,7 +138,7 @@ agentex init Here is an example of the CLI flow you should follow with some example responses. You can change the responses if you'd like. -image +image @@ -170,7 +170,7 @@ agentex agents run --manifest manifest.yaml You should see your agent appear in the developer UI when you visit http://localhost:3000 in your browser. As you can see, this agent just responds with a "Hello World" message. It's main purpose is to show how simple the agent's standard entrypoint is. -image +image Let's make it slightly more interesting by allowing an AI to respond in a streaming fashion. @@ -197,7 +197,7 @@ OPENAI_API_KEY="..." Your agent should auto-reload and look like this now: -image +image At this point, feel free to play around with the UI. 1. Start a conversation with your agent