postbot3000
1.0.0
Try it out: PostBot 3000
PostBot 3000 is an open-source project that shows how to build a powerful AI agent and stream responses and generate artifacts. This project makes it easier for anyone looking to implement similar solutions.
agent-ui & agent-service) is open-source and available on GitHub.Claude).LangGraph Python, for AI workflows and FastAPI for creating a robust API.

git clone https://github.com/ahmad2b/postbot3000.gitCreate a .env file based on the .env.example file and add your API in both agent-service and agent-ui directory.
Install the dependencies for agent-service:
cd agent-service
poetry installagent-service:poetry run uvicorn app.main:app --reloadagent-ui:cd agent-ui
npm install
# or
yarn install
# or
pnpm installagent-ui:npm run dev
# or
yarn dev
# or
pnpm devI'm excited to see this project helping developers build better AI agents! If you're exploring AI agents or building something exciting, I'd love to hear about your journey.
Find me around the web:
If this project helped your development journey, consider giving it a to help others find it!