Search

Showing top 110 results for "event handling bug"

Top stories

Discussions and forums

huggingface.co › blog › python-tiny-agents

Tiny Agents in Python: a MCP-powered agent in ~70 lines of code

…I got this error 63 │ │ os._exit(130) │ │ 64 │ │ │ 65 │ try: │ │ ❱ 66 │ │ loop.add_signal_handler(signal.SIGINT, _sigint_handler) │ │ 67 │ │ │ │ 68 │ │ async with Agent( │ │ 69 │ │ │ provider=config["provider"], │ │ │ │ ╭──────────────────────────────────────────────────────────────────────────────── locals ─────────────────────────────────────────────────────────────────────────────────╮ │ │ │ abort_event

Jan 12, 2025 · Célina Hanouti