
Security News
Bun 1.2.19 Adds Isolated Installs for Better Monorepo Support
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
A beautiful terminal chat interface for OpenAI agents with rich markdown support and an elegant UI.
Install from PyPI:
pip install agent-repl-chat
Or install in development mode using uv:
uv pip install -e .
from repl_chat import start_chat
from agents import Agent
# Create your agent
agent = Agent(
name="My Assistant",
instructions="You are a helpful assistant that provides clear and concise answers.",
model="gpt-4.1-mini"
)
# Start the chat interface
start_chat(agent)
q
, quit
, or exit
- Quit the chatn
or new
- Start a new conversationThe package follows Python packaging best practices with a src/
layout for clean imports and development workflows.
Clone the repository:
git clone https://github.com/yourusername/agent-repl-chat.git
cd agent-repl-chat
Install in development mode:
uv pip install -e .
Run the example:
uv run example.py
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
gpt-4.1-mini
modelFAQs
A beautiful terminal chat interface for OpenAI agents and DSPy Modules
We found that agent-repl-chat demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
Security News
Popular npm packages like eslint-config-prettier were compromised after a phishing attack stole a maintainer’s token, spreading malicious updates.
Security News
/Research
A phishing attack targeted developers using a typosquatted npm domain (npnjs.com) to steal credentials via fake login pages - watch out for similar scams.